summaryrefslogtreecommitdiffstats
path: root/static/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/custom.css')
-rw-r--r--static/css/custom.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 2f86aee..415fe0e 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -8,3 +8,23 @@
padding: 15px 0;
}
+.table > thead > tr > th.nopadding > a.block,
+.table > tbody > tr > th.nopadding > a.block,
+.table > tfoot > tr > th.nopadding > a.block,
+.table > thead > tr > td.nopadding > a.block,
+.table > tbody > tr > td.nopadding > a.block,
+.table > tfoot > tr > td.nopadding > a.block {
+ display: block;
+ width: 100%;
+ line-height: 38px;
+}
+
+.table > thead > tr > th.nopadding,
+.table > tbody > tr > th.nopadding,
+.table > tfoot > tr > th.nopadding,
+.table > thead > tr > td.nopadding,
+.table > tbody > tr > td.nopadding,
+.table > tfoot > tr > td.nopadding {
+ padding-top: 0px;
+ padding-bottom: 0px;
+}