summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-08 22:46:26 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-08 22:46:26 -0700
commite184b5b6b16eae73d2133819d151b465dbda0c53 (patch)
tree0a9f1e9bdcc1b25902e3561d3f1d0f28c183e095
parent2bd4fa4b43381da997219dbb9d2dd15a8d3af69f (diff)
Apply borders and padding back to theme choices.
-rw-r--r--themes/admin_wind/css/screen.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index 83b258f5..cd15d1dc 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -156,6 +156,12 @@ th {
padding: 0;
}
+#g-content .g-selected,
+#g-content .g-available .g-block {
+ border: 1px solid #ccc;
+ padding: .8em;
+}
+
.g-selected img,
.g-available .g-block img {
float: left;