Changeset 172 for trunk/web-app/css
- Timestamp:
- Feb 4, 2010, 5:50:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/wizard.css
r162 r172 148 148 font-weight: bold; 149 149 width: auto; 150 height: 32px; 151 line-height: 32px; 150 152 } 151 153 … … 164 166 .wizard .table .row { 165 167 display: block; 166 height: 28px;168 height: 32px; 167 169 border-top: 1px solid #8e908f; 168 170 width: auto; 171 } 172 173 .wizard .table .row input, .wizard .table .row select { 174 background-color: #fff; 175 } 176 177 .wizard .table .ui-selected { 178 background-color: #ffab7b; 179 } 180 181 .wizard .table .ui-selecting { 182 background-color: #f2e3bc; 169 183 } 170 184
Note: See TracChangeset
for help on using the changeset viewer.