X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=static%2Fstatic%2Fdefault.css;h=2f0bf528be20a935904be26083b301b141273d40;hp=d62345c13c66e001a72bd27425ad5b36b88faac6;hb=606cafcb5da873370c9b614d7951c164159681ad;hpb=c009e77f64997e3cfd8164adde9f0bfba9a5ee83 diff --git a/static/static/default.css b/static/static/default.css index d62345c1..2f0bf528 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -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%; +}