From: Marcel Werk Date: Fri, 5 Sep 2014 14:59:08 +0000 (+0200) Subject: Fixed attachment tab styling issues X-Git-Tag: 2.1.0_Alpha_1~349 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9e07859e3006083b539ac424e0ed03f7adaefa1d;p=GitHub%2FWoltLab%2FWCF.git Fixed attachment tab styling issues --- diff --git a/wcfsetup/install/files/style/attachment.less b/wcfsetup/install/files/style/attachment.less index fc5b44b451..a7b0b2be92 100644 --- a/wcfsetup/install/files/style/attachment.less +++ b/wcfsetup/install/files/style/attachment.less @@ -114,6 +114,27 @@ } } } + + &.sortableList { + list-style-type: none; + margin-left: 0; + } +} + +.formAttachmentContent { + .jsButtonAttachmentInsertAll { + vertical-align: baseline; + } + + .uploadButton { + vertical-align: bottom; + } + + > dl { + div + small { + margin-top: 7px !important; + } + } } @media only screen and (min-width: 801px) { diff --git a/wcfsetup/install/files/style/redactor.less b/wcfsetup/install/files/style/redactor.less index 9f7749184f..33e5b38ec5 100644 --- a/wcfsetup/install/files/style/redactor.less +++ b/wcfsetup/install/files/style/redactor.less @@ -49,6 +49,7 @@ .redactor_box { border: 1px solid @wcfContainerBorderColor; font-size: 0; + line-height: @wcfBaseLineHeight; & + .messageTabMenu { padding: 0; @@ -196,6 +197,7 @@ .messageTabMenu { border: 1px solid @wcfContainerBorderColor; border-top-width: 0; + line-height: @wcfBaseLineHeight; > nav.messageTabMenuNavigation { > ul {