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:
+4
-2
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user