diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-10-14 05:17:48 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-10-14 05:17:48 +0000 |
commit | 3dca9024c48e3005fb1cd2697a3337fc3d1c23b8 (patch) | |
tree | 0826fdadaa7307124f7a7067095c6a7796a95add | |
parent | b79c06f0790a6ab91d6b2a2d14fd82daa2af94f2 (diff) | |
download | brdo-3dca9024c48e3005fb1cd2697a3337fc3d1c23b8.tar.gz brdo-3dca9024c48e3005fb1cd2697a3337fc3d1c23b8.tar.bz2 |
Restore styles that were lost in the drupal.css split
-rw-r--r-- | modules/system/admin.css | 15 |
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 |