Review remove-btn in input-tag

This commit is contained in:
Tankred Hase 2014-09-16 13:43:14 +02:00
parent 43858b1927
commit 37d7f76f75
1 changed files with 3 additions and 3 deletions

View File

@ -23,13 +23,13 @@
cursor: default;
.remove-button {
position: relative;
font-weight: bold;
font-size: 1.2em;
vertical-align: middle;
line-height: 0.5em;
cursor: pointer;
position: relative;
left: 4px;
left: 3px;
}
}
.tags .input {
@ -86,4 +86,4 @@
}
}
}
}
}