Changeset 192 for trunk/web-app/css
- Timestamp:
- Feb 11, 2010, 5:47:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/wizard.css
r178 r192 217 217 } 218 218 219 .wizard .grouping .subjects {220 display: block;221 float: left;222 }223 219 .wizard .grouping .ui-selected { 224 220 background-color: red; … … 228 224 } 229 225 226 .wizard .grouping .subjects { 227 display: block; 228 float: left; 229 } 230 .wizard .grouping .subjects .subject { 231 margin: 1px; 232 padding: 0.2em; 233 font-size: .8em; 234 height: 14px; 235 } 230 236 .wizard .grouping .right { 231 237 display: inline-block; … … 252 258 .wizard .grouping .group .subjects { 253 259 display: inline-block; 260 height: auto; 254 261 } 255 262 .wizard .grouping .group .subject { 256 display: block;263 display: inline-block; 257 264 width: 100%; 258 265 font-size: 10px;
Note: See TracChangeset
for help on using the changeset viewer.