[richfaces-svn-commits] JBoss Rich Faces SVN: r18760 - management/design-4x/inplaceEditor.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Aug 18 10:53:10 EDT 2010


Author: admitriev
Date: 2010-08-18 10:53:10 -0400 (Wed, 18 Aug 2010)
New Revision: 18760

Modified:
   management/design-4x/inplaceEditor/inplaceInput.html
Log:


Modified: management/design-4x/inplaceEditor/inplaceInput.html
===================================================================
--- management/design-4x/inplaceEditor/inplaceInput.html	2010-08-18 14:47:21 UTC (rev 18759)
+++ management/design-4x/inplaceEditor/inplaceInput.html	2010-08-18 14:53:10 UTC (rev 18760)
@@ -20,12 +20,12 @@
 .is_btn{
 	background : url(images/bg_btn.png) top  repeat-x #C7D7EC; /*gradient - from generalBackgroundColor to tabBackgroundColor, background-color - tabBackgroundColor*/
 	border : 1px outset #BED6F8; /*panelBorderColor*/
-	padding : 0px; 
+	padding : 3px; 
 	margin : 0px;}
 .is_btn_press{
 	background : url(images/bg_press.png) top  repeat-x #C7D7EC; /*gradient - from tabBackgroundColor to generalBackgroundColor, background-color - tabBackgroundColor*/
 	border : 1px inset #BED6F8; /*panelBorderColor*/
-	padding : 0px; 
+	padding : 3px; 
 	margin : 0px;}
 	
 .is_btn_set{ position : absolute; top:0px; left : 100px; white-space : nowrap}
@@ -35,11 +35,11 @@
 .is_btn_position { position : absolute; top : 1px; right : 0px; white-space : nowrap;}
 
 
-.is_btn_shadow {position: relative; padding : 6px 6px 6px 6px; top : -6px; right : -6px;}
-.is_btn_shadow_t {background: url(images/bg_shadow.png) top left; position: absolute; width: 6px; top: 0px; bottom: 6px; left : 0px}
-.is_btn_shadow_l {background: url(images/bg_shadow.png) bottom left; position: absolute; height: 6px; bottom: 0px; left: 0px; right: 6px;}
-.is_btn_shadow_r {background: url(images/bg_shadow.png) bottom right; position: absolute; width: 6px; top: 6px; bottom: 0px; right: 0px;}
-.is_btn_shadow_b {background: url(images/bg_shadow.png) right top; position: absolute; height: 6px; top: 0px; left: 6px; right: 0px;}
+.is_btn_shadow { display : inline-block;position: relative; padding : 6px 6px 6px 6px; top : -6px; right : -6px;}
+.is_btn_shadow_t { display : inline-block;background: url(images/bg_shadow.png) top left; position: absolute; width: 6px; top: 0px; bottom: 6px; left : 0px}
+.is_btn_shadow_l { display : inline-block;background: url(images/bg_shadow.png) bottom left; position: absolute; height: 6px; bottom: 0px; left: 0px; right: 6px;}
+.is_btn_shadow_r { display : inline-block;background: url(images/bg_shadow.png) bottom right; position: absolute; width: 6px; top: 6px; bottom: 0px; right: 0px;}
+.is_btn_shadow_b { display : inline-block;background: url(images/bg_shadow.png) right top; position: absolute; height: 6px; top: 0px; left: 6px; right: 0px;}
 		
 	</style>
 </head>
@@ -49,7 +49,7 @@
 <fieldset><legend>Default State</legend><br><br>
 <div style="width : 300px;">
 	Fresh off his victory in the Florida primary, Sen. John McCain is poised to take another big prize. Former
-	<div class="is_default_state">New York</div> Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sources said. That would give McCain added momentum heading into a debate Wednesday and next week's Super Tuesday contests
+	<span class="is_default_state">New York</span> Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sources said. That would give McCain added momentum heading into a debate Wednesday and next week's Super Tuesday contests
 </div>
 </fieldset>
 
@@ -59,27 +59,27 @@
 <fieldset><legend>Edit State</legend><br><br>
 <div style="width : 300px;">
 	Fresh off his victory in the Florida primary, Sen. John McCain is poised to take another big prize. Former
-	<div class="is_default_state">New York
-		<div class="is_edit_state">
+	<span class="is_default_state">New York
+		<span class="is_edit_state">
 			<input type="Text" value="New York" class="is_field">
 		
-			<div class="is_btn_preposition">
-				<div class="is_btn_position">
-					<div class="is_btn_shadow">
-						<div class="is_btn_shadow_t"></div>
-						<div class="is_btn_shadow_l"></div>
-						<div class="is_btn_shadow_r"></div>
-						<div class="is_btn_shadow_b"></div>
+			<span class="is_btn_preposition">
+				<span class="is_btn_position">
+					<span class="is_btn_shadow">
+						<span class="is_btn_shadow_t"></span>
+						<span class="is_btn_shadow_l"></span>
+						<span class="is_btn_shadow_r"></span>
+						<span class="is_btn_shadow_b"></span>
 					
-						<div style="position : relative">		
+						<span style="position : relative">		
 							<input type="image" src="images/ico_ok.gif" class="is_btn" onmousedown="this.className='is_btn_press'" onmouseout="this.className='is_btn'" onmouseup="this.className='is_btn'"><input type="image" src="images/ico_cancel.gif" class="is_btn" onmousedown="this.className='is_btn_press'" onmouseout="this.className='is_btn'" onmouseup="this.className='is_btn'"><br>
-						</div>
-					</div>
-				</div>
-			</div>
+						</span>
+					</span>
+				</span>
+			</span>
 			
-		</div>
-	</div>
+		</span>
+	</span>
 	 Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sources said. That would give McCain added momentum heading into a debate Wednesday and next week's Super Tuesday contests
 </div>
 </fieldset>
@@ -88,7 +88,7 @@
 <fieldset><legend>Changed State</legend><br><br>
 <div style="width : 300px;">
 	Fresh off his victory in the Florida primary, Sen. John McCain is poised to take another big prize. Former
-	<div class="is_default_state is_changed_state">New York</div>   Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sources said. That would give McCain added momentum heading into a debate Wednesday and next week's Super Tuesday contests
+	<span class="is_default_state is_changed_state">New York</span>   Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sources said. That would give McCain added momentum heading into a debate Wednesday and next week's Super Tuesday contests
 </div>
 </fieldset>
 



More information about the richfaces-svn-commits mailing list