Phone node icon is a little phone handset
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
* Better handling of MIBs home location in deploy script
|
* Better handling of MIBs home location in deploy script
|
||||||
* Port filter in device port display is now highlighted green
|
* Port filter in device port display is now highlighted green
|
||||||
* Navbar search is fuzzier
|
* Navbar search is fuzzier
|
||||||
|
* Phone node icon is a little phone handset
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
|
|||||||
@@ -322,6 +322,11 @@ form .clearfix.success input {
|
|||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inputs-list i {
|
||||||
|
margin-right: 5px;
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
/* nudge content closer to the header labels in the sidebar */
|
/* nudge content closer to the header labels in the sidebar */
|
||||||
.inputs-list li:first-child {
|
.inputs-list li:first-child {
|
||||||
padding-top: 3px !important;
|
padding-top: 3px !important;
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
<span class="label label-info">B</span> Blocking
|
<span class="label label-info">B</span> Blocking
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span class="label">P</span> IP Phone
|
<i class="icon-phone icon-large"></i> IP Phone
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span class="label label-important">N</span> Neighbor Inacessible
|
<span class="label label-important">N</span> Neighbor Inacessible
|
||||||
|
|||||||
Reference in New Issue
Block a user