Fixed width calculation of table cells
authorAlexander Ebert <ebert@woltlab.com>
Thu, 1 Nov 2012 21:42:52 +0000 (22:42 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 1 Nov 2012 21:42:52 +0000 (22:42 +0100)
wcfsetup/install/files/style/layout.less

index 062868abaac6cf253170ad7cea80b44e99fa4eee..26e93959c76b5d0746d0bf5c559ea3ee5f3d4a33 100644 (file)
                &.columnMark,
                &.columnStatus {
                        text-align: center;
-                       width: 1% !important;
+                       width: 1px !important;
                        white-space: nowrap;
                }
                
                &.columnDigits,
                &.columnID {
                        text-align: right;
-                       width: 1% !important;
+                       width: 1px !important;
                        white-space: nowrap;
                }
                
                &.columnIcon {
                        text-align: left;
-                       width: 1% !important;
+                       width: 1px !important;
                        white-space: nowrap;
                }
                
                &.columnRegistrationDate {
                        font-size: @wcfSmallFontSize;
                        text-align: right;
-                       width: 1% !important;
+                       width: 1px !important;
                        white-space: nowrap;
                }