aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/main.scss
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-07-04 15:28:14 +0200
committerThomas Lange <code@nerdmind.de>2021-07-04 15:28:14 +0200
commit926be04229cbaa492755080fac85762b7b876bca (patch)
treef1939777177205b1c012cf3a97ffc14b0371e317 /theme/admin/rsrc/css/main.scss
parent24877f1ed91380c76c49e3780f3c70c009509b07 (diff)
downloadblog-926be04229cbaa492755080fac85762b7b876bca.tar.gz
blog-926be04229cbaa492755080fac85762b7b876bca.tar.xz
blog-926be04229cbaa492755080fac85762b7b876bca.zip
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.
Diffstat (limited to 'theme/admin/rsrc/css/main.scss')
-rw-r--r--theme/admin/rsrc/css/main.scss33
1 files changed, 12 insertions, 21 deletions
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
@@ -413,27 +413,6 @@ table, td {
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-# Brackets
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-.brackets {
- &:after, &:before {
- color: #222;
- }
-
- &:before {
- content: "[";
- }
-
- &:after {
- content: "]";
- }
-}
-
-.brackets a, a.brackets {
- text-decoration: none;
-}
-
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Item Element
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.item {
@@ -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: " – ";
+ }
}
}