comparison war/Sti.css @ 36:cfe8045c4610

moved the data-table out of the mainContainer again made the table moveable (to allow placement left/right of the map)
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 03 Dec 2012 15:26:56 +0100
parents 16965d9c29a3
children
comparison
equal deleted inserted replaced
35:18fc3a30e993 36:cfe8045c4610
529 /** 529 /**
530 Style Settings for data tables 530 Style Settings for data tables
531 */ 531 */
532 532
533 #tableWindow { 533 #tableWindow {
534 position: absolute;
535 text-align: center; 534 text-align: center;
536 width: 90%; 535 width: 100%;
537 margin-left: 5%;
538 margin-right: 5%;
539 } 536 }
540 537
541 .unselectedCellInner { 538 .unselectedCellInner {
542 width: 200px; 539 width: 200px;
543 padding: 5px; 540 padding: 5px;