Small style optimizations
authorMarcel Werk <burntime@woltlab.com>
Sun, 10 Jan 2016 13:49:36 +0000 (14:49 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 10 Jan 2016 13:49:36 +0000 (14:49 +0100)
wcfsetup/install/files/style/ui/message.scss
wcfsetup/install/files/style/ui/tabularBox.scss

index fdf29c0c81776e602d8ce85d8ad0749625815e2f..befaaa876a84d17d7a09a5903d1ba9caa7daf620 100644 (file)
                        }
                        
                        > .columnStats {
-                               flex: 0 0 120px;
+                               flex: 0 0 140px;
                                text-align: center;
                        }
                        
index 114a479427e2364a20d053f1d41d4842ed5b80fd..8d3ce74489b8396e71b2fc06016dc348a3620f66 100644 (file)
        }
 }
 
-div.tabularBoxTitle > header {
-       display: none;
-}
-
 /* table */
 .table {
        border-bottom: 1px solid $wcfTabularBoxHeadline;