fixes for netmap style

This commit is contained in:
Oliver Gorwits
2018-04-18 22:11:35 +01:00
parent ea592c6b28
commit 1c2c3e1f09
2 changed files with 3 additions and 3 deletions

View File

@@ -464,7 +464,7 @@ td > form.nd_inline-form {
vertical-align: text-bottom; vertical-align: text-bottom;
} }
#nd_vlan-entry { #nd_vlan-entry {
width: 53px; width: 45px;
} }
/* netmap maximise icon */ /* netmap maximise icon */
@@ -687,7 +687,7 @@ form .clearfix.success input {
.nd_netmap-sidebar { .nd_netmap-sidebar {
margin-top: 0px; margin-top: 0px;
margin-left: -8px; margin-left: -5px;
} }
.nd_netmap-sidebar > .input-prepend { .nd_netmap-sidebar > .input-prepend {

View File

@@ -16,7 +16,7 @@
[% 'checked="checked"' IF vars.sidebar_defaults.device_netmap.showips %] [% 'checked="checked"' IF vars.sidebar_defaults.device_netmap.showips %]
data-toggle="toggle" data-size="small" data-width="30" data-toggle="toggle" data-size="small" data-width="30"
data-on="Show" data-off=" " data-onstyle="success"> data-on="Show" data-off=" " data-onstyle="success">
<span onclick="$('#nd_showips').bootstrapToggle('toggle')">&nbsp;Management IPs</span> <span onclick="$('#nd_showips').bootstrapToggle('toggle')">&nbsp;Management IP</span>
</label> </label>
</div> </div>
<div class="checkbox pull-left"> <div class="checkbox pull-left">