From 26cc2632c74fb97f9e06717e26ca81f226d108dd Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 19 May 2014 15:41:53 +0200 Subject: [PATCH] Small style optimizations --- wcfsetup/install/files/style/layout.less | 22 ++++++++++++++-------- wcfsetup/install/files/style/message.less | 11 ----------- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 275800b882..2525b92599 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -1936,18 +1936,24 @@ dl.inlineDataList { dl.dataList { dt { + color: @wcfDimmedColor; + clear: both; float: left; - overflow: hidden; - text-align: right; - text-overflow: ellipsis; - white-space: nowrap; - width: 35%; - word-wrap: normal; + margin-right: @wcfGapTiny; + text-align: left; + + &::after { + content: ":"; + } } dd { - text-align: left; - margin-left: 38%; + float: right; + text-align: right; + + &:not(:last-child) { + margin-bottom: 3px; + } } } diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index 42b453e856..303b2878f1 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -649,17 +649,6 @@ margin: @wcfGapSmall 0 0; overflow: hidden; padding: @wcfGapSmall 0 0; - - .dataList { - > dt { - width: 46%; - } - - > dd { - margin-left: 49%; - word-wrap: break-word; - } - } } } -- 2.20.1