Fix embedded view.

This commit is contained in:
Paulo Veiga
2011-10-16 21:42:02 -03:00
parent cb6302bf50
commit 0133f127b8
26 changed files with 713 additions and 235 deletions

View File

@@ -69,17 +69,18 @@ div#logo {
height: 65px;
width: 80px;
position: absolute;
background: url(../images/logo-vvsmall.png) no-repeat right top;
background: url(../nicons/logo-small.png) no-repeat right top;
right: 10px;
top: -10px;
}
.button {
width: 18px;
height: 16px;
width: 20px;
height: 20px;
float: left;
cursor: pointer;
white-space: nowrap;
margin: 1px;
}
.button:hover {
@@ -88,17 +89,20 @@ div#logo {
border: 1px solid black;
border-top-color: white;
border-left-color: white;
margin: 0px;
}
#zoomIn {
background: url(../images/zoom_in.png) no-repeat left top;;
div#zoomIn {
background: url(../nicons/zoom-in.png) no-repeat left top;
margin-top: 10px;
margin-left: 10px;
}
#zoomOut {
background: url(../images/zoom_out.png) no-repeat left top;;
margin-top: 10px
background: url(../nicons/zoom-out.png) no-repeat left top;;
margin-top: 10px;
margin-left: 5px;
}
div#mindplot {
@@ -119,6 +123,8 @@ div#mapDetails {
float: right;
padding-top: 10px;
margin-right: 100px;
font-family: arial,serif;
font-size: 11px;
}
div#mapDetails .title {