css for configuration pane
This commit is contained in:
		| @@ -176,6 +176,11 @@ div.content > div.tab-content table.nd_floatinghead thead { | ||||
|   padding-left: 25px; | ||||
| } | ||||
|  | ||||
| .table .nd_icon-right { | ||||
|   margin-right: 18px; | ||||
|   z-index: 1; | ||||
| } | ||||
|  | ||||
| /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ | ||||
| /* styles to position table cell content */ | ||||
|  | ||||
| @@ -283,8 +288,8 @@ td > form.nd_inline-form { | ||||
|   color: black; | ||||
| } | ||||
|  | ||||
| /* port power control */ | ||||
| .nd_power-icon { | ||||
| /* port power control and help icon */ | ||||
| .nd_pointer-icon { | ||||
|   cursor: pointer; | ||||
| } | ||||
|  | ||||
| @@ -345,6 +350,18 @@ td > form.nd_inline-form { | ||||
|   color: #555; | ||||
| } | ||||
|  | ||||
| .nd_help-left { | ||||
|   float: left; | ||||
|   margin-top: -1px; | ||||
|   margin-left: -24px; | ||||
|   cursor: pointer; | ||||
|   color: #999; | ||||
| } | ||||
|  | ||||
| .nd_text-icon-right { | ||||
|   padding-right: 30px !important; | ||||
| } | ||||
|  | ||||
| /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ | ||||
| /* styles for sidebar placement and sizing */ | ||||
|  | ||||
|   | ||||
| @@ -118,7 +118,7 @@ $(document).ready(function() { | ||||
|   }); | ||||
|  | ||||
|   // activity for port up/down control, power enable/disable control | ||||
|   $('#ports_pane').on('click', '.icon-hand-up,.icon-hand-down,.nd_power-icon', function() { | ||||
|   $('#ports_pane').on('click', '.icon-hand-up,.icon-hand-down,.nd_pointer-icon', function() { | ||||
|     var clicked = this; // create a closure | ||||
|     $('#nd_portlog').one('hidden', function() { | ||||
|       port_control(clicked); // save | ||||
|   | ||||
		Reference in New Issue
	
	Block a user