summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss31
1 files changed, 29 insertions, 2 deletions
diff --git a/views/style.scss b/views/style.scss
index a23bb5d..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;
@@ -41,7 +45,7 @@ h4.head-back, h5.head-back{
}
li a {
- //height: 7em;
+ height: 7em;
}
}
img {
@@ -89,7 +93,30 @@ supporters{
margin: 1em;
}
}
-
+.csv.btn{
+ width: 100%;
+ height: 30px;
+}
+.dlwait{
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+.single-batch{
+ width: 100%;
+}
+.single-batch{
+ table-layout: fixed;
+ width: 100%;
+}
+tr.hide-top > td {
+ border-top: 0px !important;
+}
.footer{
margin-top:3em;
}
+.storage-list {
+ height: 400px;
+ overflow-y: auto;
+ overflow-x: auto;
+}