diff options
author | Ananya Sen | 2012-02-01 12:00:04 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-01 12:00:04 -0800 |
commit | cac299b27fcd9e317a391236502f513f215e8d2d (patch) | |
tree | fc2fb9e341b04694ef7966d84b26e7707ee53f1b /js/io/ui/cloudpopup.reel/css/cloudpopup.css | |
parent | 553fce7721cacfd13b6013fdcdd0243c90083b5e (diff) | |
parent | d74910a897f2db920f6f67d922532d245074c8f7 (diff) | |
download | ninja-cac299b27fcd9e317a391236502f513f215e8d2d.tar.gz |
Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIO
Diffstat (limited to 'js/io/ui/cloudpopup.reel/css/cloudpopup.css')
-rw-r--r-- | js/io/ui/cloudpopup.reel/css/cloudpopup.css | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.css b/js/io/ui/cloudpopup.reel/css/cloudpopup.css new file mode 100644 index 00000000..eac18083 --- /dev/null +++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.css | |||
@@ -0,0 +1,99 @@ | |||
1 | @charset "UTF-8"; | ||
2 | /* <copyright> | ||
3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
5 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
6 | </copyright> */ | ||
7 | /* line 12, cloudpopup.scss */ | ||
8 | .cloud_popup { | ||
9 | font-size: 12px; | ||
10 | text-shadow: 1px 1px 1px #000; | ||
11 | font-family: 'Droid Sans', sans-serif; | ||
12 | } | ||
13 | |||
14 | /* line 19, cloudpopup.scss */ | ||
15 | .cloud_popup .content { | ||
16 | width: 360px; | ||
17 | } | ||
18 | |||
19 | /* line 24, cloudpopup.scss */ | ||
20 | .cloud_popup .content h3 { | ||
21 | text-transform: uppercase; | ||
22 | font-weight: normal; | ||
23 | font-size: 14px; | ||
24 | text-shadow: 1px 1px 1px #000; | ||
25 | font-family: 'Droid Sans', sans-serif; | ||
26 | display: block; | ||
27 | float: left; | ||
28 | clear: both; | ||
29 | margin: 4px 0px 8px 0px; | ||
30 | padding: 0px; | ||
31 | width: 100%; | ||
32 | text-align: center; | ||
33 | } | ||
34 | |||
35 | /* line 40, cloudpopup.scss */ | ||
36 | .cloud_popup .content p { | ||
37 | text-shadow: 1px 1px 1px #222; | ||
38 | margin: 0px 0px 12px 0px; | ||
39 | text-align: justify; | ||
40 | color: #EEE; | ||
41 | } | ||
42 | |||
43 | /* line 48, cloudpopup.scss */ | ||
44 | .cloud_popup .content .btn_test { | ||
45 | float: right; | ||
46 | clear: right; | ||
47 | margin: 0px 0px 0px 8px; | ||
48 | width: 60px; | ||
49 | } | ||
50 | |||
51 | /* line 56, cloudpopup.scss */ | ||
52 | .cloud_popup .content label { | ||
53 | float: left; | ||
54 | margin: 5px 8px 0px 0px; | ||
55 | display: block; | ||
56 | width: 96px; | ||
57 | text-align: right; | ||
58 | } | ||
59 | |||
60 | /* line 65, cloudpopup.scss */ | ||
61 | .cloud_popup .content input { | ||
62 | display: block; | ||
63 | float: left; | ||
64 | color: #FFF; | ||
65 | border: 0px; | ||
66 | padding: 4px; | ||
67 | margin: 0px; | ||
68 | width: 176px; | ||
69 | border-radius: 4px; | ||
70 | text-shadow: 1px 1px 1px #222; | ||
71 | font-family: 'Droid Sans', sans-serif; | ||
72 | border: 1px #5c5c5c solid; | ||
73 | background: #292929 -webkit-gradient(linear, left top, left bottom, color-stop(45%, #434343), color-stop(100%, #292929)); | ||
74 | } | ||
75 | |||
76 | /* line 81, cloudpopup.scss */ | ||
77 | .cloud_popup .content input:focus { | ||
78 | text-shadow: none; | ||
79 | background: #FFF; | ||
80 | border: 1px #292929 solid; | ||
81 | color: #292929; | ||
82 | } | ||
83 | |||
84 | /* line 89, cloudpopup.scss */ | ||
85 | .cloud_popup .content .status { | ||
86 | float: left; | ||
87 | clear: right; | ||
88 | margin: 5px 0px 0px 6px; | ||
89 | text-shadow: 1px 1px 1px #333; | ||
90 | width: 240px; | ||
91 | } | ||
92 | |||
93 | /* line 98, cloudpopup.scss */ | ||
94 | .cloud_popup .content .btn_ok, .cloud_popup .content .btn_cancel { | ||
95 | width: 80px; | ||
96 | text-align: center; | ||
97 | float: right; | ||
98 | margin: 8px 0px 0px 8px; | ||
99 | } | ||