From bd279547d2e52e2de4f57154913f0ac5056e9c63 Mon Sep 17 00:00:00 2001 From: ZiRo Date: Tue, 16 Feb 2016 14:48:56 +0100 Subject: [PATCH] some css fuckery --- contrib/static/site.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index c7e6d42..361e065 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -93,7 +93,7 @@ table tbody tr:nth-of-type( even ) { .reply, .ukko_thread_header { background: #D6DAF0; - margin-right: 200px; + margin-right: 40%; margin-left: 24px; } @@ -188,10 +188,12 @@ input, textarea { display: inline; margin-bottom: 5px; min-height: 10%; + min-width: 460px; } .postheader { padding-top: 3px; + padding-right: 5px } .tripcode { @@ -282,7 +284,9 @@ input, textarea { .post { display: inline-block; overflow: auto; - width: 80%; + max-width: 80%; + margin-right: 40%; + } .backlink, .backlink:hover, .backlink:visited, .backlink:visited:hover { @@ -323,7 +327,7 @@ img.thumbnail { width: 100%; margin-top: 1px; margin-bottom: 1px; - max-width: 90% + max-width: 99%; } .replybar {