]> WPIA git - gigi.git/blobdiff - static/static/default.css
Advance the domain issuing form to prepare for entering ping methods.
[gigi.git] / static / static / default.css
index be04c421c797f9256dd8bb3d577312d352204705..74344bc86cc0ebe5bf9433e1b2c9e63efce797bf 100644 (file)
@@ -35,14 +35,14 @@ a:hover {
 h1 {
        font: bold 120% Arial ,sans-serif;
        color: #334d55;
-       margin: 0px;
+       margin: 10px;
        padding: 0px;
 }
 
 h2 {
        font: bold 114% Arial ,sans-serif;
        color: #006699;
-       margin: 0px;
+       margin: 10px;
        padding: 0px;
 }
 
@@ -509,30 +509,6 @@ td.storyLeft {
 
 
 /********************* end **********************/
-
-.DataTD input, .DataTD textarea {
-       font-size: 92%;
-}
-
-.DataTD select, .DataTD option {
-       font-size: 92%;
-}
-
-.DataTD {
-       background-color: #e2e2e2;
-       border-style: inset;
-       border-width: 1px;
-       font-size: 8pt;
-       color: #000000;
-       font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
-
-       background: #ffffff;
-       padding: 1px 5px 1px 5px;
-       border: 1px #cfcfcf solid;
-       border-left: 1px #cfcfcf dotted;
-       border-right: 1px #cfcfcf dotted;
-}
-
 .DataTDGrey {
        background-color: #EFEDED;
        border-style: inset;
@@ -579,12 +555,35 @@ td.storyLeft {
        border-collapse: collapse;
        font-family: verdana, sans-serif;
        font-size: 11px;
-       text-align: center;
        margin-left:auto;
        margin-right:auto;
        width: 700px;
 }
 
+.wrapper .check{
+       text-align: center;
+}
+.wrapper td.radio input[type=radio]{
+       float: left;
+       width: 13px;
+       margin: 3px;
+}
+.wrapper td.radio div.name{
+       font-weight: bold;
+       padding-bottom: 4px;
+       margin-top: 3px;
+/*     display: inline;*/
+}
+.wrapper td.radio div.addinfo{
+/*     display: inline;*/
+       padding-left: 19px;
+}
+
+.wrapper td.radio div.elements{
+       clear: both;
+       height: 10px;
+}
+
 td.greytxt {
        color: #cccccc;
        font-size: smaller;
@@ -748,4 +747,44 @@ formMandatory{
 pre{
        word-wrap: break-word;
        white-space: pre-wrap;
+}
+
+.dataTable td {
+       background-color: #e2e2e2;
+       border-style: inset;
+       border-width: 1px;
+       font-size: 8pt;
+       color: #000000;
+       font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
+
+       background: #ffffff;
+       padding: 1px 5px 1px 5px;
+       border: 1px #cfcfcf solid;
+       border-left: 1px #cfcfcf dotted;
+       border-right: 1px #cfcfcf dotted;
+}
+
+.dataTable th {
+       background: #e2e2e2;
+       font-weight: bold;
+       padding: 1px 5px 1px 5px;
+       border: 1px solid #cfcfcf;
+       border-bottom: 3px double #cfcfcf;
+       border-top: 1px solid #656565;
+       text-align: center;
+}
+
+.dataTable input, .dataTable textarea {
+       font-size: 92%;
+}
+
+.dataTable select, .dataTable option {
+       font-size: 92%;
+}
+.dataTable textarea{
+       width: 100%;
+}
+
+pre.string{
+       display: inline;
 }
\ No newline at end of file