Fix bundles header position
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
1da371b69f
commit
79c706c289
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue