| author | Sidharth Singh | 2012-03-09 09:25:42 (EST) |
|---|---|---|
| committer | Manik Kishore | 2012-06-19 07:20:31 (EDT) |
| commit | 7c3b8cd79855c4072f252284067e36ad1d4b91ee (patch) (side-by-side diff) | |
| tree | 837df119db9f863ce15904c315ea2804993c6340 | |
| parent | bd2180ae2e1b5706f363b8ad811e948c6e9c7209 (diff) | |
| download | org.eclipse.stardust.ui.web-7c3b8cd79855c4072f252284067e36ad1d4b91ee.zip org.eclipse.stardust.ui.web-7c3b8cd79855c4072f252284067e36ad1d4b91ee.tar.gz org.eclipse.stardust.ui.web-7c3b8cd79855c4072f252284067e36ad1d4b91ee.tar.bz2 | |
Jira-ID: CRNT-22961
1)Added a style to nirvanaPortal.css.
2)Changed styleClass for panelGrid columnClasses in processSearch-descriptors.xhtml
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@54445 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | business-control-center/src/main/resources/META-INF/xhtml/views/processSearch-descriptors.xhtml | 4 | ||||
| -rw-r--r-- | portal-common/src/main/resources/META-INF/xhtml/css/nirvanaPortal.css | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/business-control-center/src/main/resources/META-INF/xhtml/views/processSearch-descriptors.xhtml b/business-control-center/src/main/resources/META-INF/xhtml/views/processSearch-descriptors.xhtml index 84e1456..35ac280 100644 --- a/business-control-center/src/main/resources/META-INF/xhtml/views/processSearch-descriptors.xhtml +++ b/business-control-center/src/main/resources/META-INF/xhtml/views/processSearch-descriptors.xhtml @@ -17,7 +17,7 @@ <c:forEach var="descriptorItem" varStatus="iter"
items="#{descriptorItems}">
<ice:panelGrid columns="2"
- rendered="#{!(descriptorItem.type eq 'TimeStamp' or descriptorItem.type eq 'date')}" columnClasses="table-columnVertical">
+ rendered="#{!(descriptorItem.type eq 'TimeStamp' or descriptorItem.type eq 'date')}" columnClasses="table-columnVertical columnStyle">
<ice:panelGroup>
<ice:outputText
value="#{descriptorItem.label}#{messages_bcc['common.colon']}"
@@ -102,7 +102,7 @@ </ice:panelGrid>
<ice:panelGrid columns="2"
- rendered="#{(descriptorItem.type eq 'TimeStamp' or descriptorItem.type eq 'date')}" columnClasses="table-columnVertical">
+ rendered="#{(descriptorItem.type eq 'TimeStamp' or descriptorItem.type eq 'date')}" columnClasses="table-columnVertical columnStyle">
<ice:outputText
value="#{descriptorItem.label} (#{views_common_msgPropsBean['common.from']})#{messages_bcc['common.colon']}"
styleClass="label-form" />
diff --git a/portal-common/src/main/resources/META-INF/xhtml/css/nirvanaPortal.css b/portal-common/src/main/resources/META-INF/xhtml/css/nirvanaPortal.css index bfaad2d..a8730d9 100644 --- a/portal-common/src/main/resources/META-INF/xhtml/css/nirvanaPortal.css +++ b/portal-common/src/main/resources/META-INF/xhtml/css/nirvanaPortal.css @@ -1046,6 +1046,12 @@ img {
vertical-align: top;
}
+
+.table-columnVertical .columnStyle
+{
+ vertical-align: top;
+ width:50%;
+}
.odd-table-row
{
|

