Merge pull request #122 from whiteout-io/dev/mv-remove-btn

move remove-button a bit to the right
This commit is contained in:
Tankred Hase 2014-09-16 13:43:38 +02:00
commit e29f083c60
1 changed files with 3 additions and 1 deletions

View File

@ -23,11 +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;
left: 3px;
} }
} }
.tags .input { .tags .input {
@ -84,4 +86,4 @@
} }
} }
} }
} }