[richfaces-svn-commits] JBoss Rich Faces SVN: r6288 - management/design/inplaceSelect/design.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Feb 22 09:02:04 EST 2008


Author: admitriev
Date: 2008-02-22 09:02:04 -0500 (Fri, 22 Feb 2008)
New Revision: 6288

Modified:
   management/design/inplaceSelect/design/inplaceSelect.html
Log:


Modified: management/design/inplaceSelect/design/inplaceSelect.html
===================================================================
--- management/design/inplaceSelect/design/inplaceSelect.html	2008-02-22 13:58:59 UTC (rev 6287)
+++ management/design/inplaceSelect/design/inplaceSelect.html	2008-02-22 14:02:04 UTC (rev 6288)
@@ -14,7 +14,7 @@
 .insel_changed_state{background-image:url(images/mark_changed.gif); background-position : top left; background-repeat : no-repeat;}
 
 .insel_edit_state{position : relative; width : 100px;}
-.insel_field{background : #FBFF8E/*editBackgroundColor*/; padding : 0px 0px 0px 0px; border : 0px; margin : 0px; width : 112px; position : absolute; top:0px; left : 0px;background-image:url(images/mark_list.gif); background-position : center right; background-repeat : no-repeat;}
+.insel_field{background : #FEFFDA/*editBackgroundColor*/; padding : 0px 0px 0px 0px; border : 1px #BED6F8; /*panelBorderColor*/; margin : 0px; width : 112px; position : absolute; top:0px; left : 0px;background-image:url(images/mark_list.gif); background-position : center right; background-repeat : no-repeat;}
 .insel_strut{width : 100px; height : 1px}
 .insel_btn{
 	background : url(images/bg_btn.png) top  repeat-x #C7D7EC; /*gradient - from generalBackgroundColor to tabBackgroundColor, background-color - tabBackgroundColor*/
@@ -28,7 +28,7 @@
 	margin : 0px;}
 
 
-.insel_btn_set{ position : absolute; top:0px; left : 112px; white-space : nowrap}
+.insel_btn_set{ position : absolute; top:0px; left : 114px; white-space : nowrap}
 .insel_shadow{ top:0; left:0; position : absolute;}
 .insel_shadow_size{ width : 34px; height : 16px;}
 .insel_shadow_tl{ background : url(images/bg_shadow.png) repeat-x top left;}
@@ -38,7 +38,7 @@
 .cb_list_cord{ position : relative; font-size : 0px;d!isplay : none}/*DDL is hidden!!!!!*/
 .cb_list_scroll{ overflow : auto; height : 100px;}
 .cb_list_position{ position : absolute; top:1px; left:0px;}
-.cb_list_decoration{border : 1px solid #c0c0c0  /*panelBorderColor*/;  padding : 0px; background : #FFFFFF; /*tableBackgroundColor*/}
+.cb_list_decoration{border : 1px outset #BED6F8; /*panelBorderColor*/;  padding : 0px; background : #FEFFDA; /*tableBackgroundColor*/}
 .cb_width_list{ width : 250px;}
 .cb_option{ padding : 2px; white-space : nowrap;}
 .cb_font{ font-size : 11px/*generalSizeFont*/; font-family : arial/*generalFamilyFont*/; color : #000000/*generalTextColor*/} 




More information about the richfaces-svn-commits mailing list