summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/views/style.scss b/views/style.scss
index fc6f8f2..f908812 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -120,3 +120,17 @@ tr.hide-top > td {
overflow-y: auto;
overflow-x: auto;
}
+.help table, .help th, .help td {
+ background-color: white;
+ border: 1px solid black;
+ border-bottom: none;
+ width: 100%;
+}
+.help th, .help td {
+ padding: 10px;
+ text-align: left;
+}
+.storage-list {
+ background-color: #fff;
+ padding: 1em;
+}