fix input icon
This commit is contained in:
parent
0dc533d1b9
commit
1ba0adc499
5 changed files with 11 additions and 9 deletions
|
|
@ -945,7 +945,7 @@ input[type=date], input[type=datetime-local], input[type=datetime], input[type=e
|
|||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
padding-left: 45px;
|
||||
padding-left: 0.5rem;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
|
@ -1222,7 +1222,7 @@ label.postfix, a.postfix {
|
|||
|
||||
.input { position: relative;}
|
||||
|
||||
.createProfile .input i, .home .input i {
|
||||
.createProfile .input i, .home .input i, .import-profile .input i, .input.block i {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
|
|
@ -1240,8 +1240,13 @@ label.postfix, a.postfix {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.send input[type=text], .send input[type=number], .send textarea {
|
||||
padding: 0.5rem;
|
||||
.createProfile input[type=email],
|
||||
.createProfile input[type=text],
|
||||
.createProfile input[type=password],
|
||||
.home input[type=email],
|
||||
.home input[type=password],
|
||||
.import-profile input[type=password] {
|
||||
padding-left: 45px;
|
||||
}
|
||||
|
||||
.icon-input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue