Fix Printer ...

This commit is contained in:
Paulo Veiga
2011-10-18 09:29:29 -03:00
parent 8913b5f187
commit ce52e078b5
21 changed files with 647 additions and 94 deletions

View File

@@ -237,11 +237,6 @@ div#headerTitle {
margin-left: 5px;
}
div#printHeader {
background-color: black;
height: 55px;
color: white;
}
span#headerSubTitle {
font-weight: lighter;
@@ -330,20 +325,6 @@ div#editorHeader div#headerActions a:hover, div#headerActions a:active, div#head
float: left;
}
div#printFooter {
height: 60px;
width: 100%;
background: #E5E5E5;
border-top: 1px solid #bbb4d6;
}
div#printLogo {
height: 80px;
width: 170px;
float: right;
margin: 1px;
background: url(../nicons/logo-medium.png) no-repeat right top;
}
div#paypal {
float: left;

View File

@@ -762,7 +762,7 @@ div#small_error_icon {
height: 300px;
}
.exportItModalDialog .content {
.exportModalDialog .content {
height: 280px;
}

View File

@@ -0,0 +1,24 @@
@import "../css/widget/lightbox.css";
@import "../css/common.css";
div#printHeader {
background-color: black;
height: 55px;
color: white;
}
div#printFooter {
height: 60px;
width: 100%;
background: #E5E5E5;
border-top: 1px solid #bbb4d6;
}
div#printLogo {
height: 80px;
width: 170px;
float: right;
margin: 1px;
background: url(../nicons/logo-medium.png) no-repeat right top;
}