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; cursor: default;
.remove-button { .remove-button {
position: relative;
font-weight: bold; font-weight: bold;
font-size: 1.2em; font-size: 1.2em;
vertical-align: middle; vertical-align: middle;
line-height: 0.5em; line-height: 0.5em;
cursor: pointer; cursor: pointer;
position: relative; left: 3px;
left: 4px;
} }
} }
.tags .input { .tags .input {