From 66f1f43a714a0826f1bf9d24bd3173ff351faff2 Mon Sep 17 00:00:00 2001 From: Janis Streib Date: Sat, 6 Dec 2014 11:39:10 +0100 Subject: [PATCH] added rule for inputs in datatables --- static/static/default.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.39.2