]> WPIA git - gigi.git/blobdiff - static/static/default.css
Build out certificate issuing.
[gigi.git] / static / static / default.css
index d62345c13c66e001a72bd27425ad5b36b88faac6..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;
@@ -757,4 +757,7 @@ pre{
 
 .dataTable select, .dataTable option {
        font-size: 92%;
-}
\ No newline at end of file
+}
+.dataTable textarea{
+       width: 100%;
+}