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:19:56 UTC

[16/35] git commit: Fix up the layout of the the Alert dismiss button, make it extra small

Fix up the layout of the the Alert dismiss button, make it extra small


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

Branch: refs/heads/master
Commit: 3f92d1f1a4ed6cc9d41f3609ff26a98cd033b397
Parents: 9175ac3
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 22 16:08:47 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 22 16:08:47 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/3f92d1f1/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 2499dbf..12de2ae 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,12 +66,12 @@ define ["./dom", "./console", "./messages", "./ajax", "underscore"],
 
       if (outer.attribute "data-show-dismiss-all") is "true"
         outer.append """
-          <div class="row">
-            <button class="btn btn-mini pull-right" data-action="dismiss-all">
+         <div class="btn-group-xs pull-right">
+            <button class="btn btn-mini btn-default" data-action="dismiss-all">
               <strong>&times;</strong>
               #{messages "core-dismiss-label"}
             </button>
-         </div>
+          </div>
          """
 
       outer.on "click", "[data-action=dismiss-all]", ->