diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-01 23:22:06 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-01 23:22:06 -0600 |
| commit | bc147d1c6c95c1ba1394f0198d9e5b810071a4ac (patch) | |
| tree | c9d68c9888dfde4e7cf7d645737aff3ba5f7dfe0 /themes/admin_default/css/fix-ie.css | |
| parent | 295fc0c14ce938e02bf17c350a50d36b73802ad0 (diff) | |
Merged admin_screen and screen style sheets in the admin theme. Removed some unsused admin styles in the process. Fixed problem in admin header that broke the theme's layout in IE7. Moved the Gallery logo and shortcut icon to lib/images for easier reuse.
Diffstat (limited to 'themes/admin_default/css/fix-ie.css')
| -rw-r--r-- | themes/admin_default/css/fix-ie.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/admin_default/css/fix-ie.css b/themes/admin_default/css/fix-ie.css index 97c619eb..6bc2334c 100644 --- a/themes/admin_default/css/fix-ie.css +++ b/themes/admin_default/css/fix-ie.css @@ -1,9 +1,8 @@ /** - * Fix display in IE + * Fix display in IE 6 and 7 */ #gHeader, -#gAdminMenu, #gGroupAdmin, #gDeveloperTools, .gAvailable .gBlock { |
