Styling fixes to bundle header

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

@ -518,11 +518,19 @@ input.userFilter {width: 200px;}
/* APPS */
/* Bundle header */
#apps-list > h2 {
display: block;
width: 100%;
margin-top: 50px;
padding-left: 30px;
margin-left: 50px;
font-weight: 600;
}
#apps-list > h2 .enable {
position: relative;
top: -1px;
margin-left: 12px;
}
#app-content > svg.app-filter {

Loading…
Cancel
Save