File tree 1 file changed +3
-7
lines changed 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -277,8 +277,7 @@ div.ui-mobile-viewport {
277
277
height : 22px ;
278
278
line-height : inherit;
279
279
vertical-align : middle;
280
- position : relative;
281
- bottom : 2px ;
280
+ margin-top : -2px ;
282
281
}
283
282
.ui-widget-icon-block {
284
283
display : block;
@@ -290,7 +289,6 @@ div.ui-mobile-viewport {
290
289
text-indent : 100% ;
291
290
white-space : nowrap;
292
291
overflow : hidden;
293
- bottom : auto;
294
292
top : 50% ;
295
293
left : 50% ;
296
294
}
@@ -303,14 +301,12 @@ div.ui-mobile-viewport {
303
301
304
302
/* Float icons helper classes */
305
303
.ui-widget-icon-floatbeginning {
306
- bottom : auto;
307
304
float : left;
308
- margin-right : 1em ;
305
+ margin : 1 px 1em 0 0 ;
309
306
}
310
307
.ui-widget-icon-floatend {
311
- bottom : auto;
312
308
float : right;
313
- margin-left : 1em ;
309
+ margin : 1 px 0 0 1em ;
314
310
}
315
311
316
312
/* Button elements and input buttons */
You can’t perform that action at this time.
0 commit comments