Author: julien(a)jboss.com
Date: 2007-02-28 15:34:38 -0500 (Wed, 28 Feb 2007)
New Revision: 6470
Modified:
trunk/core-admin/src/bin/portal-admin-war/images/management/management.css
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/common/editPreferences.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/instances.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/objectNavigation.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml
Log:
much better CSS for the table
Modified: trunk/core-admin/src/bin/portal-admin-war/images/management/management.css
===================================================================
--- trunk/core-admin/src/bin/portal-admin-war/images/management/management.css 2007-02-28
19:42:03 UTC (rev 6469)
+++ trunk/core-admin/src/bin/portal-admin-war/images/management/management.css 2007-02-28
20:34:38 UTC (rev 6470)
@@ -1,20 +1,24 @@
/* Redefine spacing for tables. */
-.admin-ui .portlet-table-body {
+.admin-ui table {
+ border: 0px;
border-collapse: separate;
- border: 0px;
border-spacing: 10px 4px;
+ margin-left: -10px;
+ margin-right: -10px;
+ margin-top: -4px;
+ margin-bottom: -4px;
}
-.admin-ui .portlet-section-header th {
+.admin-ui th {
text-align:left;
- border-top: 0px;
+ border: 0px;
border-bottom: 1px solid;
- border-left: 0px;
- border-right: 0px;
}
-.admin-ui .portlet-section-header td {
+.admin-ui td {
border: 0px;
+ padding-bottom: 2px;
+ padding-top: 2px;
}
/* Change dashed line to solid. */
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/common/editPreferences.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/common/editPreferences.xhtml 2007-02-28
19:42:03 UTC (rev 6469)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/common/editPreferences.xhtml 2007-02-28
20:34:38 UTC (rev 6470)
@@ -6,7 +6,7 @@
xmlns:c="http://java.sun.com/jstl/core">
<h:form>
- <table width="100%" class="portlet-table-body">
+ <table width="100%">
<thead class="portlet-section-header"
style="text-align:left;">
<tr>
<th>Key</th>
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/instances.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/instances.xhtml 2007-02-28
19:42:03 UTC (rev 6469)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/instances.xhtml 2007-02-28
20:34:38 UTC (rev 6470)
@@ -12,7 +12,7 @@
<h:form>
- <table id="instancesTable2" width="100%"
class="portlet-table-body">
+ <table id="instancesTable2" width="100%">
<thead class="portlet-section-header">
<tr>
<th>Id</th>
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/objectNavigation.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/objectNavigation.xhtml 2007-02-28
19:42:03 UTC (rev 6469)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/objectNavigation.xhtml 2007-02-28
20:34:38 UTC (rev 6470)
@@ -8,7 +8,7 @@
<h:form>
- <table width="100%" class="portlet-table-body">
+ <table width="100%">
<c:if test="#{not empty portalobjectmgr.portalNodes}">
<tbody class="portlet-section-header">
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml 2007-02-28
19:42:03 UTC (rev 6469)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml 2007-02-28
20:34:38 UTC (rev 6470)
@@ -22,7 +22,7 @@
</h:form>
<h:form>
- <table width="100%" class="portlet-table-body">
+ <table width="100%">
<thead class="portlet-section-header">
<tr>
<th>Id</th>