[richfaces-svn-commits] JBoss Rich Faces SVN: r5049 - management/design/comboBox/markup.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Dec 27 14:45:45 EST 2007


Author: nbelaevski
Date: 2007-12-27 14:45:44 -0500 (Thu, 27 Dec 2007)
New Revision: 5049

Modified:
   management/design/comboBox/markup/comboBox.html
Log:
combo box design updated

Modified: management/design/comboBox/markup/comboBox.html
===================================================================
--- management/design/comboBox/markup/comboBox.html	2007-12-27 19:06:13 UTC (rev 5048)
+++ management/design/comboBox/markup/comboBox.html	2007-12-27 19:45:44 UTC (rev 5049)
@@ -14,7 +14,7 @@
 .cb_button_bg_press{ background : url(images/bg_press.png) repeat-x bottom #C7D7EC} /*gradient - from tabBackgroundColor to generalBackgroundColor, background-color - tabBackgroundColor*/
 .cb_button_arrow{ background : url(images/down.gif) center  no-repeat; cursor : pointer;}
 
-.cb_list_cord{ position : relative; font-size : 0px; display:none;}/*DDL is hidden!!!!!*/
+.cb_list_cord{ position : relative; font-size : 0px; /*display:none;*/ top: 2px;}/*DDL is hidden!!!!!*/
 .cb_list_position{ position : absolute; top:-5px; left:0px;}
 .cb_list_decoration{ border : 1px solid #c0c0c0 /*panelBorderColor*/;  padding : 0px; background : #FFFFFF; /*tableBackgroundColor*/}
 .cb_list_scroll{ overflow : auto; width : 100%; height : 100;}




More information about the richfaces-svn-commits mailing list