Changeset 178 for trunk/web-app/css
- Timestamp:
- Feb 8, 2010, 3:25:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/wizard.css
r172 r178 209 209 /* END :: TABLE */ 210 210 211 .selectable .ui-selecting { 212 background: #add9ef; 213 } 214 215 .selectable .ui-selected { 216 background: #006dbd; 217 color: white; 218 } 219 220 .selectable { 221 list-style-type: none; 222 margin: 0; 223 padding: 0; 224 width: 200px; 225 } 226 227 .selectable li { 228 margin: 3px; 229 padding: 0.4em; 230 font-size: 1em; 231 height: 18px; 232 } 233 211 /* START :: GROUPING */ 234 212 .wizard .grouping { 235 display: block; 213 border: 1px solid black; 214 display: inline-block; 236 215 height: auto; 237 vertical-align: top; 238 } 239 240 .wizard .subjects { 241 display: inline-block; 242 vertical-align: top; 243 } 244 245 .wizard .groups { 246 display: inline-block; 247 height: 100%; 248 vertical-align: top; 249 } 250 251 .wizard .groups .groupbla { 252 margin: 3px; 253 padding: 0.4em; 254 font-size: 1em; 255 } 256 257 .droppable { 258 width: 300px; 259 } 260 261 .wizard .groups .group { 216 width: 100%; 217 } 218 219 .wizard .grouping .subjects { 220 display: block; 221 float: left; 222 } 223 .wizard .grouping .ui-selected { 224 background-color: red; 225 } 226 .wizard .grouping .ui-selecting { 227 background-color: orange; 228 } 229 230 .wizard .grouping .right { 262 231 display: inline-block; 263 232 float: right; 264 width: 250px; 265 min-height: 18em; 266 margin: 3px; 267 padding: 0.4em; 268 269 } * html #trash { 270 height: 18em; 271 } /* IE6 */ 272 273 .wizard .groups .group h4 { 274 line-height: 16px; 275 margin: 0 0 0.4em; 276 } 277 /* 278 .wizard .groups .group .gallery { float: left; width: 65%; min-height: 12em; } * html #gallery { height: 12em; } /* IE6 */ 279 .wizard .groups .group .gallery.custom-state-active { background: #eee; } 280 .wizard .groups .group .gallery li { float: left; width: 96px; padding: 0.4em; margin: 0 0.4em 0.4em 0; text-align: center; } 281 .wizard .groups .group .gallery li h5 { margin: 0 0 0.4em; cursor: move; } 282 .wizard .groups .group .gallery li a { float: right; } 283 .wizard .groups .group .gallery li a.ui-icon-zoomin { float: left; } 284 .wizard .groups .group .gallery li img { width: 100%; cursor: move; } 285 286 .wizard .groups .group .gallery { 287 display: block; 288 float: left; 289 } 290 291 .wizard .groups .group .gallery li { 292 display: inline-block; 293 } 294 */ 295 296 .wizard .groups .group .henk { 297 background-color: red; 298 } 299 300 301 233 } 234 .wizard .grouping .right .form { 235 border: 1px solid black; 236 } 237 .wizard .grouping .group { 238 margin: 5px 0px 5px 0px; 239 border: 1px solid black; 240 height: auto; 241 } 242 .wizard .grouping .group .label { 243 display: block; 244 background-color: #006DBA; 245 color: #fff; 246 font-weight: bold; 247 width: auto; 248 height: 32px; 249 line-height: 32px; 250 text-align: center; 251 } 252 .wizard .grouping .group .subjects { 253 display: inline-block; 254 } 255 .wizard .grouping .group .subject { 256 display: block; 257 width: 100%; 258 font-size: 10px; 259 } 260 261 /* END :: GROUPING */
Note: See TracChangeset
for help on using the changeset viewer.