Styling fixes to bundle header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
0c5a48c4a4
commit
b2c16b0794
1 changed files with 9 additions and 1 deletions
|
@ -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…
Reference in a new issue