From ac6e81d9579ebeed0b01cb3a22ebecbf69527b93 Mon Sep 17 00:00:00 2001 From: Janis Streib Date: Tue, 13 Jan 2015 18:24:22 +0100 Subject: [PATCH] FIX: input width for dob selector --- static/static/default.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/static/default.css b/static/static/default.css index d3b42e0f..86c271b3 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -782,7 +782,12 @@ pre{ margin-left: 1%; margin-right: 1%; } - +.dataTable td nobr input { + width: auto; +} +.centertext { + text-align: center; +} .dataTable th { background: #e2e2e2; font-weight: bold; -- 2.39.2