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.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.css b/js/io/ui/cloudpopup.reel/css/cloudpopup.css
index fcf85e75..85c80ad5 100644
--- a/js/io/ui/cloudpopup.reel/css/cloudpopup.css
+++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.css
@@ -96,3 +96,49 @@
96 float: right; 96 float: right;
97 margin: 8px 2px 2px 8px; 97 margin: 8px 2px 2px 8px;
98} 98}
99
100/* line 105, cloudpopup.scss */
101.cloud_popup section {
102 float: left;
103 clear: both;
104 margin: 16px 0px 0px 0px;
105 background: #333333 -webkit-linear-gradient(top, #323232 0%, #3c3c3c 100%);
106 border: 1px solid #333;
107 padding: 8px;
108 border-radius: 6px;
109}
110
111/* line 116, cloudpopup.scss */
112.cloud_popup section h4 {
113 text-transform: uppercase;
114 font-weight: normal;
115 font-size: 12px;
116 text-shadow: 1px 1px 1px #000;
117 font-family: 'Droid Sans', sans-serif;
118 display: block;
119 float: left;
120 clear: both;
121 margin: 2px 0px 6px 0px;
122 padding: 0px;
123 width: 100%;
124 text-align: center;
125}
126
127/* line 132, cloudpopup.scss */
128.cloud_popup section .btn_download {
129 width: 120px;
130 text-align: center;
131 margin: 10px 0px 2px 4px;
132 float: left;
133 font-size: 11px;
134}
135
136/* line 141, cloudpopup.scss */
137.cloud_popup section .cloud_icon {
138 background-image: url(../../../../../ninja_icon_128.png);
139 background-size: 100% 100%;
140 width: 60px;
141 height: 60px;
142 float: left;
143 margin: -10px 0px -6px 56px;
144}