X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=static%2Fstatic%2Fdefault.css;h=2f0bf528be20a935904be26083b301b141273d40;hp=458adc996a209b279ef880ea1b44c50bc276a31f;hb=606cafcb5da873370c9b614d7951c164159681ad;hpb=1a16f1b1016aa26aab735ad1d368b4d307d808cb diff --git a/static/static/default.css b/static/static/default.css index 458adc99..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; @@ -758,3 +758,6 @@ pre{ .dataTable select, .dataTable option { font-size: 92%; } +.dataTable textarea{ + width: 100%; +}