diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 05:14:05 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 05:14:05 +0000 |
commit | cd8d1c6582caeb6908d959d1e1371e9b450d78c7 (patch) | |
tree | 0289145997245d1a61b997f78c8273d983646a48 /themes/admin_default/css/fix-ie.css | |
parent | 490a182f85dded2804371459f4e3da89ae9a1066 (diff) |
Temp fix for photostreamin admin dashboard, other miscellaneous css fixes. Apply jQuery UI button css to submit inputs in the admin theme.
Diffstat (limited to 'themes/admin_default/css/fix-ie.css')
-rw-r--r-- | themes/admin_default/css/fix-ie.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_default/css/fix-ie.css b/themes/admin_default/css/fix-ie.css index 5df130d7..08716978 100644 --- a/themes/admin_default/css/fix-ie.css +++ b/themes/admin_default/css/fix-ie.css @@ -1,6 +1,7 @@ /** * Fix display in IE */ + #gHeader, #gAdminMenu, #gGroupAdmin, @@ -15,4 +16,3 @@ .gUnavailable:hover { filter: alpha(opacity=100); } - |