You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/09/05 01:00:29 UTC

[3/6] git commit: Optimize the CSS slightly

Optimize the CSS slightly


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

Branch: refs/heads/master
Commit: e745efe574c9a1fdf9a75541b84315f87c5d4018
Parents: 345443d
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Sep 4 15:04:39 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Sep 4 15:04:39 2013 -0700

----------------------------------------------------------------------
 .../main/resources/META-INF/assets/tapestry5/tapestry.css    | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e745efe5/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry.css
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry.css b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry.css
index f8a9a6f..c7d47eb 100644
--- a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry.css
+++ b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry.css
@@ -2,16 +2,12 @@
    examples include server-side validation, or autocompletion. An Ajax "throbber" is displayed
    on the right side of the field. */
 input.ajax-wait {
-    background-image: url(ajax-loader.gif);
-    background-repeat: no-repeat;
-    background-position: center right;
+    background: url(ajax-loader.gif) no-repeat center right;
 }
 
 th[data-grid-column-sort] a {
     padding-right: 20px;
-    background-position: right;
-    background-repeat: no-repeat;
-    background-image: url(../core/sortable.png);
+    background: url(../core/sortable.png) no-repeat right;
 }
 
 th[data-grid-column-sort=ascending] a {