From 4c86bbf7bedd614dc035523cd5c8cdb176ed3ef3 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 9 Dec 2014 02:26:11 -0800 Subject: [PATCH] Revert "expand original post form when not hidden (except in catalog)" It interferes with captcha loading on the original post form. This reverts commit 66e402031cac75d5d8c96e667bb6e75fb196dc2f. Conflicts: src/General/css/style.css --- src/General/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 2569a2adf..d49396461 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -950,7 +950,6 @@ span.hide-announcement { /* QR */ :root.hide-original-post-form #togglePostFormLink, -:root:not(.catalog) #togglePostFormLink, #qr.autohide:not(.focus):not(:hover):not(:active):not(.captcha-open) > form, :root.thread-view #qr:not(.show-new-thread-option) select[data-name="thread"], #file-n-submit:not(.has-file) #qr-filerm { @@ -959,9 +958,6 @@ span.hide-announcement { :root.hide-original-post-form #postForm { display: none !important; } -:root:not(.hide-original-post-form):not(.catalog) #postForm { - display: table; -} #qr select, #dump-button, #url-button,