fixed the width rules for add tag button.

This commit is contained in:
Saman Bemel-Benrud
2013-05-16 17:53:39 -04:00
parent 0e2c7c4b3e
commit bf982c5c9d
+1 -2
View File
@@ -1436,8 +1436,7 @@ div.combobox {
/* Adding form fields to tag editor */
.inspector-inner .add-tag {
width: -webkit-calc(50% - 20px);
width: calc(50% - 20px);
width: 40%;
height: 30px;
border-top: 0;
background: rgba(0,0,0,.5);