X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=static%2Fstatic%2Fdefault.css;h=d12a5f88ccbb3411e1c6591d91f4496f6f2f2590;hp=d62345c13c66e001a72bd27425ad5b36b88faac6;hb=fcd2893da15d4f3c6d0e45d3f703536ca6307d85;hpb=c009e77f64997e3cfd8164adde9f0bfba9a5ee83 diff --git a/static/static/default.css b/static/static/default.css index d62345c1..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; @@ -757,4 +757,7 @@ pre{ .dataTable select, .dataTable option { font-size: 92%; -} \ No newline at end of file +} +.dataTable textarea{ + width: 100%; +}