From 253bf769fb72f64c5bf6eb9b8a7edc0e050ddbed Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 8 Oct 2013 13:33:14 +0100 Subject: [PATCH] Update Print media CSS to handle new UI components --- Netdisco/Changes | 6 ++++++ Netdisco/share/public/css/nd_print.css | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/Netdisco/Changes b/Netdisco/Changes index 0ac79833..f993df0f 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.018001 - + + [BUG FIXES] + + * Update Print media CSS to handle new UI components + 2.018000 - 2013-10-08 [NEW FEATURES] diff --git a/Netdisco/share/public/css/nd_print.css b/Netdisco/share/public/css/nd_print.css index 0944b8e5..bb1b653b 100644 --- a/Netdisco/share/public/css/nd_print.css +++ b/Netdisco/share/public/css/nd_print.css @@ -14,3 +14,12 @@ body { margin-left: 0px !important; margin-right: 0px !important; } + +.floatThead-table { + position: inherit; + top: 45px; +} + +a:after { + content: "" !important; +}