]> WPIA git - gigi.git/blobdiff - static/static/default.css
FIX: input width for dob selector
[gigi.git] / static / static / default.css
index 294a99d49bfbc788d4fd28b76596c8056f021757..86c271b30ddfd56cf6ecd24690b9279fbda64eff 100644 (file)
@@ -777,6 +777,17 @@ pre{
        border-right: 1px #cfcfcf dotted;
 }
 
+.dataTable td input {
+       width: 98%;
+       margin-left: 1%;
+       margin-right: 1%;
+}
+.dataTable td nobr input {
+       width: auto;
+}
+.centertext {
+       text-align: center;
+}
 .dataTable th {
        background: #e2e2e2;
        font-weight: bold;