Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -N -r1.64.2.22 -r1.64.2.23 --- openacs-4/packages/xowiki/www/resources/xowiki.css 12 Nov 2022 16:16:31 -0000 1.64.2.22 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 8 Dec 2022 14:48:34 -0000 1.64.2.23 @@ -611,21 +611,21 @@ } -.xowiki-content table.table > thead .sort-active { +.xowiki-content table > thead .sort-active { margin: 0px 4px 0px 4px; opacity: 1; font-weight: 900; color: #000; } -.xowiki-content table.table > thead .sort-inactive { +.xowiki-content table > thead .sort-inactive { margin: 0px 4px 0px 4px; opacity: 0.5; font-weight: 900; } -.xowiki-content table.table > thead .sort-up { +.xowiki-content table > thead .sort-up { margin: 0px 0px 0px 4px; } -.xowiki-content table.table > thead .sort-down { +.xowiki-content table > thead .sort-down { margin: 0px 4px 0px 0px; }