]> 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 d3b42e0f32e18071be3cd33a9f4ce41183679b3c..0e6b050643ddec2fbc266fb122a68549055dc07f 100644 (file)
@@ -782,7 +782,12 @@ pre{
        margin-left: 1%;
        margin-right: 1%;
 }
-
+.dataTable td nobr input {
+       width: auto;
+}
+.centertext {
+       text-align: center;
+}
 .dataTable th {
        background: #e2e2e2;
        font-weight: bold;
@@ -813,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