Hi, In web admin, the table that lists all the users is quite small than the container (see attached screenshot)
Attached patch fixes this problem. Please review. :) Thanks, Srinidhi. -- ASCII ribbon campaign ( ) B S Srinidhi - against HTML email X http://www.srinidhi-is.in & vCards / \ Bangalore
ifolder-admin-shrinked.png
Description: PNG image
Index: Users.css
===================================================================
--- Users.css (revision 6791)
+++ Users.css (working copy)
@@ -1,13 +1,14 @@
.nav
{
padding-left: 12px;
+ padding-right: 12px;
padding-bottom: 4px;
float: left;
}
.accountsnav
{
- width: 35em;
+ width: 100%;
}
.accountslist
_______________________________________________ ifolder-dev mailing list [email protected] http://forge.novell.com/mailman/listinfo/ifolder-dev
