diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-08 01:43:57 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-08 01:43:57 +0000 |
commit | ce6a3e17cbee9caccdf53fb73343dc40bd0bc603 (patch) | |
tree | 71086fcf1096b383ecf3b33deff4ba2a1075a745 /modules/node | |
parent | fbad7327af412e5c1dc43b1656cb6c9dca275d76 (diff) | |
download | brdo-ce6a3e17cbee9caccdf53fb73343dc40bd0bc603.tar.gz brdo-ce6a3e17cbee9caccdf53fb73343dc40bd0bc603.tar.bz2 |
#304330 by ximo, alpritt, Amitaibu, edmund.kwok, Xano, ff1, BrightLoudNoise, et al: Dramatically improved text format widget. USABILITY AWESOMENESS.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/modules/node/node.css b/modules/node/node.css index 7b56fd710..58ed30862 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -42,3 +42,38 @@ td.revision-current { .terms-inline { display: inline; } +.filter-label { + font-weight: bold; +} + +.filter-wrapper { + border-top: 0; + width: 95%; + padding: 0; + margin-top: -1em; + float: left; /* Required by IE6 to respect negative margins */ +} +.filter-guidelines { + clear: left; + margin: 1.5em; +} +.filter-wrapper .form-item { + float: left; + line-height: 3em; + margin: 0 0 0 1.5em; +} +.filter-wrapper .form-item label { + display: inline; +} +.filter-help { + float: right; + margin-right: 1em; +} +.filter-help a { + background: url(../../misc/help.png) right center no-repeat; + padding-right: 20px; +} + +html.js fieldset.collapsible { + clear: left; /* Test fix for Safari issues caused by IE6 fix above, need to test impact elsewhere and move to appropriate CSS file */ +}
\ No newline at end of file |