28 lines
390 B
CSS
28 lines
390 B
CSS
|
#map
|
|||
|
{
|
|||
|
clear:left;
|
|||
|
width:600px;
|
|||
|
height:400px;
|
|||
|
float:left;
|
|||
|
}
|
|||
|
#spatial
|
|||
|
{
|
|||
|
width:250px;
|
|||
|
float:left;
|
|||
|
padding:10px;
|
|||
|
}
|
|||
|
#spatial ul,#help ul
|
|||
|
{
|
|||
|
list-style:none;
|
|||
|
padding-left:1em;
|
|||
|
margin:10px;
|
|||
|
text-indent:-1em;
|
|||
|
}
|
|||
|
#help
|
|||
|
{
|
|||
|
clear:both;
|
|||
|
background:#eee;
|
|||
|
padding:10px;
|
|||
|
}
|
|||
|
#help ul li {white-space:normal;}
|
|||
|
#advancesearch{float:left;}
|