2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

append checkbox to password input #36

This commit is contained in:
Jacob Thornton
2011-08-22 21:51:17 -07:00
parent 899c6f8d12
commit 40aba9ca1d
3 changed files with 12 additions and 7 deletions
+4 -2
View File
@@ -236,7 +236,8 @@ form {
// Allow us to put symbols and text within the input field for a cleaner look
.input-prepend,
.input-append {
input[type=text] {
input[type=text],
input[type=password] {
.border-radius(0 3px 3px 0);
}
.add-on {
@@ -269,7 +270,8 @@ form {
}
.input-append {
input[type=text] {
input[type=text],
input[type=password] {
float: left;
.border-radius(3px 0 0 3px);
}