Update Print media CSS to handle new UI components

This commit is contained in:
Oliver Gorwits
2013-10-08 13:33:14 +01:00
parent cd576b9e7f
commit 253bf769fb
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2.018001 -
[BUG FIXES]
* Update Print media CSS to handle new UI components
2.018000 - 2013-10-08 2.018000 - 2013-10-08
[NEW FEATURES] [NEW FEATURES]

View File

@@ -14,3 +14,12 @@ body {
margin-left: 0px !important; margin-left: 0px !important;
margin-right: 0px !important; margin-right: 0px !important;
} }
.floatThead-table {
position: inherit;
top: 45px;
}
a:after {
content: "" !important;
}