Changeset 288 for Dev/branches/rest-dojo-ui/client/rft/css
- Timestamp:
- 02/24/12 16:09:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/main.css
r281 r288 34 34 width: 150px; 35 35 } 36 37 .rftMultipleChoiceWidget { 38 display: table; 39 } 40 41 .rftMultipleChoiceWidget .row { 42 display: table-row; 43 } 44 45 .rftMultipleChoiceWidget .rowBox { 46 display: table-cell; 47 } 48 49 .rftMultipleChoiceWidget .rowText { 50 display: table-cell; 51 width: 100px; 52 } 53 54 .rftMultipleChoiceWidget .rowBtn { 55 display: table-cell; 56 width: 30px; 57 }
Note: See TracChangeset
for help on using the changeset viewer.