summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-12-06 13:37:24 +0100
committerYorhel <git@yorhel.nl>2019-12-06 13:37:24 +0100
commitcd57e89ecfadbdc49b02fc0d19c043cdf7229a66 (patch)
treebd8bd260f79c51221bca1ae1ee24f7b9753009fc /data
parent6487d1e89b14a4c85bb47c03fbe4d7e2f37e73d3 (diff)
Add link to d9#3 to quick reply box + allow customizing TextPreview header
Diffstat (limited to 'data')
-rw-r--r--data/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/style.css b/data/style.css
index f73b45a0..1d417b43 100644
--- a/data/style.css
+++ b/data/style.css
@@ -201,11 +201,12 @@ a.linkradio.checked:before { content: '✓' }
span.spinner { width: 1em; height: 1em }
@keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } }
-.textpreview .head { width: 100%; text-align: right }
-.textpreview .head > * { margin-left: 10px; font-style: normal }
+.textpreview > span { display: flex; justify-content: space-between; width: 100% }
+.textpreview > span > p { align-self: flex-end }
+.textpreview > span > p.right > * { margin-left: 10px; font-style: normal }
.textpreview textarea { width: 100%; box-sizing: border-box }
.textpreview .preview { width: 100%; box-sizing: border-box; border: 1px solid $secborder$; margin: 1px; padding: 5px; text-align: left }
-fieldset.submit .textpreview { margin: -15px auto 0 auto }
+fieldset.submit .textpreview { margin: 0 auto }
/* .compact input elements are smaller and can be embedded in tables/inline text
* .stealth input elements pretend to be just regular text, but turn into visibile input elements on mouse-over */