]> WPIA git - gigi.git/blobdiff - static/static/default.css
Build out certificate issuing.
[gigi.git] / static / static / default.css
index 458adc996a209b279ef880ea1b44c50bc276a31f..2f0bf528be20a935904be26083b301b141273d40 100644 (file)
@@ -741,7 +741,7 @@ pre{
        border-right: 1px #cfcfcf dotted;
 }
 
-.dataTable thead td {
+.dataTable th {
        background: #e2e2e2;
        font-weight: bold;
        padding: 1px 5px 1px 5px;
@@ -758,3 +758,6 @@ pre{
 .dataTable select, .dataTable option {
        font-size: 92%;
 }
+.dataTable textarea{
+       width: 100%;
+}