diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-09 18:09:48 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-09 18:09:48 +0000 |
commit | 6b1f61c988ca5013474061c43d7640a3aa3e45e8 (patch) | |
tree | 1cfc0e57957b42ba3ade5dd2494f6569265c8274 | |
parent | 1a9b66264d7f1e6d8dc5a7be44e1c3da8741afd3 (diff) | |
download | brdo-6b1f61c988ca5013474061c43d7640a3aa3e45e8.tar.gz brdo-6b1f61c988ca5013474061c43d7640a3aa3e45e8.tar.bz2 |
#933922 by solotandem: Fix SimpleTest form displaying label and expander arrow image on separate lines.
-rw-r--r-- | modules/simpletest/simpletest.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/simpletest/simpletest.css b/modules/simpletest/simpletest.css index 147589d8d..b37ef48e4 100644 --- a/modules/simpletest/simpletest.css +++ b/modules/simpletest/simpletest.css @@ -32,6 +32,10 @@ th.simpletest_test { color: #494949; } +table#simpletest-form-table tr.simpletest-group label { + display: inline; +} + div.message > div.item-list { font-weight: normal; } |