Browse Source
Fix bundles header position
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/4454/head
Jan-Christoph Borchardt
9 years ago
committed by
Lukas Reschke
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with
2 additions and
2 deletions
-
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; |
|
|
|
|