diff --git a/inc/instance-config.php b/inc/instance-config.php index 46478d20..099b7bd2 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -126,6 +126,7 @@ $config['additional_javascript'][] = 'js/thread-watcher.js'; $config['additional_javascript'][] = 'js/ajax.js'; $config['additional_javascript'][] = 'js/quick-reply.js'; + $config['additional_javascript'][] = 'js/quick-post-controls.js'; $config['additional_javascript'][] = 'js/show-own-posts.js'; $config['additional_javascript'][] = 'js/youtube.js'; $config['additional_javascript'][] = 'js/comment-toolbar.js'; diff --git a/stylesheets/style.css b/stylesheets/style.css index 6c661947..b930a4c4 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -363,10 +363,6 @@ p.intro a { color: maroon; } -div.delete { - float: right; -} - div.post.reply p { display: block; margin: 0; @@ -1130,8 +1126,76 @@ span.pln { } +.clearfix { + display: block; + clear: both; + visibility: hidden; + overflow: hidden; + + font-size: 0px; + line-height: 0px; + + box-sizing: border-box; + border: none; + height: 0; + margin: 0; + padding: 0; + width: 100%; + zoom: 1; +} + /* === SPECIFIC PAGES & FEATURES === */ +/* Board List */ +div.boardlist { + margin-top: 3px; + + color: #89A; + font-size: 9pt; +} +div.boardlist.bottom { + margin-top: 12px; + clear: both; +} +div.boardlist a { + text-decoration: none; +} + +/* Threads */ +/* Thread Footer */ +#thread-interactions { + margin: 8px 0; + clear: both; +} +#thread-links { + float: left; +} +#thread-links > a { + padding-left: none; + padding-right: 10px; +} +#thread-quick-reply { + display: none; + position: absolute; + left: 50%; + right: 50%; + text-align: center; + width: 100px; + margin-left: -50px; +} +#thread_stats { + float: right; +} + +#post-moderation-fields { + float: right; + text-align: right; +} +#delete-fields { +} +#report-fields { +} + /* threadwatcher */ #watchlist { display: none; @@ -1369,20 +1433,6 @@ div.mix { color: rgba(125, 125, 125, 1); } -/* Board List */ -div.boardlist { - margin-top: 3px; - - color: #89A; - font-size: 9pt; -} -div.boardlist.bottom { - margin-top: 20px; -} -div.boardlist a { - text-decoration: none; -} - table.board-list-table { display: table; margin: -2px; diff --git a/templates/report_delete.html b/templates/report_delete.html index d5d0debe..04fb8b09 100644 --- a/templates/report_delete.html +++ b/templates/report_delete.html @@ -1,14 +1,17 @@ -{% if config.allow_delete %} -