Fix bundles header position

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-26 13:51:43 +02:00 committed by Lukas Reschke
parent 1da371b69f
commit 79c706c289
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1

View file

@ -526,13 +526,13 @@ input.userFilter {width: 200px;}
} }
#apps-list .apps-header div { #apps-list .apps-header div {
display: table-cell; display: table-cell;
height: 50px; height: 70px;
} }
#apps-list .apps-header h2 { #apps-list .apps-header h2 {
display: table-cell; display: table-cell;
position: absolute; position: absolute;
bottom: 0;
padding-left: 6px; padding-left: 6px;
padding-top: 15px;
} }
#apps-list .apps-header h2 .enable { #apps-list .apps-header h2 .enable {
position: relative; position: relative;