From b4ef3affd2988a3dcfafcc04753501571db9fb9c Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 15 Oct 2009 21:20:30 -0600 Subject: Added missing hashes before g-languages-form selectors --- themes/admin_wind/css/screen.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 3c58a282..d79fd3c9 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -890,22 +890,22 @@ li.g-default-group h4, li.g-default-group .g-user { cursor: pointer; } -g-languages-form table { +#g-languages-form table { width: 400px; float: left; margin: 0 3em 1em 0; } -g-languages-form .installed { +#g-languages-form .installed { background-color: #EEEEEE; } -g-languages-form .default { +#g-languages-form .default { background-color: #C5DBEC; font-weight: bold; } -g-languages-form input { +#g-languages-form input { clear: both; } -- cgit v1.2.3 From 7a5168238338077925dbfb82b3e541863cea35dd Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 15 Oct 2009 21:21:32 -0600 Subject: Removed final two specific clear fixes for the developer module and the admin theme's main menu. --- lib/gallery.common.css | 7 +------ themes/admin_wind/views/admin.html.php | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/lib/gallery.common.css b/lib/gallery.common.css index cc44b663..264d3c2e 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -315,14 +315,9 @@ form .g-error { /** ******************************************************************* * 6) Browser hacks - * @todo Insert .g-clearfix in context of specific selectors - * listed then delete them *********************************************************************/ -.g-clearfix:after, -#g-site-admin-menu:after, -#g-module-create-form ul li ul:after, -#g-developer-tools:after { +.g-clearfix:after { clear: both; content: "."; display: block; diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php index fc86e1c9..4ee08d95 100644 --- a/themes/admin_wind/views/admin.html.php +++ b/themes/admin_wind/views/admin.html.php @@ -50,7 +50,7 @@ -