Author: pyaschenko
Date: 2008-03-20 11:22:29 -0400 (Thu, 20 Mar 2008)
New Revision: 7009
Modified:
trunk/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/css/panelbar.xcss
trunk/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/scripts/panelbar.js
Log:
RF-2611
Modified:
trunk/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/css/panelbar.xcss
===================================================================
---
trunk/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/css/panelbar.xcss 2008-03-20
15:18:50 UTC (rev 7008)
+++
trunk/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/css/panelbar.xcss 2008-03-20
15:22:29 UTC (rev 7009)
@@ -15,6 +15,7 @@
border : 0px solid red;
padding : 0px 1px 1px 5px;
cursor : pointer;
+ zoom : 1;
}
.dr-pnlbar-h-act{
Modified:
trunk/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/scripts/panelbar.js
===================================================================
---
trunk/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/scripts/panelbar.js 2008-03-20
15:18:50 UTC (rev 7008)
+++
trunk/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/scripts/panelbar.js 2008-03-20
15:22:29 UTC (rev 7009)
@@ -223,9 +223,6 @@
this.content.style.height="0px";
// this.content.style.paddingRight="0px";
this.hightFirefoxDelta = 0;
- if (RichFaces.navigatorType()==RichFaces.MSIE) {
- header.style.width = "100%";
- }
if (this.slidePanel.isIE){
if (this.slidePanel.panel.style.width.indexOf("%")!=-1) {
Show replies by date