Changeset 202 for Dev/branches/Cartis/css/visualeditors.css
- Timestamp:
- 01/05/12 16:40:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/css/visualeditors.css
r191 r202 67 67 border-radius: 1em; 68 68 -moz-border-radius: 1em; 69 } 70 71 .largeFrame .content { 72 clear: left; 69 73 } 70 74 … … 422 426 } 423 427 428 /**************************/ 429 /* Survey Editor Specific */ 430 /**************************/ 431 432 #leftColumn { 433 float: left; 434 clear: left; 435 } 436 437 #rightColumn { 438 float: left; 439 clear: none; 440 } 441 442 .largeFrame.C{ 443 clear: left; 444 margin: 10px; 445 padding: 5px; 446 447 height: auto; 448 max-height: 400px; 449 } 450 451 .largeFrame.Cu{ 452 clear: left; 453 margin: 10px; 454 padding: 5px; 455 width: 730px; 456 } 457 458 .largeFrame.Cv { 459 clear: left; 460 margin: 10px; 461 padding: 5px; 462 width: 200px; 463 height: 600px; 464 } 465 466 .checkboxList { 467 overflow-y: scroll; 468 overflow-x: hidden; 469 clear: left; 470 width: auto; 471 height: 250px; 472 background-color: #FFF; 473 border-width: 2px; 474 border-style: solid; 475 border-bottom-color: #AAA; 476 border-top-color: #555; 477 border-right-color: #AAA; 478 border-left-color: #555; 479 } 480 481 .dbDataList { 482 width: 300px; 483 float: left; 484 clear: left; 485 margin: 0 10px 0 10px; 486 }
Note: See TracChangeset
for help on using the changeset viewer.