wisemapping-open-source/wise-webapp/src/main/webapp/css/print.css

24 lines
390 B
CSS
Raw Normal View History

2011-10-18 14:29:29 +02:00
@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;
2011-11-01 04:13:05 +01:00
background: url(../images/logo-medium.png) no-repeat right top;
2011-10-18 14:29:29 +02:00
}