diff options
Diffstat (limited to 'themes/default/css/fix-ie.css')
-rw-r--r-- | themes/default/css/fix-ie.css | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/themes/default/css/fix-ie.css b/themes/default/css/fix-ie.css index adf8c6d8..0b37acd2 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,28 @@ margin-bottom: 0; } -#gViewMenu a { - width: 52px !important; +input.submit { + clear: none !important; + display: inline !important; } -#gPager li.gInfo { - width: 39%; +#gAddTagForm input.textbox { + width: 110px; } -#gPager .txtright a.gButtonLink { - clear: none !important; - float: right !important; - width: 45% !important; +#gDialog a.gCancel { + display: inline-block !important; + float: none !important; +} + +.gPager .txtright { + width: 29%; } + +.gPager .ui-icon-right { + width: 60px; +} + +#gQuickPane { + height: 32px !important; +}
\ No newline at end of file |