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/08/23 03:20:00 UTC

[20/35] git commit: Simplify markup for dismiss all button

Simplify markup for dismiss all button


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

Branch: refs/heads/master
Commit: 51664b40527a87bc86c7c76804c8441e2f12588b
Parents: 1ada5d1
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 22 17:01:16 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 22 17:01:16 2013 -0700

----------------------------------------------------------------------
 .../src/main/coffeescript/META-INF/modules/t5/core/alert.coffee  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/51664b40/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
index 40af15f..3ac723d 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
@@ -66,8 +66,8 @@ define ["./dom", "./console", "./messages", "./ajax", "underscore", "./bootstrap
 
       if (outer.attribute "data-show-dismiss-all") is "true"
         outer.append """
-         <div class="btn-group-xs pull-right">
-            <button class="btn btn-mini btn-default" data-action="dismiss-all">
+         <div class="pull-right">
+            <button class="btn btn-xs btn-default" data-action="dismiss-all">
               #{glyph "remove"}
               #{messages "core-dismiss-label"}
             </button>