view gis_gui/blocks/layer.css @ 203:e80bea831ec9

Text from Features in a Side-Info-Box
author fknauft
date Wed, 16 Feb 2011 17:14:38 +0100
parents 7f008e782563
children 3429870d50be
line wrap: on
line source

div.map_box {
    float:right;
    width: 620px;
    min-height: 400px;
    border-left: 1px solid black;
    padding: 10px;
}

div.map_box img {
    width: 600px;
}


.map_box_left {
    float:left;
    width:500px;
    border-right: 1px solid black;
    padding: 10px;
}
.map_box_left img {
    width:480px;
}

.mapping_info {
    width: 330px;
    padding-left:20px;
    float:left;
    overflow: auto;
/*    text-align: center;*/
}

.mapping_info_right {
    float:right;
    width: 450px;
    padding-left:10px;
}

.mapping_info table th {
    text-align:left;
    padding-right: 5px;
}
.mapping_info table tr:nth-child(even) td {
    background-color: #ddd;
}