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?
Caty On Tue, Oct 12, 2010 at 22:37, sdumitriu <[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; > +} > > _______________________________________________ > notifications mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/notifications > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

