aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-11 21:43:23 -0700
committerMark Otto <[email protected]>2011-09-11 21:43:23 -0700
commitc73533ac73c5bed6f35576e8db2945ec11acb11c (patch)
treecab8c6487063553defa278580112ed65f86fbd68 /bootstrap-1.3.0.css
parent0afba3867d8d52178faa43434b94e2e9a1b1c5bd (diff)
downloadbootstrap-c73533ac73c5bed6f35576e8db2945ec11acb11c.tar.xz
bootstrap-c73533ac73c5bed6f35576e8db2945ec11acb11c.zip
fix problem with error styles in forms that clashed with alert-messages by qualifying the .error with .clearfix
Diffstat (limited to 'bootstrap-1.3.0.css')
-rw-r--r--bootstrap-1.3.0.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css
index 1a1d870f4..9b4cf1d73 100644
--- a/bootstrap-1.3.0.css
+++ b/bootstrap-1.3.0.css
@@ -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:11:10 PDT 2011
+ * Date: Sun Sep 11 21:42:35 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).
@@ -814,7 +814,7 @@ input[type=file]:focus, input[type=checkbox]:focus, select:focus {
box-shadow: none;
outline: 1px dotted #666;
}
-form div.error {
+form div.clearfix.error {
background: #fae5e3;
padding: 10px 0;
margin: -10px 0 10px;
@@ -822,22 +822,22 @@ form div.error {
-moz-border-radius: 4px;
border-radius: 4px;
}
-form div.error > label, form div.error span.help-inline, form div.error span.help-block {
+form div.clearfix.error > label, form div.clearfix.error span.help-inline, form div.clearfix.error span.help-block {
color: #9d261d;
}
-form div.error input, form div.error textarea {
+form div.clearfix.error input, form div.clearfix.error textarea {
border-color: #c87872;
-webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
-moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
-form div.error input:focus, form div.error textarea:focus {
+form div.clearfix.error input:focus, form div.clearfix.error textarea:focus {
border-color: #b9554d;
-webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
-moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
-form div.error .input-prepend span.add-on, form div.error .input-append span.add-on {
+form div.clearfix.error .input-prepend span.add-on, form div.clearfix.error .input-append span.add-on {
background: #f4c8c5;
border-color: #c87872;
color: #b9554d;
@@ -1128,7 +1128,7 @@ textarea[readonly] {
font-weight: normal;
padding-top: 0;
}
-.form-stacked div.error {
+.form-stacked div.clearfix.error {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;