From f155b0e9a116e04051ad1102fb783682cfc36d1d Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 12 Jun 2016 13:46:28 -0400 Subject: [PATCH] update style --- contrib/static/site.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 39395ba..2f6323c 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -47,6 +47,9 @@ section { color: #117743; } +.name , .postno { + padding-right: 5px; +} .error { color: red; } @@ -264,10 +267,11 @@ a, a:visited, .navbar-link > label { right: 0px; margin-top: 0px; z-index: 20; - box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); + box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.15); border-bottom: 1px solid; background: #D6DAF0; color: #34345C; + min-height: 10px; } .navbar-sep { @@ -529,3 +533,9 @@ textarea#reply-text { float: left; margin-bottom: 5px; } + +.navbar-links, .navbar-link, .navbar-name { + padding-left: 2px; + padding-right: 2px; +} +