Author: taylor
Date: Tue Mar 30 20:30:05 2010
New Revision: 929258
URL: http://svn.apache.org/viewvc?rev=929258&view=rev
Log:
give some padding to text
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp?rev=929258&r1=929257&r2=929258&view=diff
==============================================================================
---
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp
(original)
+++
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp
Tue Mar 30 20:30:05 2010
@@ -28,7 +28,7 @@ limitations under the License.
<c:if test="${empty portalContextPath}">
<c:set var="portalContextPath" value="/"/>
</c:if>
-
+<div class="portlet-section-text">
<c:choose>
<c:when test="${pageContext.request.userPrincipal != null}">
@@ -100,4 +100,5 @@ limitations under the License.
<c:otherwise>
<fmt:message key="chgpwd.error.notLoggedOn"/><br>
</c:otherwise>
-</c:choose>
\ No newline at end of file
+</c:choose>
+</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]