aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-15 12:53:35 -0800
committerMark Otto <[email protected]>2012-01-15 12:53:35 -0800
commitf43f2c0ea269e72251e7f858b44ccef966d079af (patch)
treef7af1d72f9a4ace87baf77c1afb50c5c7ded7f90 /bootstrap.css
parent6077b7678c8d21eeb4bc33bbfede20a4cc41fa11 (diff)
downloadbootstrap-f43f2c0ea269e72251e7f858b44ccef966d079af.tar.xz
bootstrap-f43f2c0ea269e72251e7f858b44ccef966d079af.zip
fix grid sized horizontal form layout
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 798f808b3..a57618dc0 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: Sun Jan 15 11:41:37 PST 2012
+ * Date: Sun Jan 15 12:53:17 PST 2012
*/
html, body {
margin: 0;
@@ -965,15 +965,15 @@ input::-webkit-input-placeholder {
}
.form-horizontal .control-group > label {
float: left;
- width: 120px;
+ width: 140px;
padding-top: 5px;
text-align: right;
}
.form-horizontal .controls {
- margin-left: 140px;
+ margin-left: 160px;
}
.form-horizontal .form-actions {
- padding-left: 140px;
+ padding-left: 160px;
}
table {
width: 100%;