X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=static%2Fstatic%2Fdefault.css;h=d12a5f88ccbb3411e1c6591d91f4496f6f2f2590;hp=458adc996a209b279ef880ea1b44c50bc276a31f;hb=fcd2893da15d4f3c6d0e45d3f703536ca6307d85;hpb=1a16f1b1016aa26aab735ad1d368b4d307d808cb diff --git a/static/static/default.css b/static/static/default.css index 458adc99..d12a5f88 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -35,14 +35,14 @@ a:hover { h1 { font: bold 120% Arial ,sans-serif; color: #334d55; - margin: 0px; + margin: 10px; padding: 0px; } h2 { font: bold 114% Arial ,sans-serif; color: #006699; - margin: 0px; + margin: 10px; padding: 0px; } @@ -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%; +}