Fix font of add tag button, fixes #314

This commit is contained in:
Tom MacWright
2013-01-04 16:20:15 -05:00
parent 62cdfdae2d
commit 15319e2e82

View File

@@ -538,6 +538,7 @@ button.Browse .label {
.inspector-inner .add-tag {
width: 50%;
height: 30px;
font-size: 100%;
border: 1px solid #ccc;
border-top: 0;
}