[portal-commits] JBoss Portal SVN: r9176 - in branches/JBoss_Portal_Branch_2_6: core-admin/src/bin/portal-admin-war/css and 3 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Nov 28 19:52:02 EST 2007


Author: wesleyhales
Date: 2007-11-28 19:52:01 -0500 (Wed, 28 Nov 2007)
New Revision: 9176

Modified:
   branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/css/basestyles.css
   branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/css/style.css
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPageErrorHandling.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPortalErrorHandling.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboards.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/displayNameObject.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editContext.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPage.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editProperties.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectNavigation.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portlets.xhtml
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmcopy.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmcreatecollection.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmdelete.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmmove.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/create.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/edit.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/editbinary.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup_error.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/main.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/pending_items.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/searchResults.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/securenode.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/upload.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/uploadarchive.jsp
   branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/viewfile.jsp
   branches/JBoss_Portal_Branch_2_6/core/src/bin/portal-core-war/themes/renaissance/portal_style.css
Log:
JBPORTAL-1798  Cleanup nested tables and other UI elements in core adminlocation

Modified: branches/JBoss_Portal_Branch_2_6/core/src/bin/portal-core-war/themes/renaissance/portal_style.css
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core/src/bin/portal-core-war/themes/renaissance/portal_style.css	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core/src/bin/portal-core-war/themes/renaissance/portal_style.css	2007-11-29 00:52:01 UTC (rev 9176)
@@ -913,12 +913,14 @@
 /* Text for form field labels */
 .portlet-form-field-label{
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
-   font-size: 10px;
    color: #000;
-   vertical-align: bottom;
    white-space: nowrap
 }
 
+.provider-menu-container{
+   padding:10px;
+}
+
 /* Text for a form field */
 .portlet-form-field {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/css/basestyles.css
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/css/basestyles.css	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/css/basestyles.css	2007-11-29 00:52:01 UTC (rev 9176)
@@ -27,6 +27,10 @@
    text-align: right;
 }
 
+.align-top {
+   vertical-align:top;
+}
+
 .half-width {
    width: 49%;
 }
@@ -77,3 +81,13 @@
    padding: 10px
 }
 
+.grey-border {
+   border: 1px solid #B3C0C7;
+}
+
+.dotted-blue-border {
+   background-image:url(../img/border-dotted-blue.gif);
+   background-position:left bottom;
+   background-repeat:repeat-x;
+}
+

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/css/style.css
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/css/style.css	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/bin/portal-admin-war/css/style.css	2007-11-29 00:52:01 UTC (rev 9176)
@@ -21,20 +21,36 @@
 
 .admin-ui table {
    border: 0;
+   border-collapse:collapse;  
 }
 
+.admin-ui table tbody{
+   
+}
+
 .admin-ui th {
    text-align: left;
-   border: 0;
-   border-bottom: 1px solid;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 11px;
+   /*border-bottom: 1px solid #B3C0C7;*/
+   background-color:#fafafa;
+   /*border-top: 1px solid #B3C0C7;*/
+   background-image:url(../img/border-dotted-blue.gif);
+   background-position:left bottom;
+   background-repeat:repeat-x;
 }
 
-.admin-ui td {
+/*.admin-ui thead tr th {
+   text-align: left;
    padding-bottom: 2px;
    padding-top: 2px;
+   font-size: 11px;
+   background-color:
+}*/
+
+.admin-ui td {
+   padding: 4px;
 }
 
 /* Pagination. */
@@ -184,14 +200,14 @@
 /* Area header. */
 
 .admin-ui .portlet-area-header {
-   border: 1px solid #54708c;
    font-weight: bold;
-   color: #fff;
-   font-size: 11px;
-   background-color: #5986b3;
-   padding: 2px;
-   padding-left: 4px;
+   color: #5986b3;
+   font-size: 13px;
+   /*background-color: #5986b3;*/
+   background-color: #ebf2f5;
+   padding: 2px 2px 2px 4px;
    margin: 0;
+   border:1px solid #B3C0C7;
 }
 
 .admin-ui .portlet-area-body {
@@ -205,21 +221,30 @@
 
 .admin-ui th.portlet-section-title {
    font-weight: bold;
-   color: #656565;
+   color: #31587f;
    font-size: 11px;
-   border: 1px solid #999;
-   background-color: #ebf2f5;
-   padding-left: 6px;
+   padding-bottom: 5px;
 }
 
 .admin-ui h3.sectionTitle {
    font-weight: bold;
-   color: #656565;
+   color: #31587f;
    font-size: 11px;
-   border-top: 1px solid #999;
+   padding-bottom: 5px;
+   background-image:url(../img/border-dotted-blue.gif);
+   background-position:left bottom;
+   background-repeat:repeat-x;
+   background-color:#fafafa;
+}
+
+.sectionTitle-blue {
+   font-weight: bold;
+   color: #5986b3;
+   font-size: 13px;
    background-color: #ebf2f5;
-   padding: 2px;
-   padding-left: 4px;
+   padding: 2px 2px 2px 4px;
+   margin: 0;
+   border:1px solid #B3C0C7;
 }
 
 .admin-ui .portlet-section-header {
@@ -248,7 +273,7 @@
 
 .admin-ui .portlet-section-body {
    color: #656565;
-   border: 1px solid #d5d5d5;
+   /*border: 1px solid #d5d5d5;*/
    border-top: 0px;
 }
 
@@ -506,3 +531,9 @@
 .admin-ui .objectList img.windowStateIcon {
    margin: 0 5px 0 0;
 }
+
+.property-container,
+.portlet-def-table {
+   width:98%;
+   margin: 0 auto 0 auto;
+}

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPageErrorHandling.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPageErrorHandling.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPageErrorHandling.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -1,10 +1,12 @@
-<div
-   xmlns="http://www.w3.org/1999/xhtml"
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:c="http://java.sun.com/jstl/core">
 
+
+<div class="property-container">
+
 <p class="portlet-area-header">Page Error Handling</p>
 
 <div class="portlet-area-body">
@@ -146,3 +148,4 @@
 </div>
 
 </div>
+</ui:composition>
\ No newline at end of file

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPortalErrorHandling.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPortalErrorHandling.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editPortalErrorHandling.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -1,16 +1,18 @@
-<div
-   xmlns="http://www.w3.org/1999/xhtml"
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:c="http://java.sun.com/jstl/core">
 
+
+<div class="property-container">
+
 <p class="portlet-area-header">Portal Error Handling</p>
 
 <div class="portlet-area-body">
 
 <!-- defines error handeling section -->
-<table cellpadding="0" cellspacing="0" width="100%">
+<table class="full-width">
 <tr>
    <th class="portlet-section-title">Configure how the system handles errors on portal level.</th>
 </tr>
@@ -147,3 +149,4 @@
 </div>
 
 </div>
+</ui:composition>
\ No newline at end of file

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -1,32 +1,32 @@
-<div
-   xmlns="http://www.w3.org/1999/xhtml"
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:c="http://java.sun.com/jstl/core">
 
-<br/>
 
+<div class="property-container">
+
 <div class="portlet-area-header">Properties</div>
 <div class="portlet-area-body">
 
 <!-- divide the area body into two panes -->
 <table cellpadding="0" cellspacing="0" width="100%">
 <tr>
-<td>
+<td class="align-top">
 
    <!-- defines property creation section -->
-   <table cellpadding="0" cellspacing="0" width="100%">
+   <table class="grey-border full-width">
       <tr>
          <th class="portlet-section-title">Add a property.</th>
       </tr>
       <tr>
-         <td valign="top" class="portlet-section-body">
+         <td class="portlet-section-body grey-border">
 
             <h:form>
                <!-- defines layout of property form -->
                <table>
-                  <tbody>
+                  <tbody>                                                        
                      <f:subview id="predefined-properties" rendered="#{not empty properties.propertyItems}">
                      <tr>
                         <td class="portlet-form-field-label">
@@ -74,7 +74,7 @@
 
    <!-- defines property list section -->
    <c:if test="#{properties.size != 0}">
-      <table cellpadding="0" cellspacing="0" width="100%">
+      <table class="full-width">
          <tr>
             <th class="portlet-section-title">Manage currently defined properties.</th>
          </tr>
@@ -83,7 +83,7 @@
 
                <h:form>
                   <!-- defines layout of property table -->
-                  <h:dataTable value="#{properties.entries}" width="100%"
+                  <h:dataTable value="#{properties.entries}" width="100%" headerClass="portlet-section-header"  
                                rowClasses="portlet-section-body, portlet-section-alternate" var="prop">
                      <h:column>
                         <f:facet name="header">Name</f:facet>
@@ -151,3 +151,4 @@
 </div>
 
 </div>
+</ui:composition>
\ No newline at end of file

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboards.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboards.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboards.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -1,53 +1,56 @@
-<div
-   xmlns="http://www.w3.org/1999/xhtml"
-   xmlns:f="http://java.sun.com/jsf/core"
-   xmlns:ui="http://java.sun.com/jsf/facelets"
-   xmlns:h="http://java.sun.com/jsf/html">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:h="http://java.sun.com/jsf/html"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:c="http://java.sun.com/jstl/core"
+                template="dashboardsTemplate.xhtml">
 
-   <ui:composition template="dashboardsTemplate.xhtml">
 
-      <ui:define name="content">
+   <ui:define name="content">
 
-         <!--  -->
-         <ui:include src="common/editProperties.xhtml">
-            <ui:param name="properties" value="#{dashboardmgr.selectedProperties}"/>
-         </ui:include>
+      <!--  -->
+      <ui:include src="common/editProperties.xhtml">
+         <ui:param name="properties" value="#{dashboardmgr.selectedProperties}"/>
+      </ui:include>
 
-         <!--  -->
-         <br/>
-         <ui:include src="common/editPortalErrorHandling.xhtml">
-            <ui:param name="properties" value="#{dashboardmgr.controlProperties}"/>
-         </ui:include>
+      <!--  -->
+      <br/>
+      <ui:include src="common/editPortalErrorHandling.xhtml">
+         <ui:param name="properties" value="#{dashboardmgr.controlProperties}"/>
+      </ui:include>
 
-         <!--  -->
-         <br/>
-         <ui:include src="common/editPageErrorHandling.xhtml">
-            <ui:param name="properties" value="#{dashboardmgr.controlProperties}"/>
-         </ui:include>
+      <!--  -->
+      <br/>
+      <ui:include src="common/editPageErrorHandling.xhtml">
+         <ui:param name="properties" value="#{dashboardmgr.controlProperties}"/>
+      </ui:include>
 
-         <!-- Separation -->
-         <br/>
+      <!-- Separation -->
+      <br/>
 
+      <div class="property-container">
          <p class="portlet-area-header">Dashboard theme properties</p>
 
-         <table cellpadding="0" cellspacing="0" width="100%" class="portlet-area-body">
-            <tr>
-               <th class="portlet-section-title">Configure dashboards settings.</th>
-            </tr>
-            <tr>
-               <td valign="top" class="portlet-section-body">
-                  <ui:decorate template="common/editTheme.xhtml">
-                     <ui:param name="theme" value="#{dashboardmgr.theme}"/>
-                     <ui:define name="form_submit">
-                        <h:commandButton value="Update" actionListener="#{dashboardmgr.theme.execute}"
-                                         styleClass="portlet-form-button portlet-section-buttonrow"/>
-                     </ui:define>
-                  </ui:decorate>
-               </td>
-            </tr>
-         </table>
-      </ui:define>
+         <div class="portlet-area-body">
+            <table cellpadding="0" cellspacing="0" width="100%">
+               <tr>
+                  <th class="portlet-section-title">Configure dashboards settings.</th>
+               </tr>
+               <tr>
+                  <td valign="top" class="portlet-section-body">
+                     <ui:decorate template="common/editTheme.xhtml">
+                        <ui:param name="theme" value="#{dashboardmgr.theme}"/>
+                        <ui:define name="form_submit">
+                           <h:commandButton value="Update" actionListener="#{dashboardmgr.theme.execute}"
+                                            styleClass="portlet-form-button portlet-section-buttonrow"/>
+                        </ui:define>
+                     </ui:decorate>
+                  </td>
+               </tr>
+            </table>
+         </div>
+      </div>
+   </ui:define>
 
-   </ui:composition>
 
-</div>
+</ui:composition>
\ No newline at end of file

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/displayNameObject.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/displayNameObject.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/displayNameObject.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -8,11 +8,10 @@
       <ui:param name="portalObjectScreen" value="Display Names"/>
 
       <ui:define name="content">
-         <h3 class="zero pad10 clear">Add Display Name</h3>
-
+         <br/><br/>
          <div class="float-left third-width-pad5">
             <h:form id="displayNameForm">
-               <p class="portlet-area-header">Add Display Names</p>
+               <h3 class="sectionTitle zero">Add Display Names</h3>
 
                <div class="portlet-area-body">
                   <h:inputText id="newName" value="#{addDisplayNameAction.newText}" required="true"/>
@@ -27,7 +26,7 @@
 
          <div class="float-left two-third-width-pad5">
             <h:form>
-               <p class="portlet-area-header">Current Display Names</p>
+               <h3 class="sectionTitle zero">Current Display Names</h3>
 
                <div class="portlet-area-body">
 

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editContext.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editContext.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editContext.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -8,8 +8,8 @@
    <ui:composition template="objectTemplate.xhtml">
 
       <ui:define name="content">
-
-         <h3 class="sectionTitle">
+         <div class="property-container ">
+         <h3 class="sectionTitle tenpx-top-bottom">
             Manage &#160;
             <c:choose>
                <c:when test="#{portalobjectmgr.selectedObject.type == PortalObject.TYPE_CONTEXT}">portals</c:when>
@@ -33,20 +33,20 @@
             </c:choose>
          </h3>
          <!-- Portal addition -->
-         <h:form styleClass="createObjectForm">
+         <div class="tenpx-top-bottom">
+         <h:form>
             <span class="portlet-font">Create a portal named: </span>
             <h:inputText id="name" value="#{portalAction.portalName}" styleClass="portlet-form-input-field"
                          required="true"/>
             <h:commandButton action="#{portalAction.addPortal}" value="Create portal" styleClass="portlet-form-button"/>
             <h:message for="name" errorClass="portlet-msg-error"/>
          </h:form>
+         </div>
+        
 
-         <!-- Separation -->
-         <hr/>
-
          <!-- Navigation -->
          <ui:include src="objectNavigation.xhtml"/>
-
+         </div>
       </ui:define>
 
    </ui:composition>

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPage.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPage.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPage.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -8,8 +8,8 @@
    <ui:composition template="objectTemplate.xhtml">
 
       <ui:define name="content">
-
-         <h3 class="sectionTitle">Manage <span class="objectName">#{portalobjectmgr.selectedObject.name}</span>
+         <div class="property-container">
+         <h3 class="sectionTitle tenpx-top-bottom">Manage <span class="objectName">#{portalobjectmgr.selectedObject.name}</span>
             #{portalobjectmgr.selectedObject.typeName}</h3>
 
          
@@ -52,20 +52,19 @@
          <h3 class="sectionTitle">Manage sub-pages within <span class="objectName">#{portalobjectmgr.selectedObject.name}</span>
             #{portalobjectmgr.selectedObject.typeName}</h3>
          <!-- Sub page addition -->
-         <h:form styleClass="createObjectForm">
+         <div class="tenpx-top-bottom">
+         <h:form>
             <span class="portlet-font">Create a page named: </span>
             <h:inputText id="pageName" value="#{addPageAction.pageName}" styleClass="portlet-form-input-field"
                          required="true"/>
             <h:commandButton action="#{addPageAction.execute}" value="Create page" styleClass="portlet-form-button"/>
             <h:message for="pageName" errorClass="portlet-msg-error"/>
          </h:form>
+         </div>
 
-         <!-- Separation -->
-         <hr/>
-
          <!-- Navigation -->
          <ui:include src="objectNavigation.xhtml"/>
-
+         </div>
       </ui:define>
 
    </ui:composition>

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editProperties.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editProperties.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editProperties.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -10,10 +10,11 @@
       <ui:param name="portalObjectScreen" value="Properties"/>
 
       <ui:define name="content">
-
+         <br/>
+         <div class="property-container tenpx-top-bottom">
          <p class="portlet-area-header">Event Listener Binding</p>
 
-         <div class="portlet-area-body">
+         <div class="portlet-area-body tenpx-top-bottom">
             <h:form>
                <h:outputLabel for="listener" styleClass="portlet-form-field-label">
                   Choose the id of the PortalEventListener to bind to this #{portalobjectmgr.selectedObjectType}:
@@ -24,7 +25,7 @@
                <h:commandButton value="Update" styleClass="portlet-form-button"/>
             </h:form>
          </div>
-
+         </div>
             <ui:include src="common/editProperties.xhtml">
                <ui:param name="properties" value="#{portalobjectmgr.selectedProperties}"/>
             </ui:include>

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instances.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -12,7 +12,7 @@
 
 <c:if test="#{empty instancemgr.selectedPlugin}">
    <h:form>
-      <table id="instancesTable2" width="100%">
+      <table id="instancesTable2" width="100%" class="portlet-def-table">
          <thead class="portlet-section-header">
             <tr>
                <th>Id</th>

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectNavigation.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectNavigation.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectNavigation.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -1,11 +1,11 @@
 <div
-   xmlns="http://www.w3.org/1999/xhtml"
-   xmlns:ui="http://java.sun.com/jsf/facelets"
-   xmlns:h="http://java.sun.com/jsf/html"
-   xmlns:f="http://java.sun.com/jsf/core"
-   xmlns:fn="http://java.sun.com/jsp/jstl/functions"
-   xmlns:pfc="http://www.jboss.com/portal/facelet/common"
-   xmlns:c="http://java.sun.com/jstl/core">
+      xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:ui="http://java.sun.com/jsf/facelets"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:fn="http://java.sun.com/jsp/jstl/functions"
+      xmlns:pfc="http://www.jboss.com/portal/facelet/common"
+      xmlns:c="http://java.sun.com/jstl/core">
 
 <h:form>
 
@@ -40,21 +40,23 @@
          Theme
       </h:commandLink>
          <h:panelGroup
-            rendered="#{(object.name != 'admin') and (object.name != 'template') and (object.name != 'default')}">
-            | <h:commandLink action="renameObject" actionListener="#{portalobjectmgr.selectObject}" styleClass="actionRename">
+               rendered="#{(object.name != 'admin') and (object.name != 'template') and (object.name != 'default')}">
+            | <h:commandLink action="renameObject" actionListener="#{portalobjectmgr.selectObject}"
+                             styleClass="actionRename">
             <h:outputText value="Rename"/>
             <f:param name="id" value="#{object.id}"/>
          </h:commandLink>
          </h:panelGroup>
          <h:panelGroup
-            rendered="#{(object.name != 'admin') and (object.name != 'template') and (object.name != 'default')}">
-            | <h:commandLink action="#{addDisplayNameAction.editDisplayNames}" actionListener="#{portalobjectmgr.selectObject}" styleClass="actionRename">
+               rendered="#{(object.name != 'admin') and (object.name != 'template') and (object.name != 'default')}">
+            | <h:commandLink action="#{addDisplayNameAction.editDisplayNames}"
+                             actionListener="#{portalobjectmgr.selectObject}" styleClass="actionRename">
             <h:outputText value="Display Names"/>
             <f:param name="id" value="#{object.id}"/>
          </h:commandLink>
          </h:panelGroup>
          | <h:commandLink action="confirm" styleClass="actionDelete"
-                                          actionListener="#{portalobjectmgr.selectObject}">
+                          actionListener="#{portalobjectmgr.selectObject}">
          <f:param name="id" value="#{object.id}"/>
          Delete
       </h:commandLink>
@@ -112,7 +114,7 @@
          <f:param name="id" value="#{object.id}"/>
          Display Names
       </h:commandLink> |<h:commandLink action="confirm" styleClass="actionDelete"
-                                        actionListener="#{portalobjectmgr.selectObject}">
+                                       actionListener="#{portalobjectmgr.selectObject}">
          <f:param name="id" value="#{object.id}"/>
          Delete
       </h:commandLink>
@@ -144,31 +146,31 @@
          </f:facet>
 
          <h:graphicImage
-            title="#{object.declaredProperties['portal.windowInitialState'] eq 'MINIMIZED' ? 'This window is set to a minimized state.' : 'This window defaults to a normal state.'}"
-            rendered="#{!maximizedStateExists}"
-            value="#{object.declaredProperties['portal.windowInitialState'] eq 'MINIMIZED' ? '/img/min-icon.gif' : '/img/norm-icon.gif' }"
-            styleClass="windowStateIcon"
-            alt=""/>
+               title="#{object.declaredProperties['portal.windowInitialState'] eq 'MINIMIZED' ? 'This window is set to a minimized state.' : 'This window defaults to a normal state.'}"
+               rendered="#{!maximizedStateExists}"
+               value="#{object.declaredProperties['portal.windowInitialState'] eq 'MINIMIZED' ? '/img/min-icon.gif' : '/img/norm-icon.gif' }"
+               styleClass="windowStateIcon"
+               alt=""/>
 
          <h:graphicImage
-            title="#{object.declaredProperties['portal.windowInitialState'] eq 'MAXIMIZED' ? 'This window is set to a maximized state.' : 'This window defaults to a minimized state because one window within this page is set to maximized.'}"
-            rendered="#{maximizedStateExists}"
-            value="#{object.declaredProperties['portal.windowInitialState'] eq 'MAXIMIZED' ? '/img/max-icon.gif' : '/img/min-icon.gif'}"
-            styleClass="windowStateIcon"
-            alt=""/>
+               title="#{object.declaredProperties['portal.windowInitialState'] eq 'MAXIMIZED' ? 'This window is set to a maximized state.' : 'This window defaults to a minimized state because one window within this page is set to maximized.'}"
+               rendered="#{maximizedStateExists}"
+               value="#{object.declaredProperties['portal.windowInitialState'] eq 'MAXIMIZED' ? '/img/max-icon.gif' : '/img/min-icon.gif'}"
+               styleClass="windowStateIcon"
+               alt=""/>
 
-			
-			<!-- disable edit window for content type widget until JBPORTAL-1561  is fixed -->
-			<h:outputText value="#{object.name}"
-					rendered="#{fn:startsWith(object.declaredProperties['portal.windowContentType'], 'widget/')}" />
 
-			<h:commandLink action="#{portalobjectmgr.selectObject}"
-					rendered="#{! fn:startsWith(object.declaredProperties['portal.windowContentType'], 'widget/')}">
-				<h:outputText value="#{object.name}" />
-				<f:param name="id" value="#{object.id}"/>
-			</h:commandLink>
+         <!-- disable edit window for content type widget until JBPORTAL-1561  is fixed -->
+         <h:outputText value="#{object.name}"
+                       rendered="#{fn:startsWith(object.declaredProperties['portal.windowContentType'], 'widget/')}"/>
 
+         <h:commandLink action="#{portalobjectmgr.selectObject}"
+                        rendered="#{! fn:startsWith(object.declaredProperties['portal.windowContentType'], 'widget/')}">
+            <h:outputText value="#{object.name}"/>
+            <f:param name="id" value="#{object.id}"/>
+         </h:commandLink>
 
+
       </h:column>
       <h:column>
          <f:facet name="header">

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portlets.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portlets.xhtml	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portlets.xhtml	2007-11-29 00:52:01 UTC (rev 9176)
@@ -13,6 +13,7 @@
 <ui:define name="content">
 
 <c:if test="#{empty portletmgr.selectedPlugin}">
+   <div class="provider-menu-container">
    <h:form>
       <h:outputLabel for="menu">
          <h:outputText value="View portlets provided by the portlet provider named: "
@@ -24,10 +25,10 @@
       </h:selectOneMenu>
       <h:commandButton value="View portlets" styleClass="portlet-form-button"/>
    </h:form>
-
+  </div>
    <h:form>
 
-      <table width="100%">
+      <table class="portlet-def-table">
          <thead class="portlet-section-header">
             <tr>
                <th>Name</th>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmcopy.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmcopy.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmcopy.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -14,7 +14,7 @@
 <div class="admin-ui">
    <div class=" cms-tab-container">
       <table width="100%">
-         <th colspan="2"><h3 class="sectionTitle">${n:i18n("TITLE_COPYCONFIRM")}</h3></th>
+         <th colspan="2"><h3 class="sectionTitle-blue">${n:i18n("TITLE_COPYCONFIRM")}</h3></th>
          <tr>
             <td class="portlet-section-body" align="left">
                <form name="pickform" action="<portlet:actionURL>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmcreatecollection.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmcreatecollection.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmcreatecollection.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -12,7 +12,7 @@
 <div class="admin-ui">
    <div class=" cms-tab-container">
       <table width="100%">
-         <th colspan="2"><h3 class="sectionTitle">${n:i18n("TITLE_CREATECOLLCONFIRM")}</h3></th>
+         <th colspan="2"><h3 class="sectionTitle-blue">${n:i18n("TITLE_CREATECOLLCONFIRM")}</h3></th>
          <tr>
             <td valign="top" width="250" class="portlet-section-alternate">
                <%@ include file="folderlist.jsp" %>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmdelete.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmdelete.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmdelete.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -19,7 +19,7 @@
  <portlet:param name="path" value="<%= sCurrPath %>"/>
  </portlet:actionURL>" method="post">
          <table width="100%">
-            <th><h3 class="sectionTitle">${n:i18n("TITLE_DELETECONFIRM")}</h3></th>
+            <th><h3 class="sectionTitle-blue">${n:i18n("TITLE_DELETECONFIRM")}</h3></th>
             <tr>
                <td align="center">
                   <font class="portlet-font">${n:i18n("CMS_DELETEPATH")} <%= sCurrPath %>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmmove.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmmove.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/confirmmove.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -14,7 +14,7 @@
 <div class="admin-ui">
    <div class=" cms-tab-container">
       <table width="100%">
-         <th colspan="2"><h3 class="sectionTitle">${n:i18n("TITLE_MOVECONFIRM")}</h3></th>
+         <th colspan="2"><h3 class="sectionTitle-blue">${n:i18n("TITLE_MOVECONFIRM")}</h3></th>
          <tr>
             <td valign="top" width="250" class="portlet-section-alternate">
                <%@ include file="folderlist.jsp" %>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/create.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/create.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/create.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -99,7 +99,7 @@
 <input type="hidden" name="savetopath" value="<%= sCurrPath %>">
 
 <table width="100%">
-<th><h3 class="sectionTitle">${n:i18n("TITLE_CREATE")}</h3></th>
+<th><h3 class="sectionTitle-blue">${n:i18n("TITLE_CREATE")}</h3></th>
 <tr>
    <td height="10"></td>
 </tr>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/edit.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/edit.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/edit.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -66,7 +66,7 @@
     </portlet:actionURL>">
 
 <table width="100%">
-<th><h3 class="sectionTitle">${n:i18n("TITLE_EDIT")}</h3></th>
+<th><h3 class="sectionTitle-blue">${n:i18n("TITLE_EDIT")}</h3></th>
 <tr>
    <td height="10"></td>
 </tr>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/editbinary.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/editbinary.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/editbinary.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -19,7 +19,7 @@
          <input type="hidden" name="destination" value="<%= sCurrPath %>">
          <input type="hidden" name="language" value="<%= sLanguage %>">
          <table width="100%">
-            <th colspan="2"><h3 class="sectionTitle">${n:i18n("TITLE_UPLOAD")}</h3></th>
+            <th colspan="2"><h3 class="sectionTitle-blue">${n:i18n("TITLE_UPLOAD")}</h3></th>
             <tr>
                <td align="left">
                   <table>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -18,7 +18,7 @@
     </portlet:actionURL>">
          <input type="hidden" name="destination" value="<%= sCurrPath %>">
          <table width="100%">
-            <th colspan="2"><h3 class="sectionTitle">${n:i18n("CMS_EXPORTARCHIVE")}</h3></th>
+            <th colspan="2"><h3 class="sectionTitle-blue">${n:i18n("CMS_EXPORTARCHIVE")}</h3></th>
             <tr>
                <td valign="top" width="250" class="portlet-section-alternate">
                   <%@ include file="folderlist.jsp" %>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -13,7 +13,7 @@
       %>
 
       <table width="100%">
-         <th><h3 class="sectionTitle">${n:i18n("CMS_EXPORTARCHIVE")}</h3></th>
+         <th><h3 class="sectionTitle-blue">${n:i18n("CMS_EXPORTARCHIVE")}</h3></th>
          <tr>
             <td align="left">
                <table width="100%">

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup_error.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup_error.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/exportarchive_pickup_error.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -13,7 +13,7 @@
       %>
 
       <table width="100%">
-         <th><h3 class="sectionTitle">${n:i18n("CMS_EXPORTARCHIVE")}</h3></th>
+         <th><h3 class="sectionTitle-blue">${n:i18n("CMS_EXPORTARCHIVE")}</h3></th>
          <tr>
             <td align="left">
                <table width="100%">

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/main.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/main.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/main.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -24,7 +24,7 @@
 
 <div class="admin-ui">
 <div class=" cms-tab-container">
-<h3 class="sectionTitle">
+<h3 class="sectionTitle-blue">
    ${n:i18n("CMS_MANAGE")}
 </h3>
 

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/pending_items.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/pending_items.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/pending_items.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -21,7 +21,7 @@
 %>
 
 
-<h3 class="sectionTitle">
+<h3 class="sectionTitle-blue">
    ${n:i18n("CMS_MAIN_USE")}
 </h3>
 
@@ -73,7 +73,7 @@
    {
 %>
 <table width="100%">
-   <th colspan="2"><h3 class="sectionTitle">Error:</h3></th>
+   <th colspan="2"><h3 class="sectionTitle-blue">Error:</h3></th>
    <tr colspan="2" align="center">
       <td colspan="2">
          <font color="red">

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/searchResults.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/searchResults.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/searchResults.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -14,7 +14,7 @@
 
 <div class="admin-ui">
 <div class=" cms-tab-container">
-<h3 class="sectionTitle">
+<h3 class="sectionTitle-blue">
    ${n:i18n("CMS_MANAGE")}
 </h3>
 <!-- Currently browsing -->

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/securenode.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/securenode.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/securenode.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -33,7 +33,7 @@
  <portlet:param name="returnOp" value="<%= returnOp %>"/>
  </portlet:actionURL>" method="post">
 <table width="100%">
-<th colspan="2"><h3 class="sectionTitle">${n:i18n("TITLE_SECURECONFIRM")}</h3></th>
+<th colspan="2"><h3 class="sectionTitle-blue">${n:i18n("TITLE_SECURECONFIRM")}</h3></th>
 <%
    if (sConfirm != null && !"".equals(sConfirm))
    {

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/upload.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/upload.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/upload.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -18,7 +18,7 @@
     </portlet:actionURL>">
          <input type="hidden" name="destination" value="<%= sCurrPath %>">
          <table width="100%">
-            <th colspan="2"><h3 class="sectionTitle">${n:i18n("TITLE_UPLOAD")}</h3></th>
+            <th colspan="2"><h3 class="sectionTitle-blue">${n:i18n("TITLE_UPLOAD")}</h3></th>
             <tr>
                <td valign="top" width="250" class="portlet-section-alternate">
                   <%@ include file="folderlist.jsp" %>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/uploadarchive.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/uploadarchive.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/uploadarchive.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -19,7 +19,7 @@
     </portlet:actionURL>">
          <input type="hidden" name="destination" value="<%= sCurrPath %>">
          <table width="100%">
-            <th colspan="2"><h3 class="sectionTitle">${n:i18n("CMS_UPLOADARCHIVE")}</h3></th>
+            <th colspan="2"><h3 class="sectionTitle-blue">${n:i18n("CMS_UPLOADARCHIVE")}</h3></th>
             <tr>
                <td valign="top" width="250" class="portlet-section-alternate">
                   <%@ include file="folderlist.jsp" %>

Modified: branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/viewfile.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/viewfile.jsp	2007-11-28 17:38:43 UTC (rev 9175)
+++ branches/JBoss_Portal_Branch_2_6/core-cms/src/resources/portal-cms-war/WEB-INF/jsp/cms/admin/viewfile.jsp	2007-11-29 00:52:01 UTC (rev 9176)
@@ -45,7 +45,7 @@
    Boolean manageWorkflowAccessible = (Boolean)request.getAttribute("manageWorkflowAccessible");
 %>
 
-<h3 class="sectionTitle">
+<h3 class="sectionTitle-blue">
    ${n:i18n("CMS_MANAGE")}
 </h3>
 
@@ -335,7 +335,7 @@
    {
 %>
 <table width="100%">
-   <th colspan="2"><h3 class="sectionTitle">Error:</h3></th>
+   <th colspan="2"><h3 class="sectionTitle-blue">Error:</h3></th>
    <tr colspan="2" align="center">
       <td colspan="2">
          <font color="red">




More information about the portal-commits mailing list