Author: mwringe
Date: 2011-11-02 16:40:12 -0400 (Wed, 02 Nov 2011)
New Revision: 7946
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/skin/organization/webui/component/UIOrganizationPortlet/DefaultStylesheet.css
Log:
GTNPORTAL-2252: fix css issue where the height when editing personal information is too
short and cuts off parts of the information in some browsers. Fix css issue where the
table field is too short in some browsers and causes the icon to be placed on a new line
when adding new users to a group.
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/skin/organization/webui/component/UIOrganizationPortlet/DefaultStylesheet.css
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/skin/organization/webui/component/UIOrganizationPortlet/DefaultStylesheet.css 2011-11-02
20:29:57 UTC (rev 7945)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/skin/organization/webui/component/UIOrganizationPortlet/DefaultStylesheet.css 2011-11-02
20:40:12 UTC (rev 7946)
@@ -124,11 +124,11 @@
}
.UIOrganizationPortlet .UIPersonalInfo .UIItemSelector .ItemDetailList {
- height: 320px;
+ height: 345px;
}
.UIOrganizationPortlet .UIPersonalInfo .UIItemSelector .ItemList {
- height: 300px;
+ height: 324px;
}
.UIOrganizationPortlet .UIPersonalInfo .UIFormInputSet {
@@ -310,7 +310,7 @@
}
.UIOrganizationPortlet .UIGroupManagement .UIGroupMembershipForm td.FieldComponent {
- width: 278px;
+ width: auto;
}
/*####################### UIMemberShipManagement #################################*/