From 53da85660cc761fd49b33097ced875e09d3e9eed Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 23 Mar 2018 07:27:40 +0000 Subject: store uploaded datasets --- views/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'views/style.scss') 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; +} -- cgit v1.2.3