aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-01-25 14:22:16 +0300
committerGravatar Vitaly Takmazov2018-01-25 14:22:16 +0300
commit2c0ce58ce9550b25fd32457a4183aceb79f04533 (patch)
tree746dcb14502cd3cd69534405ee69195241fdcf5b /juick-www
parent41af976857dcd2e382c7c2496a9f9bbf8cfde292 (diff)
www: move tags under avatar
Diffstat (limited to 'juick-www')
-rw-r--r--juick-www/src/main/static/style.css12
1 files changed, 2 insertions, 10 deletions
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;
}