diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-24 22:08:08 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-24 22:08:08 -0600 |
| commit | 639c9c2d55164eab8ef1f8c21a7f9b69b54686ff (patch) | |
| tree | 0bbb2e33006198d6e30975dc6ba8f9e3e34b2fc0 /themes/wind/css/fix-ie.css | |
| parent | 16c97eb6ebd8c5514dff8ed9242d7eb0a4e7178a (diff) | |
| parent | e204e18b3c6a4b4b1aa76b6d4a5392bd238490eb (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'themes/wind/css/fix-ie.css')
| -rw-r--r-- | themes/wind/css/fix-ie.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css new file mode 100644 index 00000000..eee88c15 --- /dev/null +++ b/themes/wind/css/fix-ie.css @@ -0,0 +1,37 @@ +/** + * Fix display in IE 6, 7 + */ + +#gBanner, +.gBreadcrumbs, +#gAlbumGrid, +#gPager, +#gViewMenu { + zoom: 1; +} + +#gBanner { + z-index: 2; +} + +input.submit { + clear: none !important; + display: inline !important; +} + +#gAddTagForm input.textbox { + width: 110px; +} + +#gDialog a.gCancel { + display: inline-block !important; + float: none !important; +} + +.gPager .txtright { + width: 29%; +} + +.gPager .ui-icon-right { + width: 60px; +} |
