Fix some design issues in IE. To make it look perfect, the OL LayerSwitcher control has to be modified

This commit is contained in:
Adrià Mercader 2011-03-23 13:38:01 +00:00
parent 0ebe3c7a07
commit a50cae77cf
1 changed files with 6 additions and 2 deletions

View File

@ -14,6 +14,10 @@
margin-bottom: 20px; margin-bottom: 20px;
} }
.dataLayersDiv span{ .dataLayersDiv input{
margin-left: 10px; margin: 0 10px 10px 0;
}
.dataLayersDiv span{
margin: 0;
} }