From: Derk-Jan Hartman Date: Sun, 16 May 2010 15:14:24 +0000 (+0000) Subject: When printing, make sure the table sortindicator has a bit of margin from the header. X-Git-Tag: 1.31.0-rc.0~36829 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=ce2c393a60813c3216d29641f304014dda81bc03;p=lhc%2Fweb%2Fwiklou.git When printing, make sure the table sortindicator has a bit of margin from the header. --- diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 38a83c67ad..7efb32b498 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -305,3 +305,10 @@ td.diff-context { font-weight: bold; text-decoration: underline; } + +/* +** Table rendering +*/ +a.sortheader { + margin: 0px 0.3em; +}