Author: mwringe
Date: 2011-11-02 16:41:16 -0400 (Wed, 02 Nov 2011)
New Revision: 7947
Modified:
epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/src/main/webapp/skin/organization/webui/component/UIOrganizationPortlet/DefaultStylesheet.css
Log:
JBEPP-1270: 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:
epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/src/main/webapp/skin/organization/webui/component/UIOrganizationPortlet/DefaultStylesheet.css
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/src/main/webapp/skin/organization/webui/component/UIOrganizationPortlet/DefaultStylesheet.css 2011-11-02
20:40:12 UTC (rev 7946)
+++
epp/portal/branches/EPP_5_2_Branch/portlet/exoadmin/src/main/webapp/skin/organization/webui/component/UIOrganizationPortlet/DefaultStylesheet.css 2011-11-02
20:41:16 UTC (rev 7947)
@@ -106,11 +106,11 @@
}
.UIOrganizationPortlet .UIPersonalInfo .UIItemSelector .ItemDetailList {
- height: 320px;
+ height: 345px;
}
.UIOrganizationPortlet .UIPersonalInfo .UIItemSelector .ItemList {
- height: 300px;
+ height: 324px;
}
.UIOrganizationPortlet .UIPersonalInfo .UIFormInputSet {
@@ -292,7 +292,7 @@
}
.UIOrganizationPortlet .UIGroupManagement .UIGroupMembershipForm td.FieldComponent {
- width: 278px;
+ width: auto;
}
/*####################### UIMemberShipManagement #################################*/
@@ -309,4 +309,4 @@
.UIOrganizationPortlet .UIMembershipManagement .UIGrid {
margin: auto;
-}
\ No newline at end of file
+}
Show replies by date