Mobile optimization
authorMarcel Werk <burntime@woltlab.com>
Tue, 20 Aug 2013 16:46:39 +0000 (18:46 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 20 Aug 2013 16:46:39 +0000 (18:46 +0200)
wcfsetup/install/files/style/layout.less

index 8b0b2000dddea2d383f01648ea8693c8d198be96..3f77304ef88d69ef096fa03303204e62e9ccb31a 100644 (file)
                &.columnMark,
                &.columnStatus {
                        text-align: center;
-                       width: 1px !important;
+                       width: 1px;
                        white-space: nowrap;
                        word-wrap: normal;
                }
                &.columnDigits,
                &.columnID {
                        text-align: right;
-                       width: 1px !important;
+                       width: 1px;
                        white-space: nowrap;
                        word-wrap: normal;
                }
                
                &.columnIcon {
                        text-align: left;
-                       width: 1px !important;
+                       width: 1px;
                        white-space: nowrap;
                        word-wrap: normal;
                }
                &.columnRegistrationDate {
                        font-size: @wcfSmallFontSize;
                        text-align: right;
-                       width: 1px !important;
+                       width: 1px;
                        white-space: nowrap;
                        word-wrap: normal;
                }
                                border-bottom-width: 0;
                        }
                }
+               
+               td {
+                       text-align: left !important;
+                       max-width: none !important;
+                       width: auto !important;
+               }
        }
 }