Changeset 176 for Dev/trunk/css
- Timestamp:
- 12/05/11 14:58:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/awesome.css
r175 r176 31 31 color: #333; 32 32 } 33 33 /* 34 34 label { 35 35 font-size: small; … … 38 38 text-shadow: #fff 0px 0px 1px; 39 39 } 40 40 */ 41 41 legend { 42 42 padding-left: 0em; … … 873 873 width: auto; 874 874 min-width: 51em; 875 border: 3px solid #cccccc;876 background-color: white;877 875 margin: 3px; 878 876 } … … 884 882 885 883 .questionParamField { 886 display: inline; 887 } 884 float: left; 885 margin: 2px 0 2px 0; 886 } 887 888 #questionEditor_questionParams label { 889 width: 130px; 890 float: left; 891 margin: 4px 0 0 0; 892 } 893 894 .formLineBreak { 895 clear: left; 896 }
Note: See TracChangeset
for help on using the changeset viewer.