]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change modal buttons back to be primary first
authorMark Otto <mark.otto@twitter.com>
Mon, 12 Sep 2011 05:02:26 +0000 (22:02 -0700)
committerMark Otto <mark.otto@twitter.com>
Mon, 12 Sep 2011 05:02:26 +0000 (22:02 -0700)
bootstrap-1.3.0.css
bootstrap-1.3.0.min.css
docs/index.html
lib/patterns.less

index 9b4cf1d73ff30d54b74dab6c4d582f3e99d9f4f1..e4b74d6fe265e307328a5bb8cdf3fa39caa89aac 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Sep 11 21:42:35 PDT 2011
+ * Date: Sun Sep 11 22:02:16 PDT 2011
  */
 /* Reset.less
  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here      that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -2113,7 +2113,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
   box-shadow: inset 0 1px 0 #ffffff;
   zoom: 1;
   margin-bottom: 0;
-  text-align: right;
 }
 .modal-footer:before, .modal-footer:after {
   display: table;
@@ -2125,6 +2124,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
   clear: both;
 }
 .modal-footer .btn {
+  float: right;
   margin-left: 5px;
 }
 .twipsy {
index b97a2e0a3464aeafa108cc5e614a564d807b1623..adbcc16b485c46f83127b9409947008599a5f59a 100644 (file)
@@ -299,9 +299,9 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
 .modal.fade.in{top:50%;}
 .modal-header{border-bottom:1px solid #eee;padding:5px 15px;}
 .modal-body{padding:15px;}
-.modal-footer{background-color:#f5f5f5;padding:14px 15px 15px;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;zoom:1;margin-bottom:0;text-align:right;}.modal-footer:before,.modal-footer:after{display:table;content:"";zoom:1;*display:inline;}
+.modal-footer{background-color:#f5f5f5;padding:14px 15px 15px;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;zoom:1;margin-bottom:0;}.modal-footer:before,.modal-footer:after{display:table;content:"";zoom:1;*display:inline;}
 .modal-footer:after{clear:both;}
-.modal-footer .btn{margin-left:5px;}
+.modal-footer .btn{float:right;margin-left:5px;}
 .twipsy{display:block;position:absolute;visibility:visible;padding:5px;font-size:11px;z-index:1000;filter:alpha(opacity=80);-khtml-opacity:0.8;-moz-opacity:0.8;opacity:0.8;}.twipsy.fade.in{filter:alpha(opacity=80);-khtml-opacity:0.8;-moz-opacity:0.8;opacity:0.8;}
 .twipsy.above .twipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
 .twipsy.left .twipsy-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
index 29ffa80bddb782009cb59e967d9a343ccd007c02..6c509603292304a385b453d6784bd48b28f79bfe 100644 (file)
             <p>One fine body…</p>
           </div>
           <div class="modal-footer">
-            <a href="#" class="btn secondary">Secondary</a>
             <a href="#" class="btn primary">Primary</a>
+            <a href="#" class="btn secondary">Secondary</a>
           </div>
         </div>
       </div>
index 4fb1558e5e633d6123a390a1df0de48ad116375e..46c1b1cbd589f40832cc55cba73cf55b7b43a99c 100644 (file)
@@ -779,8 +779,8 @@ input[type=submit].btn {
   .box-shadow(inset 0 1px 0 #fff);
   .clearfix();
   margin-bottom: 0;
-  text-align: right;
   .btn {
+    float: right;
     margin-left: 5px;
   }
 }