summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/admin.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/system/admin.css b/modules/system/admin.css
index 1a7a78d40..a95225b9b 100644
--- a/modules/system/admin.css
+++ b/modules/system/admin.css
@@ -82,3 +82,18 @@ table.system-status-report tr.warning th {
table.system-status-report tr.ok th {
background-image: url('../../misc/watchdog-ok.png');
}
+
+/**
+ * Formatting for theme configuration
+ */
+.theme-settings-left {
+ float: left;
+ width: 49%;
+}
+.theme-settings-right {
+ float: right;
+ width: 49%;
+}
+.theme-settings-bottom {
+ clear: both;
+} \ No newline at end of file