Styling fixes to bundle header

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-26 01:17:58 +02:00 committed by Lukas Reschke
parent 0c5a48c4a4
commit b2c16b0794
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 9 additions and 1 deletions

View File

@ -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 {