aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/cloudpopup.reel/css/cloudpopup.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/io/ui/cloudpopup.reel/css/cloudpopup.css')
-rw-r--r--js/io/ui/cloudpopup.reel/css/cloudpopup.css98
1 files changed, 98 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..6d804e50
--- /dev/null
+++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.css
@@ -0,0 +1,98 @@
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 color: #EEE;
40}
41
42/* line 47, cloudpopup.scss */
43.cloud_popup .content .btn_test {
44 float: right;
45 clear: right;
46 margin: 0px 0px 0px 8px;
47 width: 60px;
48}
49
50/* line 55, cloudpopup.scss */
51.cloud_popup .content label {
52 float: left;
53 margin: 5px 8px 0px 0px;
54 display: block;
55 width: 96px;
56 text-align: right;
57}
58
59/* line 64, cloudpopup.scss */
60.cloud_popup .content input {
61 display: block;
62 float: left;
63 color: #FFF;
64 border: 0px;
65 padding: 4px;
66 margin: 0px;
67 width: 176px;
68 border-radius: 4px;
69 text-shadow: 1px 1px 1px #222;
70 font-family: 'Droid Sans', sans-serif;
71 border: 1px #5c5c5c solid;
72 background: #292929 -webkit-gradient(linear, left top, left bottom, color-stop(45%, #434343), color-stop(100%, #292929));
73}
74
75/* line 80, cloudpopup.scss */
76.cloud_popup .content input:focus {
77 text-shadow: none;
78 background: #FFF;
79 border: 1px #292929 solid;
80 color: #292929;
81}
82
83/* line 88, cloudpopup.scss */
84.cloud_popup .content .status {
85 float: left;
86 clear: right;
87 margin: 5px 0px 0px 6px;
88 text-shadow: 1px 1px 1px #333;
89 width: 240px;
90}
91
92/* line 97, cloudpopup.scss */
93.cloud_popup .content .btn_ok, .cloud_popup .content .btn_cancel {
94 width: 80px;
95 text-align: center;
96 float: right;
97 margin: 8px 0px 0px 8px;
98}