Mercurial > libervia-templates
comparison default/static/blog.css @ 100:61bf2ae16577
css (blog): min/max height adjustment, to make tags clickable without expanding the blog item
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 21 Jan 2018 20:26:15 +0100 |
parents | 609c66552ba0 |
children | 920f03abba53 |
comparison
equal
deleted
inserted
replaced
99:609c66552ba0 | 100:61bf2ae16577 |
---|---|
4 position: relative; | 4 position: relative; |
5 margin: 2% auto; | 5 margin: 2% auto; |
6 border-style: solid none none; | 6 border-style: solid none none; |
7 border-width: 1px; | 7 border-width: 1px; |
8 padding: 2%; | 8 padding: 2%; |
9 max-height: 7em; | 9 min-height: 7em; |
10 max-height: 10em; | |
10 overflow: hidden; | 11 overflow: hidden; |
11 transition: max-height 0.5s; | 12 transition: max-height 0.5s; |
12 } | 13 } |
13 | 14 |
14 .main_article article.box:not(.clicked) { | 15 .main_article article.box:not(.clicked) { |