Author: mwringe
Date: 2010-10-19 11:49:24 -0400 (Tue, 19 Oct 2010)
New Revision: 4734
Modified:
components/wsrp/trunk/admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css
Log:
GTNWSRP-79: remove the height for the wsrp portlet messages, this will allow for multi
lines messages to display properly and not overlap with other components.
Modified:
components/wsrp/trunk/admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css
===================================================================
---
components/wsrp/trunk/admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css 2010-10-19
15:35:34 UTC (rev 4733)
+++
components/wsrp/trunk/admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css 2010-10-19
15:49:24 UTC (rev 4734)
@@ -83,7 +83,6 @@
list-style: none;
padding: 0 0 0 20px;
font-weight: bold;
- height: 19px;
}
.portlet-msg-warn {
@@ -92,7 +91,6 @@
list-style: none;
padding: 0 0 0 20px;
font-weight: bold;
- height: 19px;
}
.portlet-msg-error {
@@ -101,7 +99,6 @@
list-style: none;
padding: 0 0 0 20px;
font-weight: bold;
- height: 19px;
}
/***************************** ActionButton Style ************************/
Show replies by date