]> WPIA git - gigi.git/blobdiff - static/static/default.css
UPD: Added margin to h1 and h2 headings
[gigi.git] / static / static / default.css
index 458adc996a209b279ef880ea1b44c50bc276a31f..d12a5f88ccbb3411e1c6591d91f4496f6f2f2590 100644 (file)
@@ -35,14 +35,14 @@ a:hover {
 h1 {
        font: bold 120% Arial ,sans-serif;
        color: #334d55;
 h1 {
        font: bold 120% Arial ,sans-serif;
        color: #334d55;
-       margin: 0px;
+       margin: 10px;
        padding: 0px;
 }
 
 h2 {
        font: bold 114% Arial ,sans-serif;
        color: #006699;
        padding: 0px;
 }
 
 h2 {
        font: bold 114% Arial ,sans-serif;
        color: #006699;
-       margin: 0px;
+       margin: 10px;
        padding: 0px;
 }
 
        padding: 0px;
 }
 
@@ -741,7 +741,7 @@ pre{
        border-right: 1px #cfcfcf dotted;
 }
 
        border-right: 1px #cfcfcf dotted;
 }
 
-.dataTable thead td {
+.dataTable th {
        background: #e2e2e2;
        font-weight: bold;
        padding: 1px 5px 1px 5px;
        background: #e2e2e2;
        font-weight: bold;
        padding: 1px 5px 1px 5px;
@@ -758,3 +758,6 @@ pre{
 .dataTable select, .dataTable option {
        font-size: 92%;
 }
 .dataTable select, .dataTable option {
        font-size: 92%;
 }
+.dataTable textarea{
+       width: 100%;
+}