diff --git a/css/src/main.css b/css/src/main.css index 014275423..4eb9b9430 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -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 { diff --git a/views/create.html b/views/create.html index 490ff6f65..67b61b85e 100644 --- a/views/create.html +++ b/views/create.html @@ -25,7 +25,6 @@