webui: Makes the .availability-label border-radius fit in with the border a bit better

Makes the .availability-label border-radius fit in with the border a bit better
This commit is contained in:
Bennett Blodinger
2017-09-15 15:59:18 -04:00
committed by Neil Lathwood
parent b4d804f2ac
commit 25bb27c39e

View File

@@ -1943,6 +1943,7 @@ label {
}
.availability-label {
border-radius: 0 .25em 0 .25em;
float:right;
margin:-8px;
}