blob: ace97c2a1c3e24450835127824b741f64547c4ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
/* $Header: /cvsroot/bitweaver/_bit_themes/css/forms.css,v 1.4 2010/03/11 04:11:58 wjames5 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;}
.row.submit { margin-left:15.5em; }
.quicktags {}
.formlabel {font-weight:bold;}
/*.forminput input[type="checkbox"] {float:left}
html[dir='rtl'] .forminput input[type="checkbox"] {float:right;}*/
.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;}
.formfeedback {clear:both;}
/* Bootstrap .radio/.checkbox default to display:block with no width constraint;
constrain to 90% to prevent them stretching full width in BW layouts */
.radio,
.checkbox { width: 90%; }
|