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

@@ -239,7 +239,7 @@ div#headerTitle {
div#printHeader {
background-color: black;
height: 35px;
height: 55px;
color: white;
}
@@ -338,11 +338,11 @@ div#printFooter {
}
div#printLogo {
height: 50px;
width: 80px;
height: 80px;
width: 170px;
float: right;
margin: 1px;
background: url(../images/logo-vsmall.png) no-repeat right top;
background: url(../nicons/logo-medium.png) no-repeat right top;
}
div#paypal {

View File

@@ -704,7 +704,7 @@ div#small_error_icon {
/** */
/* Modal dialogs definitions */
.tagItModalDialog, .historyModalDialog, .shareItModalDialog, .exportModalDialog {
.tagItModalDialog, .historyModalDialog, .shareItModalDialog, .exportModalDialog, .publishModalDialog {
position: fixed;
top: 50%;
left: 50%;
@@ -733,7 +733,11 @@ div#small_error_icon {
width: 500px;
}
.tagItModalDialog .title, .historyModalDialog .title, .shareItModalDialog .title, .exportModalDialog .title {
.publishModalDialog {
width: 600px;
}
.tagItModalDialog .title, .historyModalDialog .title, .shareItModalDialog .title, .exportModalDialog .title, .publishModalDialog .title {
position: absolute;
top: 0;
left: 0;
@@ -762,6 +766,10 @@ div#small_error_icon {
height: 280px;
}
.publishModalDialog .content {
height: 330px;
}
.modalDialog h1 {
font-size: 14px;
}
@@ -771,4 +779,9 @@ div#small_error_icon {
margin: 5px;
}
td.formLabel {
text-align: right;
padding: 2px 10px;
font-weight: bolder;
vertical-align: top;
}

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 {