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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Feb 6 09:56:26 EST 2008


Author: admitriev
Date: 2008-02-06 09:56:26 -0500 (Wed, 06 Feb 2008)
New Revision: 5867

Modified:
   management/design/calendar/markup/calendar_div_time_chooser.html
   management/design/calendar/markup/calendar_div_year_chooser.html
Log:


Modified: management/design/calendar/markup/calendar_div_time_chooser.html
===================================================================
--- management/design/calendar/markup/calendar_div_time_chooser.html	2008-02-06 14:26:27 UTC (rev 5866)
+++ management/design/calendar/markup/calendar_div_time_chooser.html	2008-02-06 14:56:26 UTC (rev 5867)
@@ -202,7 +202,7 @@
 	border-left : 1px solid #FFFFFF;   /*tableBackgroundColor*/
 	border-right : 1px solid #C0C0C0;  /*panelBorderColor*/
 	border-bottom : 1px solid #C0C0C0;  /*panelBorderColor*/
-	padding : 2px;
+	padding : 2px 7px 2px 7px;
 	white-space : nowrap; 
 	cursor : hand;
 }
@@ -213,20 +213,12 @@
 	border-right : 1px solid #FFFFFF;   /*tableBackgroundColor*/
 	border-left : 1px solid #C0C0C0;  /*panelBorderColor*/
 	border-top : 1px solid #C0C0C0;  /*panelBorderColor*/
-	padding : 2px;
+	padding : 2px 7px 2px 7px;
 	white-space : nowrap;
 	text-align : center; 
 	cursor : hand;
 }
 
-.time_btn_cancel{
-	width : 45; 
-	float : right
-}
-.time_btn_ok{
-	width : 45;
-}
-
 .calendar_time_shadow{
 	position : absolute; 
 	background : #FFFFFF; /*tableBackgroundColor*/
@@ -249,11 +241,11 @@
 	text-align : center; 
 	white-space : nowrap;
 }
-.calendar_time_layout_cancel{
+.calendar_time_layout_ok{
 	padding : 0px 1px 7px 7px; 
 	text-align : right
 }
-.calendar_time_layout_ok{
+.calendar_time_layout_cancel{
 	padding : 0px 7px 7px 1px; 
 	text-align : left
 }
@@ -519,14 +511,14 @@
 						</td>
 					</tr>
 					<tr>
-						<td class="calendar_time_layout_cancel">
-						<div class="time_btn time_btn_cancel" onmouseover="this.className='time_btn time_btn_cancel'" onmouseout="this.className='time_btn time_btn_cancel'" onmousedown="this.className='time_btn_press time_btn_cancel'" onmouseup="this.className='time_btn time_btn_cancel'">
-							Cancel
+						<td class="calendar_time_layout_ok">
+						<div class="time_btn" onmouseover="this.className='time_btn'" onmouseout="this.className='time_btn'" onmousedown="this.className='time_btn_press'" onmouseup="this.className='time_btn'">
+							Ok
 						</div>
 					</td>
-					<td class="calendar_time_layout_ok">
-						<div class="time_btn time_btn_ok" onmouseover="this.className='time_btn time_btn_ok'" onmouseout="this.className='time_btn time_btn_ok'" onmousedown="this.className='time_btn_press time_btn_ok'" onmouseup="this.className='time_btn time_btn_ok'">
-							Ok
+					<td class="calendar_time_layout_cancel">
+						<div class="time_btn" onmouseover="this.className='time_btn'" onmouseout="this.className='time_btn'" onmousedown="this.className='time_btn_press'" onmouseup="this.className='time_btn'">
+							Cancel
 						</div>
 						</td>
 					</tr>

Modified: management/design/calendar/markup/calendar_div_year_chooser.html
===================================================================
--- management/design/calendar/markup/calendar_div_year_chooser.html	2008-02-06 14:26:27 UTC (rev 5866)
+++ management/design/calendar/markup/calendar_div_year_chooser.html	2008-02-06 14:56:26 UTC (rev 5867)
@@ -283,16 +283,14 @@
 }
 
 .calendar_yc_btn{
-	width : 40px;
-	padding: 2px;
+	padding: 2px 8px 2px 8px;
 	text-align : center;
 	border : 0px solid #c0c0c0; /*panelBorderColor*/
 }
 
 .calendar_yc_btn_over{
 	background : #C7D7EC; /*from generalBackgroundColor to tabBackgroundColor*/
-	width : 40px;
-	padding: 1px;
+	padding: 1px 7px 1px 7px;
 	text-align : center;
 	border-top : 1px solid #FFFFFF;   /*tableBackgroundColor*/
 	border-left : 1px solid #FFFFFF;   /*tableBackgroundColor*/
@@ -302,8 +300,7 @@
 }
 .calendar_yc_btn_press{
 	background : #C7D7EC;  /*from tabBackgroundColor to  generalBackgroundColor*/
-	width : 40px;
-	padding: 1px;
+	padding: 1px 7px 1px 7px;
 	text-align : center;
 	border-bottom : 1px solid #FFFFFF;   /*tableBackgroundColor*/
 	border-right : 1px solid #FFFFFF;   /*tableBackgroundColor*/
@@ -680,12 +677,12 @@
 					</tr>
 					<tr>
 						<td class="calendar_yc_footer" colspan="4">
-							<table border="0" cellpadding="2" cellspacing="0" align="center">
+							<table border="0" cellpadding="2" cellspacing="0" align="center" width="100%">
 								<tr>
-									<td>
+									<td width="50%">
 										<div class="calendar_yc_btn_over" onmouseover="this.className='calendar_yc_btn_over'" onmouseout="this.className='calendar_yc_btn_over'" onmousedown="this.className='calendar_yc_btn_press'">Ok</div>
 									</td>
-									<td>
+									<td width="50%">
 										<div class="calendar_yc_btn_over" onmouseover="this.className='calendar_yc_btn_over'" onmouseout="this.className='calendar_yc_btn_over'" onmousedown="this.className='calendar_yc_btn_press'">Close</div>
 									</td>
 								</tr>




More information about the richfaces-svn-commits mailing list