X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=static%2Fstatic%2Fdefault.css;h=86c271b30ddfd56cf6ecd24690b9279fbda64eff;hb=ec24cf6925bb3729a644580ad4a9375d05883c62;hp=294a99d49bfbc788d4fd28b76596c8056f021757;hpb=4f532bd35f41121838756b67dfc0ca330940079e;p=gigi.git diff --git a/static/static/default.css b/static/static/default.css index 294a99d4..86c271b3 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -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;