summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/css/screen.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index a268a0b3..9794fcfc 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -759,3 +759,23 @@ li.gError select {
#gDialog legend {
display: none;
}
+
+
+/* stuff that needs a home */
+#gAdminThemes div.theme_block {
+ background: white;
+}
+#gAdminThemes div.active {
+ padding: 10px;
+}
+#gAdminThemes div.available div.theme_block:hover {
+ background: #eee;
+}
+#gAdminThemes div.available div {
+ padding: 10px;
+ cursor: pointer;
+}
+#gAdminThemes div.available div {
+ width: 250px;
+ float: left;
+}