some fixes to sidebar css

This commit is contained in:
Oliver Gorwits
2014-06-12 14:54:09 +01:00
parent 82b5c9c485
commit 298e7cd892
5 changed files with 16 additions and 9 deletions

View File

@@ -97,7 +97,7 @@
<li>
<em class="muted">Show Ports with Status:</em><br/>
<div class="clearfix">
<select class="nd_side-select" size="4" multiple="on" name="port_state"/>
<select id="nd_port-state-select" size="4" multiple="on" name="port_state"/>
<option selected="selected" value="up">Link Up</option>
<option selected="selected" value="free">Port Free</option>
<option selected="selected" value="down">Link Down</option>

View File

@@ -1,5 +1,5 @@
<p class="nd_sidebar-title"><em>NetBIOS Search Options</em></p>
<p class="nd_sidebar-title"><em>NetBIOS Domain</em></p>
<div class="clearfix">
<select class="nd_side-select nd_colored-input" size="[% domain_list.size > 8 ? 8 : domain_list.size %]"
multiple="on" name="domain"

View File

@@ -1,5 +1,5 @@
<p class="nd_sidebar-title"><em>SSID Search Options</em></p>
<p class="nd_sidebar-title"><em>Details by SSID</em></p>
<div class="clearfix">
<select class="nd_side-select nd_colored-input" size="[% ssid_list.size > 8 ? 8 : ssid_list.size %]"
multiple="on" name="ssid"

View File

@@ -30,7 +30,7 @@
</label>
</div>
<div class="clearfix input-prepend">
<label class="add-on">
<label class="add-on nd_sidebar-legend">
<input type="checkbox" id="node_partial"
name="partial"[% ' checked="checked"' IF params.partial %]/>
</label>