Author: a.izobov
Date: 2007-03-26 06:12:56 -0400 (Mon, 26 Mar 2007)
New Revision: 138
Modified:
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/menucomponents.xcss
Log:
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-26
09:02:53 UTC (rev 137)
+++
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/menucomponents.xcss 2007-03-26
10:12:56 UTC (rev 138)
@@ -10,7 +10,67 @@
border-top: 1px solid #bfbfc0;
margin : 2px 0px 2px 24px;
}
+.dr-menu-item {
+ padding : 1px 35px 1px 1px;
+ white-space : nowrap;
+ font-family : arial;
+ font-size : 11px;
+ position : relative;
+}
+.dr-menu-item-unselect {
+ border : 1px solid transparent;
+}
+.dr-menu-item-select {
+ border : 1px solid #4a70ab;
+ 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-ico {
+ vertical-align: middle;
+ margin-right : 10px;
+}
+.dr-menu-item a {
+ color : #000000;
+ text-decoration : none;
+}
+.dr-menu-node {
+ position : absolute;
+ background : url(node.gif) no-repeat top;
+ width : 7px;
+ height : 7px;
+ top : 7px;
+ right : 6px;
+ font-size : 1px;
+}
+.dr-menu-item-disabled .dr-menu-node {
+ background-position : bottom;
+}
+.dr-menu-list-position {
+ top : 17;
+ left: -1
+}
+.dr-menu-list-border {
+ border : 1px solid #bfbfc0;
+ background-color : #e7f2fb;
+ float : left;
+ position : absolute;
+}
+.dr-menu-sublist {
+ top : -8;
+ left:13;
+}
+.dr-menu-list-bg {
+ border-top : 1px solid #e7f2fb;
+ border-left : 1px solid #e7f2fb;
+ border-right : 1px solid #e7f2fb;
+ background : url(menu_list_bg.gif) repeat-y left;
+}
+
]]>
</f:verbatim>
Show replies by date