X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=static%2Fstatic%2Fdefault.css;h=83e9e01d0ff7f980b40c1f4a0d50aa568c18a28b;hb=35e69fce891287dddc156b674e9a298a148bca4c;hp=294a99d49bfbc788d4fd28b76596c8056f021757;hpb=4f532bd35f41121838756b67dfc0ca330940079e;p=gigi.git diff --git a/static/static/default.css b/static/static/default.css index 294a99d4..83e9e01d 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; @@ -807,4 +818,13 @@ pre.string{ .loginbox label {width:100px;display:block;float:left;} .loginbox text {width:166px;display:block;float:left;} .loginbox br {clear:left;} -.loginbox h1 {font-size:1.9em;text-align:center;} \ No newline at end of file +.loginbox h1 {font-size:1.9em;text-align:center;} + + +.domainPinglogFirstCell{ + width: 15px; +} +textarea.csr{ + width: 400px; + height: 400px; +} \ No newline at end of file