Commit 31014e8e2b9e9a113f6b583a7b81e818816b68d1

Authored by Karpikau Andrei
1 parent 8c59b569

check css file

@@ -96,11 +96,6 @@ @@ -96,11 +96,6 @@
96 96
97 /* HTML GENERATOR BEGIN */ 97 /* HTML GENERATOR BEGIN */
98 98
99 -.html-generator{  
100 -  
101 -}  
102 -  
103 -  
104 .html-generator .html-elements{ 99 .html-generator .html-elements{
105 margin-bottom:10px; 100 margin-bottom:10px;
106 margin-top:10px; 101 margin-top:10px;
@@ -139,7 +134,7 @@ @@ -139,7 +134,7 @@
139 min-height:60px; 134 min-height:60px;
140 border:1px dotted #000; 135 border:1px dotted #000;
141 margin-top:5px; 136 margin-top:5px;
142 - margin-bottomp:5px; 137 + margin-bottom:5px;
143 } 138 }
144 139
145 .html-generator .html-content .col-md-1, .html-generator .html-content .col-md-2, .html-generator .html-content .col-md-3, 140 .html-generator .html-content .col-md-1, .html-generator .html-content .col-md-2, .html-generator .html-content .col-md-3,
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 font-size: 999px; 16 font-size: 999px;
17 text-align: right; 17 text-align: right;
18 color: #fff; 18 color: #fff;
19 - background: transparent asset-url('fileinput/loading.gif') top left no-repeat; 19 + /*background: transparent asset_path('fileinput/loading.gif') top left no-repeat;*/
20 border: none; 20 border: none;
21 } 21 }
22 22
@@ -182,7 +182,7 @@ @@ -182,7 +182,7 @@
182 } 182 }
183 183
184 .file-thumb-loading { 184 .file-thumb-loading {
185 - background: transparent asset-url('fileinput/loading.gif') no-repeat scroll center center content-box !important; 185 + /*background: transparent asset-url('fileinput/loading.gif') no-repeat scroll center center content-box !important;*/
186 } 186 }
187 187
188 .file-actions { 188 .file-actions {
@@ -267,7 +267,7 @@ @@ -267,7 +267,7 @@
267 } 267 }
268 268
269 .file-uploading { 269 .file-uploading {
270 - background: asset-url('fileinput/loading-sm.gif') no-repeat center bottom 10px; 270 + /*background: asset-url('fileinput/loading-sm.gif') no-repeat center bottom 10px;*/
271 opacity: 0.65; 271 opacity: 0.65;
272 } 272 }
273 273