summaryrefslogtreecommitdiff
path: root/css/forms.css
blob: 2822736824ab1c9a89d35fdd9829af922d7a617f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $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%;}
input                  {}
select                 {}
fieldset               {}
legend                 {font-weight:bold; margin:0 0 1.5em 0;}
.row                   {margin:0 0 5px 0;}
.submit                {text-align:center; margin:5px 0;}
.quicktags             {}
.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;}
.clear                 {clear:both;}
.display.confirm .body {width:450px; margin:0 auto;}