Improved print version
authorMarcel Werk <burntime@woltlab.com>
Mon, 30 May 2016 14:53:40 +0000 (16:53 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 30 May 2016 14:53:40 +0000 (16:53 +0200)
wcfsetup/install/files/style/layout/print.scss

index 3e015c05c05663618bf6d9636ed2359859412006..7202221bb33e8475fd0afa07cb631446ece8310c 100644 (file)
        .collapsibleButton,
        .columnMark,
        .statusDisplay,
+       .dialogContainer,
+       .formSubmit,
        .tabMenu > ul > li:not(.active),
-       .userProfileButtonContainer,
+       
        .showMore, 
        
        /* box layout */
        .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;
+       }
 }