diff options
Diffstat (limited to 'js/io/ui/cloudpopup.reel/css/cloudpopup.css')
-rw-r--r-- | js/io/ui/cloudpopup.reel/css/cloudpopup.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.css b/js/io/ui/cloudpopup.reel/css/cloudpopup.css index eac18083..6d804e50 100644 --- a/js/io/ui/cloudpopup.reel/css/cloudpopup.css +++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.css | |||
@@ -36,11 +36,10 @@ | |||
36 | .cloud_popup .content p { | 36 | .cloud_popup .content p { |
37 | text-shadow: 1px 1px 1px #222; | 37 | text-shadow: 1px 1px 1px #222; |
38 | margin: 0px 0px 12px 0px; | 38 | margin: 0px 0px 12px 0px; |
39 | text-align: justify; | ||
40 | color: #EEE; | 39 | color: #EEE; |
41 | } | 40 | } |
42 | 41 | ||
43 | /* line 48, cloudpopup.scss */ | 42 | /* line 47, cloudpopup.scss */ |
44 | .cloud_popup .content .btn_test { | 43 | .cloud_popup .content .btn_test { |
45 | float: right; | 44 | float: right; |
46 | clear: right; | 45 | clear: right; |
@@ -48,7 +47,7 @@ | |||
48 | width: 60px; | 47 | width: 60px; |
49 | } | 48 | } |
50 | 49 | ||
51 | /* line 56, cloudpopup.scss */ | 50 | /* line 55, cloudpopup.scss */ |
52 | .cloud_popup .content label { | 51 | .cloud_popup .content label { |
53 | float: left; | 52 | float: left; |
54 | margin: 5px 8px 0px 0px; | 53 | margin: 5px 8px 0px 0px; |
@@ -57,7 +56,7 @@ | |||
57 | text-align: right; | 56 | text-align: right; |
58 | } | 57 | } |
59 | 58 | ||
60 | /* line 65, cloudpopup.scss */ | 59 | /* line 64, cloudpopup.scss */ |
61 | .cloud_popup .content input { | 60 | .cloud_popup .content input { |
62 | display: block; | 61 | display: block; |
63 | float: left; | 62 | float: left; |
@@ -73,7 +72,7 @@ | |||
73 | background: #292929 -webkit-gradient(linear, left top, left bottom, color-stop(45%, #434343), color-stop(100%, #292929)); | 72 | background: #292929 -webkit-gradient(linear, left top, left bottom, color-stop(45%, #434343), color-stop(100%, #292929)); |
74 | } | 73 | } |
75 | 74 | ||
76 | /* line 81, cloudpopup.scss */ | 75 | /* line 80, cloudpopup.scss */ |
77 | .cloud_popup .content input:focus { | 76 | .cloud_popup .content input:focus { |
78 | text-shadow: none; | 77 | text-shadow: none; |
79 | background: #FFF; | 78 | background: #FFF; |
@@ -81,7 +80,7 @@ | |||
81 | color: #292929; | 80 | color: #292929; |
82 | } | 81 | } |
83 | 82 | ||
84 | /* line 89, cloudpopup.scss */ | 83 | /* line 88, cloudpopup.scss */ |
85 | .cloud_popup .content .status { | 84 | .cloud_popup .content .status { |
86 | float: left; | 85 | float: left; |
87 | clear: right; | 86 | clear: right; |
@@ -90,7 +89,7 @@ | |||
90 | width: 240px; | 89 | width: 240px; |
91 | } | 90 | } |
92 | 91 | ||
93 | /* line 98, cloudpopup.scss */ | 92 | /* line 97, cloudpopup.scss */ |
94 | .cloud_popup .content .btn_ok, .cloud_popup .content .btn_cancel { | 93 | .cloud_popup .content .btn_ok, .cloud_popup .content .btn_cancel { |
95 | width: 80px; | 94 | width: 80px; |
96 | text-align: center; | 95 | text-align: center; |