From 2adf2d5127cf7363a84b4328260fee5c4d3bc266 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 12 Jun 2016 14:19:07 -0400 Subject: [PATCH] update --- contrib/static/site.css | 25 ++++++++++++++++++------- contrib/templates/default/ukko.mustache | 4 ++-- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 0a14a81..de03297 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -165,7 +165,7 @@ input[type="text"],input[type="password"],textarea { vertical-align: top; } -.reply, .pagelist { +.reply, .pagelist, .op { background: #D6DAF0; border-width: 1px; border-style: none solid solid none; @@ -272,7 +272,8 @@ a, a:visited, .navbar-link > label { border-bottom: 1px solid; background: #D6DAF0; color: #34345C; - min-height: 10px; + min-height: 20px; + padding-top: 2px; } .navbar-sep { @@ -313,16 +314,13 @@ input, textarea { border-style: dashed; } -.reply { - -} - .frontend { margin-top: 0px; display: inline-block; } .op { + margin-top: 5px; margin-bottom: 1px; float: left; clear: both; @@ -333,10 +331,16 @@ input, textarea { } .post { + max-width: 75%; margin-bottom: 5px; min-width: 500px; } +.post_body { + max-height: 500px; + overflow-y: overlay; +} + .postheader { padding-top: 3px; padding-right: 5px @@ -542,5 +546,12 @@ textarea#reply-text { } .board_title { - padding-right: 2px; + padding-right: 4px; } + +.thread { + padding-left: 10%; + padding-top: 10px; + padding-bottom: 10px; + width: 80%; +} \ No newline at end of file diff --git a/contrib/templates/default/ukko.mustache b/contrib/templates/default/ukko.mustache index 490afec..30a8be4 100644 --- a/contrib/templates/default/ukko.mustache +++ b/contrib/templates/default/ukko.mustache @@ -33,8 +33,8 @@ {{#Truncate.Replies}} {{{Truncate.RenderPost}}} {{/Truncate.Replies}} -
- + +
{{/threads}}