diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-08-09 16:58:15 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-08-09 16:58:15 +0000 |
commit | fe97bfefc52ce18081f66de5815b998e7da886c0 (patch) | |
tree | d6bf2c27bf70fd4e78f33564389bd2ac0850b0e3 /modules/system | |
parent | a4df7936bb2a681b1278a70384da1e739abc423e (diff) | |
download | brdo-fe97bfefc52ce18081f66de5815b998e7da886c0.tar.gz brdo-fe97bfefc52ce18081f66de5815b998e7da886c0.tar.bz2 |
#876966 by dmitrig01: Fixed Warning message sits hard on top of tables.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system-behavior.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system-behavior.css b/modules/system/system-behavior.css index 9dc63497d..15e65882f 100644 --- a/modules/system/system-behavior.css +++ b/modules/system/system-behavior.css @@ -136,6 +136,9 @@ div.tree-child-horizontal { .tabledrag-toggle-weight { font-size: 0.9em; } +body div.tabledrag-changed-warning { + margin-bottom: 0.5em; +} /** * Progress bar |