From: Janis Streib Date: Sat, 6 Dec 2014 10:39:10 +0000 (+0100) Subject: added rule for inputs in datatables X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=66f1f43a714a0826f1bf9d24bd3173ff351faff2;ds=sidebyside added rule for inputs in datatables --- diff --git a/static/static/default.css b/static/static/default.css index 294a99d4..d3b42e0f 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -777,6 +777,12 @@ pre{ border-right: 1px #cfcfcf dotted; } +.dataTable td input { + width: 98%; + margin-left: 1%; + margin-right: 1%; +} + .dataTable th { background: #e2e2e2; font-weight: bold;