diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-02-12 04:25:43 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-12 04:25:43 +0000 |
| commit | d4875583690dbf8b532427755d76aca33d4c63ae (patch) | |
| tree | 1f733ab150267b1e6062ebcb804a3029d16d9766 /themes/admin_default/css | |
| parent | 886fd07bc209e525a8e3e9b11f904bb6b346deab (diff) | |
Fixed gViewMenu button issues. Fixed major admin_default theme issues, content now clears the menu. Added IE-specific stylesheet to admin theme.
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/fix-ie.css | 7 | ||||
| -rw-r--r-- | themes/admin_default/css/screen.css | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/themes/admin_default/css/fix-ie.css b/themes/admin_default/css/fix-ie.css index 0745b035..5df130d7 100644 --- a/themes/admin_default/css/fix-ie.css +++ b/themes/admin_default/css/fix-ie.css @@ -1,7 +1,10 @@ /** - * Fix display in IE 7 and earlier + * Fix display in IE */ -#gHeader { +#gHeader, +#gAdminMenu, +#gGroupAdmin, +.gAvailable .gBlock { zoom: 1; } diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index cc7d4cd2..334db071 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -166,7 +166,8 @@ li.gGroup { #gHeader:after, #gAdminCommentsMenu:after, #gGroupAdmin:after, -.gSelected:after { +.gSelected:after, +.gAvailable .gBlock:after { clear: both; content: "."; display: block; |
