You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/10/06 05:01:10 UTC

svn commit: r453473 - in /tapestry/tapestry4/trunk: src/site/apt/UsersGuide/clientside-validation.apt tapestry-examples/Workbench/src/context/css/exception.css tapestry-examples/Workbench/src/context/css/workbench.css

Author: jkuhnert
Date: Thu Oct  5 20:01:09 2006
New Revision: 453473

URL: http://svn.apache.org/viewvc?view=rev&rev=453473
Log:
Cleaned up css rules work Workbench validation dialogs, updated client side validation sample css rules to reflect 
changes made to the Dialog widget.

Modified:
    tapestry/tapestry4/trunk/src/site/apt/UsersGuide/clientside-validation.apt
    tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/context/css/exception.css
    tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/context/css/workbench.css

Modified: tapestry/tapestry4/trunk/src/site/apt/UsersGuide/clientside-validation.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/apt/UsersGuide/clientside-validation.apt?view=diff&rev=453473&r1=453472&r2=453473
==============================================================================
--- tapestry/tapestry4/trunk/src/site/apt/UsersGuide/clientside-validation.apt (original)
+++ tapestry/tapestry4/trunk/src/site/apt/UsersGuide/clientside-validation.apt Thu Oct  5 20:01:09 2006
@@ -73,8 +73,32 @@
   The TimeTracker demo application also defines a default set of classes to handle the dialog classes:
   
 +-----------------------------------------------
+.alertButton {
+	width: auto;
+	border: none;
+	background-color: #699ED9;
+	color: #fff;
+	padding: 0.1em;
+	border-bottom: 1px solid #5885b6 !important;
+	border-right: 1px solid #5885b6 !important;
+	border-top: 1px solid #92b8e2 !important;
+	border-left: 1px solid #92b8e2 !important;
+	cursor: hand;
+	cursor: pointer;
+}
+
 .alertDialog {
-    width: 25em;   
+    width: 30em;
+    border: 2px solid #ff660a;
+    padding: 1em;
+    background: #ffffff;
+    -moz-border-radius: 10px;
+}
+
+.alertContent .alertButton {
+    float:right;
+    position:relative;
+    bottom:1em;
 }
 
 .missingList, .invalidList {

Modified: tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/context/css/exception.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/context/css/exception.css?view=diff&rev=453473&r1=453472&r2=453473
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/context/css/exception.css (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/context/css/exception.css Thu Oct  5 20:01:09 2006
@@ -30,15 +30,3 @@
     -moz-border-radius-topright: 10px;
     -moz-border-radius-topleft: 10px;
 }
-
-.alertDialog {
-    width: 50%;
-    border: 2px solid #ff660a;
-    padding: 1em;
-    padding-bottom: 1.7em;
-    background: #ffffff;
-}
-
-.alertDialog .dojoButton {
-    float: right;
-}
\ No newline at end of file

Modified: tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/context/css/workbench.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/context/css/workbench.css?view=diff&rev=453473&r1=453472&r2=453473
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/context/css/workbench.css (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/context/css/workbench.css Thu Oct  5 20:01:09 2006
@@ -171,8 +171,32 @@
     border: none;
 }
 
+.submitButton,.submitButton:focus,.alertButton {
+	width: auto;
+	border: none;
+	background-color: #699ED9;
+	color: #fff;
+	padding: 0.1em;
+	border-bottom: 1px solid #5885b6 !important;
+	border-right: 1px solid #5885b6 !important;
+	border-top: 1px solid #92b8e2 !important;
+	border-left: 1px solid #92b8e2 !important;
+	cursor: hand;
+	cursor: pointer;
+}
+
 .alertDialog {
-    width: 25em;   
+    width: 30em;
+    border: 2px solid #ff660a;
+    padding: 1em;
+    background: #ffffff;
+    -moz-border-radius: 10px;
+}
+
+.alertContent .alertButton {
+    float:right;
+    position:relative;
+    bottom:1em;
 }
 
 .fieldMissing {