diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-30 03:15:41 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-30 03:15:41 +0000 |
commit | 28aaa036e471a5d96be3938545c49e2dc71e342e (patch) | |
tree | 9fa1fe8e8ecd6cff16f15204a016faa4c92b0011 /modules/node | |
parent | 2feffc2d61bf8b022f28e51dbea313602706661d (diff) | |
download | brdo-28aaa036e471a5d96be3938545c49e2dc71e342e.tar.gz brdo-28aaa036e471a5d96be3938545c49e2dc71e342e.tar.bz2 |
#304330 follow-up by sun: Clean-up of text format widget patch.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.css | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/modules/node/node.css b/modules/node/node.css index 58ed30862..ab5a6a18b 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -42,38 +42,4 @@ 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 |