Author: konstantin.mishin
Date: 2009-06-03 13:08:39 -0400 (Wed, 03 Jun 2009)
New Revision: 14462
Modified:
branches/community/3.3.X/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss
Log:
RF-7301
Modified:
branches/community/3.3.X/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss
===================================================================
---
branches/community/3.3.X/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss 2009-06-03
16:59:48 UTC (rev 14461)
+++
branches/community/3.3.X/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss 2009-06-03
17:08:39 UTC (rev 14462)
@@ -10,22 +10,23 @@
padding-right: 4px;
}
+ .rich-pmenu-group {
+ padding: 2px 1px 1px;
+ margin-top:1px;
+ cursor:pointer;
+ border-top: 1px solid;
+ }
+
.rich-pmenu-top-group {
height: 20px;
-
+ border-top: none;
+ margin-top: 0;
background-repeat: repeat-x;
background-position: left top;
padding: 2px 1px 2px 2px;
cursor: pointer;
}
- .rich-pmenu-group {
- padding: 2px 1px 1px;
- margin-top:1px;
- cursor:pointer;
- border-top: 1px solid;
- }
-
.rich-pmenu-item {
border-top: 1px solid;
cursor: pointer;
@@ -53,6 +54,14 @@
</f:verbatim>
+ <u:selector name=".rich-pmenu-group">
+ <u:style name="font-weight" skin="headerWeightFont"/>
+ <u:style name="font-family" skin="headerFamilyFont"/>
+ <u:style name="font-size" skin="headerSizeFont"/>
+ <u:style name="color" skin="generalTextColor"/>
+ <u:style name="border-top-color" skin="tableBorderColor"/>
+ </u:selector>
+
<u:selector name=".rich-pmenu-top-group">
<u:style name="font-weight" skin="headerWeightFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
@@ -64,14 +73,6 @@
</u:style>
</u:selector>
- <u:selector name=".rich-pmenu-group">
- <u:style name="font-weight" skin="headerWeightFont"/>
- <u:style name="font-family" skin="headerFamilyFont"/>
- <u:style name="font-size" skin="headerSizeFont"/>
- <u:style name="color" skin="generalTextColor"/>
- <u:style name="border-top-color" skin="tableBorderColor"/>
- </u:selector>
-
<u:selector name=".rich-pmenu-item">
<u:style name="font-family" skin="generalFamilyFont"/>
<u:style name="font-weight" skin="generalWeightFont"/>