Author: SergeySmirnov
Date: 2007-05-03 19:07:42 -0400 (Thu, 03 May 2007)
New Revision: 642
Modified:
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/html/css/dropdownmenu.xcss
Log:
problems with height and width of the label. RF-136, RF-147
Modified:
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/html/css/dropdownmenu.xcss
===================================================================
---
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/html/css/dropdownmenu.xcss 2007-05-03
20:55:13 UTC (rev 641)
+++
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/html/css/dropdownmenu.xcss 2007-05-03
23:07:42 UTC (rev 642)
@@ -23,10 +23,12 @@
white-space : nowrap;
position: relative;
width : auto;
- height : 18px;
+ height : 100%;
}
.dr-menu-label-unselect {
border : 1px solid transparent;
+ _border-color:tomato;/*For IE6-*/
+ _filter:chroma(color=tomato);/*For IE6-*/
}
.dr-menu-label-select {
border : 1px solid #bfbfc0;
Show replies by date