Improved print version
authorMarcel Werk <burntime@woltlab.com>
Mon, 30 May 2016 22:27:06 +0000 (00:27 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 30 May 2016 22:27:32 +0000 (00:27 +0200)
wcfsetup/install/files/style/layout/print.scss

index 7202221bb33e8475fd0afa07cb631446ece8310c..340707d1cff815d931ddd8ecf7af25697cd68e01 100644 (file)
                max-width: none !important;
        }
        
-       .pageNavigation .breadcrumbs {
-               margin-left: 0;
+       .pageNavigation {
+               display: block;
+               padding-top: 10px;
+               
+               .breadcrumbs {
+                       margin-left: 0;
+               }
        }
        
        .badge {
+               padding: 0 !important;
+               
                &::before {
-                       content: "(";
+                       content: "[";
                }
                
                &::after {
-                       content: ")";
+                       content: "]";
                }
        }
        
        .userProfileUser {
                position: static !important;
        }
+       
+       a.externalURL::after {
+               content: " (" attr(href) ")";
+       }
+       
+       .messageList,
+       .messageList > li:not(:first-child) {
+               border-top: 1px solid $wcfContentBorder;
+       }
+       
+       .messageList > li {
+               padding-top: 20px;
+       }
+       
+       .messageSidebar {
+               margin: 0 !important;
+               padding: 0 !important;
+       }
 }