From f67ced37a185b4d29ab9fbae8b5522c4b78f9718 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 20 Aug 2013 18:46:39 +0200 Subject: [PATCH] Mobile optimization --- wcfsetup/install/files/style/layout.less | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 8b0b2000dd..3f77304ef8 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -1653,7 +1653,7 @@ &.columnMark, &.columnStatus { text-align: center; - width: 1px !important; + width: 1px; white-space: nowrap; word-wrap: normal; } @@ -1661,14 +1661,14 @@ &.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; } @@ -1688,7 +1688,7 @@ &.columnRegistrationDate { font-size: @wcfSmallFontSize; text-align: right; - width: 1px !important; + width: 1px; white-space: nowrap; word-wrap: normal; } @@ -1787,6 +1787,12 @@ border-bottom-width: 0; } } + + td { + text-align: left !important; + max-width: none !important; + width: auto !important; + } } } -- 2.20.1