From cd57e89ecfadbdc49b02fc0d19c043cdf7229a66 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 6 Dec 2019 13:37:24 +0100 Subject: Add link to d9#3 to quick reply box + allow customizing TextPreview header --- data/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'data') 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 */ -- cgit v1.2.3