]> WPIA git - gigi.git/commitdiff
FIX: input width for dob selector
authorJanis Streib <janis@dogcraft.de>
Tue, 13 Jan 2015 17:24:22 +0000 (18:24 +0100)
committerJanis Streib <janis@dogcraft.de>
Tue, 13 Jan 2015 17:48:59 +0000 (18:48 +0100)
static/static/default.css

index d3b42e0f32e18071be3cd33a9f4ce41183679b3c..86c271b30ddfd56cf6ecd24690b9279fbda64eff 100644 (file)
@@ -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;