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

div.task_select {
    width: 200px;
    margin: 10px;
    margin-right:30px;
/*    margin: 0px auto;*/
    float:left;
}
div.task_select div.task{
    margin:5px;
    margin-top:0px;
    width:200px;
    height:50px;
    background-color: #eef;
    float:left;
/*    text-align:center;*/
    color: #333;
    padding:5px;
}
div.task {
    border: 1px solid white;
}
.selected {
    background-color: #ccd !important;
}
div.task:hover {
    border:1px solid black;
}

div.task img {
    float:left;
    margin-right:20px;
    height:40px;
/*    clear:both;*/
    vertical-align:middle;
}