diff options
Diffstat (limited to 'themes/default/css/fix-ie.css')
-rw-r--r-- | themes/default/css/fix-ie.css | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/themes/default/css/fix-ie.css b/themes/default/css/fix-ie.css index adf8c6d8..1e466450 100644 --- a/themes/default/css/fix-ie.css +++ b/themes/default/css/fix-ie.css @@ -1,5 +1,5 @@ /** - * Fix display in IE + * Fix display in IE 6, 7 */ #gHeader, #gSiteMenu, @@ -23,16 +23,20 @@ margin-bottom: 0; } -#gViewMenu a { - width: 52px !important; +input.submit { + clear: none !important; + display: inline !important; } -#gPager li.gInfo { - width: 39%; +#gDialog a.gCancel { + display: inline-block !important; + float: none !important; } -#gPager .txtright a.gButtonLink { - clear: none !important; - float: right !important; - width: 45% !important; +.gPager .txtright { + width: 29%; +} + +.gPager .ui-icon-right { + width: 60px; } |