luci-theme-openwrt: add some style fixes for interface badges

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich 2016-02-10 00:47:37 +01:00
parent cd85ef388c
commit 76041e7f99

View file

@ -925,9 +925,19 @@ div.cbi-tab-descr {
.ifacebadge {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 2px;
padding: 1px 2px;
margin-left: 2px;
display: inline-block;
cursor: default;
white-space: nowrap;
font-size: 11px;
border-radius: 3px;
}
.ifacebadge img {
width: 16px;
height: 16px;
vertical-align: middle;
}
.ifacebadge-active {