diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-10 00:47:37 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-10 00:47:37 +0100 |
commit | 76041e7f996c8baf7468fa49bc90538fc2e3741a (patch) | |
tree | d28ef5e974254366abdf0c42ce2b836d70eb7795 /themes/luci-theme-openwrt | |
parent | cd85ef388cfb9134e3de490ff5d395f593783f8c (diff) |
luci-theme-openwrt: add some style fixes for interface badges
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'themes/luci-theme-openwrt')
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index 4a6877fa9..c5ee58fff 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -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 { |