From: Janis Streib Date: Tue, 13 Jan 2015 17:24:22 +0000 (+0100) Subject: FIX: input width for dob selector X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=ac6e81d9579ebeed0b01cb3a22ebecbf69527b93 FIX: input width for dob selector --- 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;