Mercurial > hg > ChinaGisRestApi
view gis_gui/blocks/search.css @ 233:bdab16f83512
show line and polygon-layer
author | fknauft |
---|---|
date | Mon, 01 Aug 2011 21:35:27 +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; }