diff options
| author | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-01-26 15:51:12 +0000 |
|---|---|---|
| committer | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-01-26 15:51:12 +0000 |
| commit | 4f2d6b3379cd85ae2915fe1553651d75a3affbb7 (patch) | |
| tree | f2d174baac9039cd475c5dab50c62e10abb50d6c | |
| parent | b26451df641a33092de6cdb3ed302dea6507cec8 (diff) | |
| download | themes-4f2d6b3379cd85ae2915fe1553651d75a3affbb7.tar.gz themes-4f2d6b3379cd85ae2915fe1553651d75a3affbb7.tar.bz2 themes-4f2d6b3379cd85ae2915fe1553651d75a3affbb7.zip | |
Top and bottom margins on ul's in formhelp are really not required
| -rw-r--r-- | css/forms.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/forms.css b/css/forms.css index ce27014..2822736 100644 --- a/css/forms.css +++ b/css/forms.css @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/bitweaver/_bit_themes/css/forms.css,v 1.2 2009/05/12 17:57:30 squareing Exp $ */ +/* $Header: /cvsroot/bitweaver/_bit_themes/css/forms.css,v 1.3 2010/01/26 15:51:12 dansut Exp $ */ /* forms */ form {margin:0; padding:0;} textarea {width:100%;} @@ -12,6 +12,7 @@ legend {font-weight:bold; margin:0 0 1.5em 0;} .formlabel {float:left; font-weight:bold; width:15em; text-align:right;} .forminput {margin-left:15.5em;} .formhelp {cursor:help; font-size:smaller;} +.formhelp ul {margin-top:0; margin-bottom:0;} .error {color:#f30;} .warning {color:#f90;} .success {color:#090;} |
