summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-07-25 14:25:02 +0200
committerYorhel <git@yorhel.nl>2020-07-25 14:25:04 +0200
commitf52286befd10dcc9ca9d282762de087f78b4c4c5 (patch)
tree24bed2f44cc5279645187e05559d9a59c30f77c6 /data
parentd9fd1763551de5f1fd84361ab786189af9f545ef (diff)
CSS: Move down the .mainopts when there is also a .itemmsg
In particular: move down the spoiler settings on character pages to make room for the report link. This is pretty ugly though, I had forgotten that the right-top part of the character pages was already being used...
Diffstat (limited to 'data')
-rw-r--r--data/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index c7400504..1327e33b 100644
--- a/data/style.css
+++ b/data/style.css
@@ -100,7 +100,7 @@ div.warning h2, div.notice h2 { font-size: 13px; font-weight: bold; margin: 0; }
/* general text formatting */
ul, ol { margin-left: 35px; }
-p.itemmsg { float: right; color: $standout$; font-style: italic; margin: 0!important; }
+p.itemmsg { float: right; color: $standout$; font-style: italic; margin: 0!important; padding-bottom: 10px }
.grayedout { color: $grayedout$ }
b.grayedout { font-weight: normal }
i.grayedout { font-style: normal }
@@ -286,7 +286,7 @@ div.mainbox-overflow-hack { overflow: hidden; width: 100%; box-sizing: border-bo
.mainbox table p { margin: 0; }
.mainbox h2 { font-weight: bold; font-size: 16px; margin: 10px 0 0 5px; }
a.addnew, p.addnew { float: right; margin: 0 }
-a.mainopts, p.mainopts { float: right; margin: 0 }
+a.mainopts, p.mainopts { clear: right; float: right; margin: 0 }
p.mainopts a, p.mainopts label { margin: 0 5px }
.mainbox.threelayout { border-collapse: separate; border-spacing: 10px; margin: 10px -10px -20px -10px; min-width: 100%; }