diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-07-02 17:09:09 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-07-02 17:09:09 +0000 |
commit | d017514eba70ea4041218b943f01721cfd6e9b64 (patch) | |
tree | 089028796d6091ce0ff335a9f29b3f538e82450f /misc | |
parent | 7997ebb9820f0fe6cd8220aefb9365d29c6ee426 (diff) | |
download | brdo-d017514eba70ea4041218b943f01721cfd6e9b64.tar.gz brdo-d017514eba70ea4041218b943f01721cfd6e9b64.tar.bz2 |
- Improvement: made it possible to translate the forum module. Patch #53 by Stefan.
- Improvement: some small changes to the user module to ease translation and to make things slightly more consistent. This should be a better alternative for patch #54.
- Improvement: increase the maxlength of the node title. This should fix bug #2018 and #2176.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 160c7a704..2724f0c99 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -34,7 +34,7 @@ th { text-align: left; padding-right: 1em; border-bottom: padding: 1px; margin: 0; font-size: 0.8em; } .container-inline div { display: inline; } -.container-inline div input { margin: 0; } +.container-inline .form-submit { margin: 0; } .form-item .description { font-size: 0.85em; } .form-item .title { font-weight: bold; margin-top: 1.1em; margin-bottom: 1px; } |