view gis_gui/blocks/map.css @ 252:efd2469d1722

geometry-column of tables will be displayed as string
author fknauft
date Tue, 20 Sep 2011 11:19:35 +0200
parents 7f008e782563
children
line wrap: on
line source

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

.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;
/*    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;
}