From 926be04229cbaa492755080fac85762b7b876bca Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 4 Jul 2021 15:28:14 +0200 Subject: Prettify the item meta elements in the admin theme This commit prettifies the item meta elements in the admin theme and also removes those ugly square brackets. It looks a lot better now. --- theme/admin/rsrc/css/main.scss | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) (limited to 'theme/admin/rsrc/css/main.scss') diff --git a/theme/admin/rsrc/css/main.scss b/theme/admin/rsrc/css/main.scss index a83e1e8..0a64e07 100644 --- a/theme/admin/rsrc/css/main.scss +++ b/theme/admin/rsrc/css/main.scss @@ -412,27 +412,6 @@ table, td { border: 0.05rem solid #AAA; } -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Brackets -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -.brackets { - &:after, &:before { - color: #222; - } - - &:before { - content: "["; - } - - &:after { - content: "]"; - } -} - -.brackets a, a.brackets { - text-decoration: none; -} - /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Item Element ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ @@ -512,8 +491,20 @@ table, td { padding: 0; list-style: none; + &-right { + float: right; + + &:before { + content: none !important; + } + } + li { display: inline-block; + + +li:before { + content: " – "; + } } } -- cgit v1.2.3