From b81859f386e5c076e021f3da40e6eb99213e18bb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 27 Dec 2017 12:43:48 +0000 Subject: www: style cleanup --- juick-www/src/main/static/style.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 0b726ea3..9e350a3a 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -142,7 +142,7 @@ body > header { /* #region header internals */ body > header a { - color: #069; + color: #888; font-size: 13pt; } #logo { @@ -180,6 +180,7 @@ body > header a { #search input { background: #FFF; border: 1px solid #DDDDD5; + outline: none !important; padding: 4px; } @media screen and (max-width: 850px) { @@ -237,9 +238,9 @@ body > header a { } #column .inp { background: #fff; - border: 1px solid #CCC; - border-radius: 3px; - padding: 3px; + border: 1px solid #ddddd5; + outline: none !important; + padding: 4px; width: 222px; } #ctitle { @@ -416,7 +417,8 @@ article .tags > a, .msg-comment textarea { border: 0; flex-grow: 1; - padding: 2px; + outline: none !important; + padding: 4px; resize: vertical; vertical-align: top; } @@ -450,9 +452,10 @@ article .tags > a, margin: 0; } .title2 { - background: #DDDDD0; + background: #fff; margin: 20px 0; padding: 10px 20px; + width: 640px; } .title2-right { float: right; -- cgit v1.2.3