Author: F.antonov
Date: 2007-03-28 04:11:09 -0400 (Wed, 28 Mar 2007)
New Revision: 186
Modified:
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/menucomponents.xcss
Log:
MenuItem component development.
Modified:
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/menucomponents.xcss
===================================================================
---
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/menucomponents.xcss 2007-03-28
07:57:33 UTC (rev 185)
+++
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/menucomponents.xcss 2007-03-28
08:11:09 UTC (rev 186)
@@ -6,21 +6,28 @@
<f:verbatim><![CDATA[
.dr-menu-separator {
- font-size : 0px;
- border-top: 1px solid #bfbfc0;
- margin : 2px 0px 2px 24px;
-
+ font-size : 0px;
+ border-top: 1px solid #bfbfc0;
+ margin : 2px 0px 2px 24px;
}
.dr-menu-item {
padding : 1px 35px 1px 1px;
white-space : nowrap;
position : relative;
}
+.dr-menu-item-disabled {
+ border : 1px solid transparent;
+ cursor : default;
+ color : #839eca;
+}
.dr-menu-label {
font-family : arial;
font-size : 11px;
text-decoration : none;
}
+.dr-menu-label-disabled {
+ color : #839eca;
+}
.dr-menu-item-enabled {
border : 0px solid transparent;
padding : 2px 36px 2px 2px;
@@ -30,24 +37,12 @@
cursor : pointer;
background : url(menu_item_bg.gif) repeat-x top #a9c5e7;
}
-.dr-menu-item-disabled {
- border : 1px solid transparent;
- cursor : default;
- color : #839eca;
-}
-.dr-menu-label-disabled {
- color : #839eca;
-}
.dr-menu-icon {
margin-right : 10px;
}
.dr-menu-icon img {
vertical-align: middle;
}
-.dr-menu-item a {
- color : #000000;
- text-decoration : none;
-}
.dr-menu-node {
position : absolute;
background : url(node.gif) no-repeat top;
@@ -60,7 +55,6 @@
.dr-menu-item-disabled .dr-menu-node {
background-position : bottom;
}
-
.dr-menu-list-position {
top : 17;
left: -1
Show replies by date