You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/06/12 13:49:26 UTC

[14/20] struts git commit: Update styles.css

Update styles.css

Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/c70f2409
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/c70f2409
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/c70f2409

Branch: refs/heads/master
Commit: c70f2409f2facb8d30cb19d3e9c12946cafc4c53
Parents: 175d0d4
Author: victor sosa <vi...@users.noreply.github.com>
Authored: Wed May 25 08:29:20 2016 -0400
Committer: victor sosa <vi...@users.noreply.github.com>
Committed: Wed May 25 08:29:20 2016 -0400

----------------------------------------------------------------------
 core/src/main/resources/template/xhtml/styles.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/c70f2409/core/src/main/resources/template/xhtml/styles.css
----------------------------------------------------------------------
diff --git a/core/src/main/resources/template/xhtml/styles.css b/core/src/main/resources/template/xhtml/styles.css
index fce6563..4cc1d35 100644
--- a/core/src/main/resources/template/xhtml/styles.css
+++ b/core/src/main/resources/template/xhtml/styles.css
@@ -34,8 +34,9 @@
 .tdCheckboxInput {text-align:left; vertical-align:top;}
 .tdCheckboxErrorMessage {text-align:left; vertical-align:top;}
 .tdErrorMessage {text-align:center; vertical-align:top;}
-.tdInput {text-align:left;}
 .formButton {text-align:right;}
+.tdInput {text-align:left;}
+
 
 .align-center{text-align:center;}
 .align-right{text-align:right;}