Fix bundles header position

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/4454/head
Jan-Christoph Borchardt 8 years ago committed by Lukas Reschke
parent 1da371b69f
commit 79c706c289
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
  1. 4
      settings/css/settings.css

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

Loading…
Cancel
Save