aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-03 21:43:53 -0700
committerMark Otto <[email protected]>2011-10-03 21:43:53 -0700
commit948c59ddb39af2086efeb5c39b3e6b18e8bcb75f (patch)
tree2c56f1c91e53adac9293967a6eae3097f20f3874 /bootstrap.css
parent0caa484aebebc68f0bfe5dda20e19c4059769859 (diff)
downloadbootstrap-948c59ddb39af2086efeb5c39b3e6b18e8bcb75f.tar.xz
bootstrap-948c59ddb39af2086efeb5c39b3e6b18e8bcb75f.zip
resolve issue with form fields and errors causing no space between fields with consecutive errors; needs more work, but will address later
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/bootstrap.css b/bootstrap.css
index f1a5cc7d3..d5a05d9fd 100644
--- a/bootstrap.css
+++ b/bootstrap.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: Thu Sep 22 12:52:42 PDT 2011
+ * Date: Mon Oct 3 21:43:20 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).
@@ -173,7 +173,7 @@ textarea {
/* Variables.less
* Variables to customize the look and feel of Bootstrap
* ----------------------------------------------------- */
-/* Variables.less
+/* Mixins.less
* Snippets of reusable CSS to develop faster and keep code readable
* ----------------------------------------------------------------- */
/*
@@ -719,30 +719,30 @@ input[type=file]:focus, input[type=checkbox]:focus, select:focus {
box-shadow: none;
outline: 1px dotted #666;
}
-form div.clearfix.error {
+form .clearfix.error {
background: #fae5e3;
padding: 10px 0;
- margin: -10px 0 10px;
+ margin: 10px 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
-form div.clearfix.error > label, form div.clearfix.error span.help-inline, form div.clearfix.error span.help-block {
+form .clearfix.error > label, form .clearfix.error span.help-inline, form .clearfix.error span.help-block {
color: #9d261d;
}
-form div.clearfix.error input, form div.clearfix.error textarea {
+form .clearfix.error input, form .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.clearfix.error input:focus, form div.clearfix.error textarea:focus {
+form .clearfix.error input:focus, form .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.clearfix.error .input-prepend span.add-on, form div.clearfix.error .input-append span.add-on {
+form .clearfix.error .input-prepend span.add-on, form .clearfix.error .input-append span.add-on {
background: #f4c8c5;
border-color: #c87872;
color: #b9554d;