From 2c0ce58ce9550b25fd32457a4183aceb79f04533 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 25 Jan 2018 14:22:16 +0300 Subject: www: move tags under avatar --- juick-www/src/main/static/style.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'juick-www/src/main/static') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index f1a84ceb..639174c3 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -332,8 +332,8 @@ article .tags { margin-top: 3px; } .msg-tags { - margin-top: 5px; - min-height: 30px; + margin-top: 12px; + min-height: 1px; } article .tags > a, .msg-tags > a { @@ -383,7 +383,6 @@ article .tags > a, border-right: 5px solid #0C0; } .msg-ts { - float: right; font-size: small; vertical-align: top; } @@ -510,13 +509,6 @@ article .tags > a, } @media screen and (max-width: 480px) { - .msg-ts { - float: none; - } - .msg-tags { - margin-top: 10px; - min-height: 1px; - } .msg-txt { padding-top: 5px; } -- cgit v1.2.3