Refs #526 - Update to Bootstrap 2.1

This commit is contained in:
Ben Word
2012-08-20 19:51:11 -05:00
parent 27efb74b44
commit dc386dd611
44 changed files with 1450 additions and 753 deletions

View File

@@ -1,7 +1,11 @@
// ALERT STYLES
// ------------
//
// Alerts
// --------------------------------------------------
// Base styles
// -------------------------
// Base alert styles
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: @baseLineHeight;
@@ -11,8 +15,8 @@
.border-radius(4px);
color: @warningText;
}
.alert-heading {
color: inherit;
.alert h4 {
margin: 0;
}
// Adjust close link position
@@ -20,15 +24,16 @@
position: relative;
top: -2px;
right: -21px;
line-height: 18px;
line-height: @baseLineHeight;
}
// Alternate styles
// ----------------
// -------------------------
.alert-success {
background-color: @successBackground;
border-color: @successBorder;
border-color: @successBorder;
color: @successText;
}
.alert-danger,
@@ -43,8 +48,10 @@
color: @infoText;
}
// Block alerts
// ------------------------
// -------------------------
.alert-block {
padding-top: 14px;
padding-bottom: 14px;