Changeset 5960
- Timestamp:
- 01/24/12 23:44:08 (4 months ago)
- File:
-
- 1 edited
-
trunk/themes/core/css/form.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/core/css/form.css
r5956 r5960 15 15 /* not .form fieldset */ 16 16 #forms fieldset { 17 background-color: #ffffff; /*#FAFAFA;*/ 17 background-color: #ffffff; /*#FAFAFA;*/ 18 18 border: 1px solid #AAA; 19 19 display: block; 20 20 margin: 0 0 1em; 21 padding: 0.5em; 21 padding: 0.5em; 22 22 -moz-border-radius: 8px 8px 8px 8px; 23 23 /* Uncomment this for a Firefox CSS3 Bug … … 56 56 57 57 .form .formline label { 58 float:left; 59 min-width:150px; 58 vertical-align: top; 59 min-width: 150px; 60 display: inline-block; 60 61 } 61 62 … … 80 81 81 82 .form .formline textarea { 82 width: 100%;83 width:66%; 83 84 } 84 85
Note: See TracChangeset
for help on using the changeset viewer.
