summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-15 21:20:30 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-15 21:20:30 -0600
commitb4ef3affd2988a3dcfafcc04753501571db9fb9c (patch)
tree2606facda8f9bba6b1420650849ade3b3239615d
parentf5dd8d487eefe9aa0b4e1f38db79d3ee952b783a (diff)
Added missing hashes before g-languages-form selectors
-rw-r--r--themes/admin_wind/css/screen.css8
1 files 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;
}