]> WPIA git - gigi.git/blobdiff - static/static/default.css
fix: error in domain Pingconfig + default first column size
[gigi.git] / static / static / default.css
index 294a99d49bfbc788d4fd28b76596c8056f021757..0e6b050643ddec2fbc266fb122a68549055dc07f 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;
@@ -807,4 +818,9 @@ 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;
+}
\ No newline at end of file