On 10/13/2010 02:33 PM, Ecaterina Valica wrote: > How about <th width="50px"> in the HTML (like on > http://l10n.xwiki.org/xwiki/bin/view/L10N/ ) so that it works also for IE6?
It can't be done directly here (for the User Directory), since the th is generated by the livetable macro in a generic way. But it would be a good idea to add this rule for all the _avatar columns. > On Tue, Oct 12, 2010 at 22:37, sdumitriu > <[email protected] > <mailto:[email protected]>> wrote: > > Author: sdumitriu > Date: 2010-10-12 21:37:35 +0200 (Tue, 12 Oct 2010) > New Revision: 31742 > > Modified: > > > platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/usersandgroups/usersandgroups.css > Log: > XWIKI-5572: Make the avatar column in the User Directory smaller > Done. > > Modified: > > platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/usersandgroups/usersandgroups.css > =================================================================== > --- > > platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/usersandgroups/usersandgroups.css > 2010-10-12 18:53:36 UTC (rev 31741) > +++ > > platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/usersandgroups/usersandgroups.css > 2010-10-12 19:37:35 UTC (rev 31742) > @@ -78,4 +78,9 @@ > > tr.userorgroups-header { > background-color:#DDDDDD; > -} > \ No newline at end of file > +} > + > +/* Make the avatar column smaller */ > +table#groupusers th.xwiki-livetable-display-header-text:first-child { > + width: 50px; > +} -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

