From f9c9028a0b382430549da03fd4c940fffd86b609 Mon Sep 17 00:00:00 2001 From: ZiRo Date: Tue, 16 Feb 2016 16:52:20 +0100 Subject: [PATCH] The posts and threads are now pretty much done --- contrib/static/site.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 0b47504..fc21292 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -153,7 +153,10 @@ a, a:visited { .ukko_thread_header { float: left; + clear: both; display: inline-block; + padding-left: 4px; + padding-right: 4px; } @@ -163,7 +166,7 @@ input, textarea { .ukko_thread_header { border-color: #C0C3D4; - border-top-left-radius: 0px + border-top-left-radius: 0px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 0px; @@ -263,7 +266,7 @@ input, textarea { max-height: 200px; } -.reply, .ukko_thread_header { +.reply { padding: 3px 5px 3px 5px; float: left; clear: both; @@ -285,7 +288,6 @@ input, textarea { .post { display: inline-block; overflow: hidden; - max-width: 80%; }