From d280d7a3899b32300a87439f2655c1b480458a17 Mon Sep 17 00:00:00 2001 From: z3d Date: Tue, 7 Jul 2009 15:17:31 +0000 Subject: [PATCH] Tweaks to classic theme css to hide navbar and logo, now they're residing in the side panel; iframe size tweaks. --- installer/resources/themes/console/classic/console.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 99077d1e0..f0bb2b831 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -29,16 +29,18 @@ div.logo { margin: 0em; padding: .5em; text-align: center; + display: none !important; } div.toolbar { margin: 0em 0em 2em 0em; font-weight: bold; + display: none !important; } div.routersummaryouter { float: left; - width: 215px; + width: 200px; margin: 0; padding: 0; border: 0; @@ -48,7 +50,7 @@ div.routersummaryouter { div.routersummary { background-color: #fafaff; - width: 195px; + width: 200px; color: inherit; margin: 0em; padding: 5px;