From 52ef49709918809d6fbe40bc68e4ff090b84e6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 26 Aug 2016 14:26:47 +0200 Subject: Fix print / article views --- app/Resources/static/themes/material/css/print.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'app/Resources/static') diff --git a/app/Resources/static/themes/material/css/print.css b/app/Resources/static/themes/material/css/print.css index a16be71e..37228cff 100755 --- a/app/Resources/static/themes/material/css/print.css +++ b/app/Resources/static/themes/material/css/print.css @@ -26,10 +26,23 @@ div.tools, header div, .messages, - .entry + .results { + .entry + .results, + #slide-out, + .progress, .hide-on-large-only, + #article > aside, + #article .mbm a + { display: none !important; } + main { + padding-left: 0 !important; + } + + #article { + margin: inherit !important; + } + article { border: none !important; } -- cgit v1.2.3 From add0e14cffa6d36affc5fe2e815d069a1ecfc258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 26 Aug 2016 21:20:02 +0200 Subject: Fixed print view for baggy theme --- app/Resources/static/themes/baggy/css/print.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/Resources/static') diff --git a/app/Resources/static/themes/baggy/css/print.css b/app/Resources/static/themes/baggy/css/print.css index 6f187ff5..f7f6a8ad 100755 --- a/app/Resources/static/themes/baggy/css/print.css +++ b/app/Resources/static/themes/baggy/css/print.css @@ -26,7 +26,9 @@ div.tools, header div, .messages, - .entrie + .results { + .entrie + .results, + #article .mbm a, + #article-informations { display: none !important; } -- cgit v1.2.3 From be20e6f00945accc65849e14558bcdb50c08a6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 1 Sep 2016 19:18:39 +0200 Subject: CSS indentation --- app/Resources/static/themes/material/css/print.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Resources/static') diff --git a/app/Resources/static/themes/material/css/print.css b/app/Resources/static/themes/material/css/print.css index 37228cff..1eb96735 100755 --- a/app/Resources/static/themes/material/css/print.css +++ b/app/Resources/static/themes/material/css/print.css @@ -36,11 +36,11 @@ } main { - padding-left: 0 !important; + padding-left: 0 !important; } #article { - margin: inherit !important; + margin: inherit !important; } article { -- cgit v1.2.3