X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=static%2Fstatic%2Fdefault.css;h=86c271b30ddfd56cf6ecd24690b9279fbda64eff;hb=8a3ba6314f9b33e720212c4d44d67a7a8d84bcf0;hp=706468093cac089f6ba2f38c3a3954d38c7a9ae0;hpb=65954e0d546ecc21dad2ae4172f663712811660c;p=gigi.git diff --git a/static/static/default.css b/static/static/default.css index 70646809..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; @@ -800,4 +811,11 @@ pre{ pre.string{ display: inline; -} \ No newline at end of file +} + +.loginbox {background:#F5F7F7;border:2px solid #cccccc;margin:0px auto;height:auto;width:300px;padding:1em;text-align:center;} +.loginbox .smalltext {font-size:10px;} +.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