javascript - Bootstrap Input group not the same? -
So, I'm running the example of signin, and I do not know that I was wandering. Here's a picture when I run my code locally, I get the top picture in my browser - but the example of the bootstrap site looks like the second one, which I want. What am I missing?
Cheers,
Simon
Here is the code I am using, as well:
Custom CSS in the example entry form is embedded in the page.
body {padding-top: 40px; Padding-down: 40px; Background-color: #EE; } .form-signin {max-width: 330px; Padding: 15px; Margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox {margin-bottom: 10px; } .form-signin .checkbox {font-weight: normal; } .form-signin .form-control {status: relative; Height: auto; -WebKit-box-size: border-box; -MOZ Box-Size: border-box; Box-size: border-box; Padding: 10px; Font-size: 16px; } .form-signin .form-control: focus {z-index: 2; } .form-signin input [type = "email"] {margin-down: -1px; Border-bottom right-radius: 0; Border-bottom-left-radius: 0; } .form-signin input [type = "password"] {margin-down: 10px; Border-top-left-radius: 0; Border-top right-radius: 0; }
Comments
Post a Comment