Make local apps available (Fixes #2771) (#2808)

This commit is contained in:
Jaco Greeff
2016-10-22 15:49:39 +02:00
committed by GitHub
parent 37a2ee98de
commit a1266fccb7
10 changed files with 138 additions and 91 deletions

View File

@@ -18,14 +18,23 @@
padding: 0em;
}
.compact,
.padded {
padding: 1.5em;
background: rgba(0, 0, 0, 0.8) !important;
border-radius: 0 !important;
position: relative;
overflow: auto;
}
.compact {
padding: 0 1.5em;
}
.padded {
padding: 1.5em;
}
.light .compact,
.light .padded {
background: rgba(0, 0, 0, 0.5) !important;
}