From 66e402031cac75d5d8c96e667bb6e75fb196dc2f Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 3 May 2014 09:53:57 -0700 Subject: [PATCH] expand original post form when not hidden (except in catalog) --- src/General/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index f2593b7c4..7b84dec8d 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -795,11 +795,15 @@ span.hide-announcement { /* QR */ :root.hide-original-post-form #postForm, :root.hide-original-post-form #togglePostFormLink, +:root:not(.catalog) #togglePostFormLink, #qr.autohide:not(.focus):not(:hover):not(:active) > form, .thread #qr select[data-name=thread], #file-n-submit:not(.has-file) #qr-filerm { display: none; } +:root:not(.hide-original-post-form):not(.catalog) #postForm { + display: table; +} #qr select, #dump-button, #url-button,