From 85f65e008a8b3218b40dbac027887943e9240e95 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 19 Aug 2014 01:10:52 +0200 Subject: [PATCH] Small style optimization --- com.woltlab.wcf/templates/captchaQuestion.tpl | 2 +- wcfsetup/install/files/style/form.less | 17 +++++++++++++++++ wcfsetup/install/files/style/redactor.less | 17 ----------------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/com.woltlab.wcf/templates/captchaQuestion.tpl b/com.woltlab.wcf/templates/captchaQuestion.tpl index 06e0a3fdd7..827525057e 100644 --- a/com.woltlab.wcf/templates/captchaQuestion.tpl +++ b/com.woltlab.wcf/templates/captchaQuestion.tpl @@ -5,7 +5,7 @@ {lang}wcf.captcha.question.captcha{/lang} {lang}wcf.captcha.question.captcha.description{/lang} - +
diff --git a/wcfsetup/install/files/style/form.less b/wcfsetup/install/files/style/form.less index aa15e9e734..22767feda0 100644 --- a/wcfsetup/install/files/style/form.less +++ b/wcfsetup/install/files/style/form.less @@ -139,6 +139,23 @@ dl:not(.plain) { color: @wcfDimmedColor; } } + + &.condensed { + > dt { + float: none; + margin-bottom: @wcfGapTiny; + text-align: left; + width: auto !important; + + &:empty { + margin-bottom: 0; + } + } + + > dd { + margin-left: 0 !important; + } + } } @media only screen and (max-width: 1024px) { diff --git a/wcfsetup/install/files/style/redactor.less b/wcfsetup/install/files/style/redactor.less index e527799573..9f7749184f 100644 --- a/wcfsetup/install/files/style/redactor.less +++ b/wcfsetup/install/files/style/redactor.less @@ -252,23 +252,6 @@ } } - dl.condensed { - > dt { - float: none; - margin-bottom: 4px; - text-align: left; - width: auto !important; - - &:empty { - margin-bottom: 0; - } - } - - > dd { - margin-left: 0 !important; - } - } - > div { > nav { background-color: @wcfContainerBackgroundColor; -- 2.20.1