css: use min-height for dashlets, better css

This commit is contained in:
Thomas Gelf 2017-07-25 10:15:07 +02:00
parent c295218a5c
commit 649fff7486

View File

@ -545,10 +545,8 @@ ul.main-actions {
a { a {
i { i {
height: 1.6em;
font-size: 3em; font-size: 3em;
display: block; display: block;
height: 100%;
float: left; float: left;
line-height: 1em; line-height: 1em;
margin-right: 0.3em; margin-right: 0.3em;
@ -580,7 +578,7 @@ ul.main-actions {
font-weight: bold; font-weight: bold;
display: block; display: block;
text-decoration: none; text-decoration: none;
height: 13em; min-height: 12em;
overflow: hidden; overflow: hidden;