From 349dcf436de544400606f84db95c381271fd94ad Mon Sep 17 00:00:00 2001 From: Tom Hutchison Date: Wed, 22 Mar 2017 09:28:08 -0400 Subject: [PATCH] Update to NO print css Echo and AddThis --- assets/stylesheets/pivot-print.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/assets/stylesheets/pivot-print.css b/assets/stylesheets/pivot-print.css index 12c0bf4..fbf2f63 100644 --- a/assets/stylesheets/pivot-print.css +++ b/assets/stylesheets/pivot-print.css @@ -13,12 +13,17 @@ } /* do not print borders of page */ #p-cactions { - border-right:none; - border-left:none; + border-right: none !important; + border-left: none !important; } - /* if addThis share is used, hide mobile content from js */ - #at4m-dock { - display: none; + /* if addThis share is used, make sure to hide mobile content from js */ + #at4m-dock, .at4-show, + #atstbx { + display: none !important; + } + /* hide Echo if being used */ + #echo-notifications { + display: none !important; } } \ No newline at end of file