comparison war/Sti.css @ 21:16965d9c29a3

fixed z-Index for map canvas background
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 26 Nov 2012 14:45:20 +0100
parents cf06b77a8bbd
children cfe8045c4610
comparison
equal deleted inserted replaced
20:6bdbe4fb0c7e 21:16965d9c29a3
56 56
57 .logo { 57 .logo {
58 z-index: -1; 58 z-index: -1;
59 } 59 }
60 60
61 .olMap {
62 position: absolute;
63 }
64
61 .mapCanvas { 65 .mapCanvas {
62 position: absolute; 66 position: absolute;
63 z-index: 2; 67 z-index: -1;
64 } 68 }
65 69
66 .plotCanvas { 70 .plotCanvas {
67 position: absolute; 71 position: absolute;
68 } 72 }
757 padding-top: 12px; 761 padding-top: 12px;
758 margin-bottom: 2px; 762 margin-bottom: 2px;
759 margin-left: 13px; 763 margin-left: 13px;
760 font-family: arial,helvetica,clean,sans-serif; 764 font-family: arial,helvetica,clean,sans-serif;
761 font-size: 13px; 765 font-size: 13px;
762 cursor: pointer;
763 border-bottom: 1px solid #CCCCCC; 766 border-bottom: 1px solid #CCCCCC;
767 cursor: pointer;
764 width: 94px; 768 width: 94px;
765 } 769 }
766 770
767 .headerLink:hover { 771 .headerLink:hover {
768 background-color: #f0f0f0; 772 background-color: #f0f0f0;