view gis_gui/blocks/search.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


/* search block css */

#searchresults {
    width: 820px;   
    margin:8px auto;
    clear:both;
}

#searchresultstats {
    background-color: #fee;
    text-align:center;
    font-size:14px;
    margin-bottom:5px;
    clear:both;
}

#resultlist {
    float:left;
    width:400px;
    background-color: #eee;
    height:400px;
    overflow:scroll;
}

#resultlist ul {
    list-style: none;
}

#resultlist li:hover {
    background-color: #fff;
}

#preview {
    float:right;
    width:400px;
    height:400px;
    background-color: #eee;
    text-align:left;
    padding:8px;
   /* clear:right;*/
}


.hidden {
    display:none;
}

#preview table {
    width: 380px;
}

#search_open_button {
    width: 100%;
    clear:both;
}
table.preview td, table.preview th{
    border: 1px solid black !important;
    border-collapse:collapse;
    margin: 0px;
    border-spacing:0px;
}