add notification on input

This commit is contained in:
bechi 2014-12-05 17:30:10 -03:00
commit b2f1d48b34
2 changed files with 39 additions and 20 deletions

View file

@ -1644,6 +1644,22 @@ a.text-warning:hover {color: #FD7262;}
/*/////////////////////////////////////////////////*/
.createProfile .icon-input {
position: absolute;
right: 10px;
top: 11px;
}
.createProfile .icon-input i {
font-size: 14px;
position: relative;
color: #fff;
margin-right: 14px;
border: none;
box-shadow: none;
top: 2px;
}
.createProfile .input, .home .input {
box-shadow: 0px 0px 0px 3px #213140, inset 1px 1px 0px 0px rgba(0,0,0,0.05);
border-radius: 3px;