From 134902be7478530119ef83e50d0929e4273b787f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 30 May 2016 16:53:40 +0200 Subject: [PATCH] Improved print version --- wcfsetup/install/files/style/layout/print.scss | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/style/layout/print.scss b/wcfsetup/install/files/style/layout/print.scss index 3e015c05c0..7202221bb3 100644 --- a/wcfsetup/install/files/style/layout/print.scss +++ b/wcfsetup/install/files/style/layout/print.scss @@ -26,8 +26,10 @@ .collapsibleButton, .columnMark, .statusDisplay, + .dialogContainer, + .formSubmit, .tabMenu > ul > li:not(.active), - .userProfileButtonContainer, + .showMore, /* box layout */ @@ -44,11 +46,15 @@ .messageAuthor .badgeOnline, /* comment layout */ - .jsCommentAdd { + .jsCommentAdd, + + /* user profile */ + .userProfileCoverPhoto, + .userProfileButtonContainer, + .likeTypeSelection { display: none !important; } - /** minor optimizations **/ .main { padding: 30px 0; @@ -72,4 +78,8 @@ content: ")"; } } + + .userProfileUser { + position: static !important; + } } -- 2.20.1