Files
MileageTraker/Web/Content/Site.admin.css
T
2012-12-12 21:41:38 -05:00

48 lines
597 B
CSS

body {
padding-top: 60px;
}
.brand
{
background: url(images/Header.png) no-repeat left center;
height: 28px;
width: 266px;
}
.navbar .brand {
margin-left: 10px;
margin-right: -20px;
}
.nav li {
line-height: 29px;
}
footer {
background-color: #101010;
color: #666;
text-align: center;
padding: 4px;
}
.qtip-content dt {
line-height: 10px;
width: 110px;
}
.qtip-content dd {
line-height: 10px;
margin-left: 120px;
}
.report-calculation
{
display: none;
}
@media print {
header,
footer,
.no-print
{ display:none }
}