From 23ba9a2a4eaef62408d52286d573f2be6820afca Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 8 Oct 2009 10:11:57 -0700 Subject: A clone of the Gallery Wind theme that is based on darker colors. We can move it to -contrib if that's the desire, but i'd thought i'd put it here for now. --- themes/night_wind/css/fix-ie.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/night_wind/css/fix-ie.css (limited to 'themes/night_wind/css/fix-ie.css') diff --git a/themes/night_wind/css/fix-ie.css b/themes/night_wind/css/fix-ie.css new file mode 100644 index 00000000..be6e22be --- /dev/null +++ b/themes/night_wind/css/fix-ie.css @@ -0,0 +1,33 @@ +/** + * Fix display in IE 6, 7 + */ + +.g-clearfix { + zoom: 1; +} + +#g-banner { + z-index: 2; +} + +input.submit { + clear: none !important; + display: inline !important; +} + +#g-add-tag-form input.textbox { + width: 110px; +} + +#g-dialog a.g-cancel { + display: inline-block !important; + float: none !important; +} + +.g-pager .g-txt-right { + width: 29%; +} + +.g-pager .ui-icon-right { + width: 60px; +} -- cgit v1.2.3