diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-04 00:27:22 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-04 00:27:22 -0600 |
| commit | 3e6ba7acc3291f2268cbe9c9bef0a492b557babb (patch) | |
| tree | 079c1bd09ab1cfcf35524f2e541c586a95f205e4 /themes/wind/css/fix-ie.css | |
| parent | 9145331fd420ec3fe86833a7b9567ec42f1d84e8 (diff) | |
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.
Diffstat (limited to 'themes/wind/css/fix-ie.css')
| -rw-r--r-- | themes/wind/css/fix-ie.css | 18 |
1 files changed, 9 insertions, 9 deletions
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; } |
