From 3e6ba7acc3291f2268cbe9c9bef0a492b557babb Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 4 Oct 2009 00:27:22 -0600 Subject: Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. --- themes/wind/css/fix-ie.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'themes/wind/css/fix-ie.css') diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index 8899ec59..d6405c36 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -2,15 +2,15 @@ * Fix display in IE 6, 7 */ -#gBanner, -.gBreadcrumbs, -#gAlbumGrid, -#gPager, -#gViewMenu { +#g-banner, +.g-breadcrumbs, +#g-album-grid, +#g-pager, +#g-view-menu { zoom: 1; } -#gBanner { +#g-banner { z-index: 2; } @@ -19,7 +19,7 @@ input.submit { display: inline !important; } -#gAddTagForm input.textbox { +#g-add-tag-form input.textbox { width: 110px; } @@ -28,10 +28,10 @@ input.submit { float: none !important; } -.gPager .g-txt-right { +.g-pager .g-txt-right { width: 29%; } -.gPager .ui-icon-right { +.g-pager .ui-icon-right { width: 60px; } -- cgit v1.2.3