Changeset 202 for Dev/branches
- Timestamp:
- 01/05/12 16:40:56 (13 years ago)
- Location:
- Dev/branches/Cartis
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/css/aapje.css
r197 r202 135 135 border-radius: 15px; 136 136 border: 1px solid white; 137 }137 } 138 138 139 139 .selectionmenu { … … 166 166 color: #fff; 167 167 font-size: 30px; 168 float: right; 168 169 } 170 171 .radarGraph { 172 width: 35em; 173 margin: 1em auto 0 auto; 174 padding: 2em; 175 text-align: center; 176 background-image: url('../images/bg/graygradient.png'); 177 background-repeat: repeat-x; 178 background-color: #aeb2b3; 179 -moz-border-radius: 15px; 180 border-radius: 15px; 181 border: 1px solid white; 182 text-orientation: center; 183 } 169 184 170 185 171 186 187 188 -
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.