From: Alexander Ebert Date: Tue, 25 Jul 2017 10:49:00 +0000 (+0200) Subject: Added support for improved message group filters X-Git-Tag: 3.1.0_Alpha_1~193 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=15f0fffa1ed6948799f00306f56a3126b808ae3f;p=GitHub%2FWoltLab%2FWCF.git Added support for improved message group filters --- diff --git a/wcfsetup/install/files/style/ui/messageGroup.scss b/wcfsetup/install/files/style/ui/messageGroup.scss index 5f93593ecd..9ee99c6267 100644 --- a/wcfsetup/install/files/style/ui/messageGroup.scss +++ b/wcfsetup/install/files/style/ui/messageGroup.scss @@ -349,6 +349,37 @@ } } } + + .tabularListRowHead { + .columnSort { + flex: 1; + + @include wcfFontDefault; + } + + .columnFilter { + flex: 0 1 auto; + padding-left: 40px; + + @include wcfFontDefault; + + @include screen-xs { + display: none; + } + } + + .columnSort, + .columnFilter { + .inlineList > li:not(:last-child) { + margin-right: 10px; + } + } + + .columnApplyFilter { + flex: 0 1 auto; + padding-right: 0; + } + } } .messageGroupListStatsSimple { @@ -358,6 +389,10 @@ position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); + + > .icon { + color: inherit; + } } @include screen-md-down {