diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-06-08 17:47:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-06-08 17:47:26 +0000 |
commit | 58ca1ad6688c8baf2d366e1f5e37dbfeaea82c1e (patch) | |
tree | a1d90e004692ba78546717a930d60f593e83c993 /misc | |
parent | 643d2731e7438b910da93aee339284cb70296e5a (diff) | |
download | brdo-58ca1ad6688c8baf2d366e1f5e37dbfeaea82c1e.tar.gz brdo-58ca1ad6688c8baf2d366e1f5e37dbfeaea82c1e.tar.bz2 |
- CSS fixes by Al. Patch #45.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index d862c4d2f..93618bc4c 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -5,7 +5,7 @@ th { padding-right: 1em; border-bottom: 1px solid #ccc; } - + #tracker table { border-collapse: collapse; } #tracker td { vertical-align: top; padding: 1em; } @@ -50,8 +50,8 @@ th { .node-form .admin { float: right; width: 15em; margin-top: -1.1em; } .node-form .standard { margin-right: 15em; } -.node-form .form-text { width: 95%; } -.node-form textarea { width: 95%; } +.node-form .form-text { display: block; } +.node-form textarea { display: block; } .marker { color: #f00; } .error { color: #f00; } |