]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
restore alerts, and make them suck much less
authorMark Otto <otto@github.com>
Wed, 16 Jan 2013 23:16:04 +0000 (15:16 -0800)
committerMark Otto <otto@github.com>
Wed, 16 Jan 2013 23:16:04 +0000 (15:16 -0800)
docs/assets/css/bootstrap.css
docs/assets/css/docs.css
less/alerts.less
less/bootstrap.less
less/close.less

index b9865ee09a975a02143b13d21feeeadfcee8110f..b00f7a4e8d6285bfc8588ae2a754763cdb332731 100644 (file)
@@ -2550,8 +2550,8 @@ fieldset[disabled] .btn-link:hover {
   color: #000;
   text-decoration: none;
   cursor: pointer;
-  opacity: 0.4;
-  filter: alpha(opacity=40);
+  opacity: 0.5;
+  filter: alpha(opacity=50);
 }
 
 button.close {
@@ -4058,6 +4058,62 @@ button.close {
   border-right-width: 0;
 }
 
+.alert {
+  padding: 8px 35px 8px 14px;
+  margin-bottom: 20px;
+  color: #c09853;
+  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+  background-color: #fcf8e3;
+  border: 1px solid #fbeed5;
+  border-radius: 4px;
+}
+
+.alert h4 {
+  margin-top: 0;
+  color: inherit;
+}
+
+.alert .close {
+  position: relative;
+  top: -2px;
+  right: -21px;
+  line-height: 20px;
+  color: inherit;
+}
+
+.alert-success {
+  color: #468847;
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+}
+
+.alert-danger,
+.alert-error {
+  color: #b94a48;
+  background-color: #f2dede;
+  border-color: #eed3d7;
+}
+
+.alert-info {
+  color: #3a87ad;
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+}
+
+.alert-block {
+  padding-top: 14px;
+  padding-bottom: 14px;
+}
+
+.alert-block > p,
+.alert-block > ul {
+  margin-bottom: 0;
+}
+
+.alert-block p + p {
+  margin-top: 5px;
+}
+
 .thumbnail {
   display: block;
   padding: 4px;
index 96bf2a8dcf1cd380fee4e3a73b8a26783451f383..38fd87a44375238b40904c5e19bc7e7e4008291a 100644 (file)
@@ -264,7 +264,8 @@ section > ul li {
 .bs-docs-example > select:last-child,
 .bs-docs-example > textarea:last-child,
 .bs-docs-example > .table:last-child,
-.bs-docs-example > .jumbotron:last-child {
+.bs-docs-example > .jumbotron:last-child,
+.bs-docs-example > .alert:last-child {
   margin-bottom: 0;
 }
 
index 34a830ce20fb348775b532c9e0c0517dce265e28..b76d810849ec5e3c1cd527c693a7f9ff3e17c627 100644 (file)
   padding: 8px 35px 8px 14px;
   margin-bottom: @line-height-base;
   text-shadow: 0 1px 0 rgba(255,255,255,.5);
+  color: @state-warning-text;
   background-color: @state-warning-background;
   border: 1px solid @state-warning-border;
   border-radius: @border-radius-base;
 }
-.alert,
 .alert h4 {
+  margin-top: 0;
   // Specified for the h4 to prevent conflicts of changing @headingsColor
-  color: @state-warning-text;
-}
-.alert h4 {
-  margin: 0;
+  color: inherit;
 }
 
 // Adjust close link position
@@ -29,9 +27,9 @@
   top: -2px;
   right: -21px;
   line-height: @line-height-base;
+  color: inherit;
 }
 
-
 // Alternate styles
 // -------------------------
 
   border-color: @state-success-border;
   color: @state-success-text;
 }
-.alert-success h4 {
-  color: @state-success-text;
-}
 .alert-danger,
 .alert-error {
   background-color: @state-error-background;
   border-color: @state-error-border;
   color: @state-error-text;
 }
-.alert-danger h4,
-.alert-error h4 {
-  color: @state-error-text;
-}
 .alert-info {
   background-color: @state-info-background;
   border-color: @state-info-border;
   color: @state-info-text;
 }
-.alert-info h4 {
-  color: @state-info-text;
-}
-
 
 // Block alerts
 // -------------------------
index a0a2e868a28546065cbb0d06b940123ae718f6f0..2fd0b843858749965da9f71cd0068dc2ad41ad47 100644 (file)
@@ -46,6 +46,7 @@
 @import "popovers.less";
 
 // Components: Misc
+@import "alerts.less";
 @import "thumbnails.less";
 @import "media.less";
 @import "badges.less";
index d0403f93ed525fd67ae4c7130fd2221edd377c47..cda5a24671baec7fa10f96370903950da82373c8 100644 (file)
@@ -15,7 +15,7 @@
     color: #000;
     text-decoration: none;
     cursor: pointer;
-    .opacity(40);
+    .opacity(50);
   }
 }