mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
fixes #9697
This commit is contained in:
parent
771ac3207e
commit
6965c12e30
@ -47,8 +47,12 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<form class="navbar-form navbar-right">
|
<form class="navbar-form navbar-right">
|
||||||
<input type="text" placeholder="Email" class="form-control">
|
<div class="form-group">
|
||||||
<input type="password" placeholder="Password" class="form-control">
|
<input type="text" placeholder="Email" class="form-control">
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<input type="password" placeholder="Password" class="form-control">
|
||||||
|
</div>
|
||||||
<button type="submit" class="btn">Sign in</button>
|
<button type="submit" class="btn">Sign in</button>
|
||||||
</form>
|
</form>
|
||||||
</div><!--/.navbar-collapse -->
|
</div><!--/.navbar-collapse -->
|
||||||
|
@ -4,12 +4,6 @@ body {
|
|||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set widths on the navbar form inputs since otherwise they're 100% wide */
|
|
||||||
.navbar-form input[type="text"],
|
|
||||||
.navbar-form input[type="password"] {
|
|
||||||
width: 180px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Wrapping element */
|
/* Wrapping element */
|
||||||
/* Set some basic padding to keep content from hitting the edges */
|
/* Set some basic padding to keep content from hitting the edges */
|
||||||
.body-content {
|
.body-content {
|
||||||
|
Loading…
Reference in New Issue
Block a user