From: Marcel Werk Date: Sat, 30 Jan 2016 11:22:03 +0000 (+0100) Subject: Some minor style tweaks X-Git-Tag: 3.0.0_Beta_1~2030^2~115 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=17932399d31cea34d3d6d07dfee24b6ea82ca4d1;p=GitHub%2FWoltLab%2FWCF.git Some minor style tweaks --- diff --git a/wcfsetup/install/files/style/element/dl.scss b/wcfsetup/install/files/style/element/dl.scss index 40c5db6a26..a7c46f9da8 100644 --- a/wcfsetup/install/files/style/element/dl.scss +++ b/wcfsetup/install/files/style/element/dl.scss @@ -47,6 +47,11 @@ dl { > label { display: block; + + /* indentation for checkbox descriptions */ + + small:not(.innerError) { + margin-left: 24px; + } } > label:not(:first-child) { diff --git a/wcfsetup/install/files/style/layout/content.scss b/wcfsetup/install/files/style/layout/content.scss index 1c86890c88..21ba466b1f 100644 --- a/wcfsetup/install/files/style/layout/content.scss +++ b/wcfsetup/install/files/style/layout/content.scss @@ -9,6 +9,10 @@ .contentTitle, > h1 { // deprecated @extend .wcfFontTitle; + + .badge { + top: -2px; + } } a { @@ -20,6 +24,30 @@ } } + /* legacy styling for sub headlines (deprecated; use .section > .sectionTitle instead) */ + .boxHeadline.boxSubHeadline { + margin-top: 30px; + margin-bottom: 20px; + + > h2 { + color: $wcfContentHeadlineText; // todo: rename variable + + @extend .wcfFontHeadline; + + a { + color: $wcfContentHeadlineLink; // todo: rename variable + + &:hover { + color: $wcfContentHeadlineLinkActive; // todo: rename variable + } + } + + .badge { + top: -2px; + } + } + } + /* todo .boxHeadline { &.labeledHeadline { @@ -58,6 +86,10 @@ color: $wcfContentHeadlineLinkActive; // todo: rename variable } } + + .badge { + top: -2px; + } } .sectionDescription { @@ -100,6 +132,10 @@ } } + .badge { + top: -2px; + } + &+ * { clear: left; }