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/screen.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/screen.css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
