]> 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 74344bc86cc0ebe5bf9433e1b2c9e63efce797bf..0e6b050643ddec2fbc266fb122a68549055dc07f 100644 (file)
@@ -496,6 +496,19 @@ td.storyLeft {
        display: block;
 }
 
+/*** hide top menu ***/
+#pageNav > div > ul.menu {
+       padding-left: 0;
+       border-left: none;
+       margin: 0;
+}
+#pageNav > div{
+       padding: 0;
+}
+
+#pageNav > div > h3.pointer {
+       display: none;
+}
 
 /**************** advert styles *****************/
 
@@ -568,7 +581,7 @@ td.storyLeft {
        width: 13px;
        margin: 3px;
 }
-.wrapper td.radio div.name{
+.wrapper td.radio span.name{
        font-weight: bold;
        padding-bottom: 4px;
        margin-top: 3px;
@@ -764,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;
@@ -787,4 +811,16 @@ pre{
 
 pre.string{
        display: inline;
+}
+
+.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;}
+
+
+.domainPinglogFirstCell{
+       width: 15px;
 }
\ No newline at end of file