summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-03-23 07:27:40 +0000
committergebele <gebele@in-silico.ch>2018-03-23 07:27:40 +0000
commit53da85660cc761fd49b33097ced875e09d3e9eed (patch)
tree341e0bf8d6326c0d96c67a14f165b86fc9321789 /views/style.scss
parent4aeecf41ff4659dc181fb4cad9658899d605f52c (diff)
store uploaded datasets
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/style.scss b/views/style.scss
index 46c57c6..fc6f8f2 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -26,6 +26,10 @@
}
body {
background-color:#E7E7E7;
+
+ a {
+ color: inherit;
+ }
}
table.table-borderless tbody tr td{
border-top: none;
@@ -111,3 +115,8 @@ tr.hide-top > td {
.footer{
margin-top:3em;
}
+.storage-list {
+ height: 400px;
+ overflow-y: auto;
+ overflow-x: auto;
+}