Author: dbiatenia
Date: 2007-07-31 09:59:33 -0400 (Tue, 31 Jul 2007)
New Revision: 1949
Modified:
trunk/samples/tabPanelDemo/src/main/webapp/pages/index.jsp
Log:
RF-508, z-index bugfix
Modified: trunk/samples/tabPanelDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/tabPanelDemo/src/main/webapp/pages/index.jsp 2007-07-31 12:57:59 UTC
(rev 1948)
+++ trunk/samples/tabPanelDemo/src/main/webapp/pages/index.jsp 2007-07-31 13:59:33 UTC
(rev 1949)
@@ -37,17 +37,18 @@
}
.rich-tabhdr-cell-inactive, .rich-tabhdr-cell-disabled {
- padding-bottom: 2px;
+
}
.rich-tabpanel-content-position {
- top: -2px;
+ top: 0px;
}
-
+/*
.rich-tabpanel-content {
border-width: 2px;
border-color:red;
}
+*/
</style>
</head>
<body bgcolor="white">
@@ -73,7 +74,7 @@
</h:form>
<h:form>
- <tabs:tabPanel valueChangeListener="#{bean.valueChanged}"
headerSpacing="5px" immediate="false" tabClass="tabClass"
activeTabClass="italic" width="100%" switchType="client"
binding="#{bean.tabPanel}" value="#{bean.currentTab}"
id="tab_panel">
+ <tabs:tabPanel valueChangeListener="#{bean.valueChanged}"
headerSpacing="5px" immediate="false" tabClass="tabClass"
activeTabClass="italic" width="100%" switchType="client"
binding="#{bean.tabPanel}" value="#{bean.currentTab}"
id="tab_panel" headerAlignment="right">
<f:valueChangeListener type="org.richfaces.TabChangeListener"/>
<tabs:tab onclick="alert('\\'Canon\\' tab clicked');"
disabled="#{bean.disabledTabName == 'canon'}" name="canon"
label="Canon" switchType="server">
@@ -118,7 +119,7 @@
digital camera delivers professional quality results with every use.
</f:verbatim>
</tabs:tab>
- <tabs:tab disabled="#{bean.disabledTabName == 'olympus'}"
name="olympus" label="Olympus Olympus"
labelWidth="60px">
+ <tabs:tab disabled="#{bean.disabledTabName == 'olympus'}"
name="olympus" label="Olympus" labelWidth="60px">
<h:panelGrid columns="2" width="100%">
<h:graphicImage value="/pages/Olympus_EVOLT_E-500.jpg"
alt=""/>
<h:panelGroup>