mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
fix grid sized horizontal form layout
This commit is contained in:
8
bootstrap.css
vendored
8
bootstrap.css
vendored
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user