Changeset 10999 for main/waeup.kofa/branches/uli-diazo-themed/layout/static
- Timestamp:
- 29 Jan 2014, 11:23:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css
r10994 r10999 53 53 54 54 .kofa-content-wide .well, .kofa-content-narrow .well { 55 padding: 0px 20px 10px 20px;55 padding: 10px 20px 10px 20px; 56 56 } 57 57 … … 85 85 margin: 4px; 86 86 font-size: 13px; 87 display: inline; 87 88 } 88 89 … … 107 108 } 108 109 109 .form-table td , .input-table td{110 .form-table td { 110 111 padding: 5px 0px 5px 4px; 111 112 border-top: none; … … 128 129 } 129 130 131 .form-table td { 132 vertical-align: bottom; 133 } 134 135 .form-table td.fieldname { 136 vertical-align: top; 137 } 138 130 139 select { 131 140 width: 50%; 132 141 } 133 142 134 .ordered-selection-field select {143 .ordered-selection-field select , .inline-selection-field select { 135 144 width: 100%; 136 145 }
Note: See TracChangeset for help on using the changeset viewer.