From 398216fe54e0b1d5b62b62d5eb6aef9485cc9d1b Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 10 Feb 2013 18:39:39 +0000 Subject: [PATCH] updated the print CSS --- Netdisco/Changes | 1 + Netdisco/share/public/css/nd_print.css | 22 +++++++++++----------- TODO | 1 - 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 8e037668..25c39845 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -8,6 +8,7 @@ [BUG FIXES] + * Updated the print CSS * Minor fixes to POD 2.005000_001 - 2013-02-09 diff --git a/Netdisco/share/public/css/nd_print.css b/Netdisco/share/public/css/nd_print.css index 370ce5d2..5b7f23c4 100644 --- a/Netdisco/share/public/css/nd_print.css +++ b/Netdisco/share/public/css/nd_print.css @@ -1,16 +1,16 @@ +body { + padding-top: 0px !important; +} + +#search_results > li:not(.active) { + display: none !important; +} + .navbar, .sidebar { display: none !important; } -#search_results > :not(.active) { - display: none; -} - -.nd_content { - margin-left: 5px !important; -} - -.device_label_right { - display: inline !important; - float: left !important; +.content, .nd_content { + margin-left: 0px !important; + margin-right: 0px !important; } diff --git a/TODO b/TODO index b02e1fa5..89897a9d 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ FRONTEND ======== -* re-do print css * UI for topo DB table editing - drop topo file support and use DB only * update inventory to use bootstrap accordion