Port of blueprint commit 889b8e51abaaba47ba8bda2d63450859ac9c725f
Author: Christian Montoya <sirokai@gmail.com> Date: Wed Sep 29 15:57:48 2010 -0400 Added .alert as synonym for .error
This commit is contained in:
parent
b57e7cbd8b
commit
386910ea6c
@ -3,6 +3,7 @@
|
||||
@mixin blueprint-interaction {
|
||||
.feedback { @include feedback-base; }
|
||||
.error { @include error(feedback); }
|
||||
.alert { @extend .error; }
|
||||
.notice { @include notice(feedback); }
|
||||
.success { @include success(feedback); }
|
||||
.info { @include info(feedback); }
|
||||
|
@ -664,16 +664,16 @@ input.span-24, textarea.span-24, select.span-24 {
|
||||
.showgrid {
|
||||
background: url('/images/grid.png?busted=true'); }
|
||||
|
||||
.feedback, .error, .notice, .success, .info {
|
||||
.feedback, .error, .alert, .notice, .success, .info {
|
||||
padding: 0.8em;
|
||||
margin-bottom: 1em;
|
||||
border: 2px solid #dddddd; }
|
||||
|
||||
.error {
|
||||
.error, .alert {
|
||||
background: #fbe3e4;
|
||||
color: #8a1f11;
|
||||
border-color: #fbc2c4; }
|
||||
.error a {
|
||||
.error a, .alert a {
|
||||
color: #8a1f11; }
|
||||
|
||||
.notice {
|
||||
|
@ -1,13 +1,13 @@
|
||||
.feedback, .error, .notice, .success, .info {
|
||||
.feedback, .error, .alert, .notice, .success, .info {
|
||||
padding: 0.8em;
|
||||
margin-bottom: 1em;
|
||||
border: 2px solid #dddddd; }
|
||||
|
||||
.error {
|
||||
.error, .alert {
|
||||
background: #fbe3e4;
|
||||
color: #8a1f11;
|
||||
border-color: #fbc2c4; }
|
||||
.error a {
|
||||
.error a, .alert a {
|
||||
color: #8a1f11; }
|
||||
|
||||
.notice {
|
||||
|
Loading…
Reference in New Issue
Block a user