Author: hlship
Date: Thu Dec 20 14:24:19 2007
New Revision: 606039

URL: http://svn.apache.org/viewvc?rev=606039&view=rev
Log:
TAPESTRY-1942: Client side validation should be triggered when the user moves 
out of a field

Added:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/error-bevel-left.png
   (with props)
    
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/error-bevel-right.png
   (with props)
Removed:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/vbevel.png
Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css?rev=606039&r1=606038&r2=606039&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css
 Thu Dec 20 14:24:19 2007
@@ -338,23 +338,23 @@
     font-weight: bold;
 }
 
-DIV.t-error-bevel {
-    float: left;
-    margin: 0px;
-    padding: 0px;
-
-    cursor: pointer;
+DIV.t-error-bevel SPAN {
+    background: transparent url( 'error-bevel-left.png' ) no-repeat;
     display: block;
+    line-height: 33px;
+    margin-left: -9px;
+    padding: 0px 7pt 10px 22px;
 }
 
-DIV.t-error-bevel SPAN {
-    background: transparent url( 'vbevel.png' ) no-repeat scroll top left;
-    color: white;
+DIV.t-error-bevel {
+    background: transparent url( 'error-bevel-right.png' ) no-repeat scroll 
top right;
+    color: #FFF;
     display: block;
     float: left;
     font: normal 12px arial, sans-serif;
-    margin-left: 15px;
-    padding: 6px 30px 0px 15px;
     height: 39px;
+    margin-right: 6px;
+    padding-right: 25px;
     text-decoration: none;
+    cursor: pointer;
 }

Added: 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/error-bevel-left.png
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/error-bevel-left.png?rev=606039&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/error-bevel-left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/error-bevel-right.png
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/error-bevel-right.png?rev=606039&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/error-bevel-right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to