fix icon placement in editable device port cells
This commit is contained in:
@@ -158,9 +158,14 @@ div.content > div.tab-content table.nd_floatinghead thead {
|
||||
/* nudge cell content to the right when port_control controls are enabled */
|
||||
.nd_editable-cell > .nd_this-port-only {
|
||||
margin-left: 18px;
|
||||
margin-right: 18px;
|
||||
}
|
||||
.nd_editable-cell > .nd_port-only-first {
|
||||
margin-left: 9px;
|
||||
}
|
||||
|
||||
.nd_editable-cell > .nd_editable-cell-content {
|
||||
margin-left: 18px;
|
||||
margin-right: 18px;
|
||||
}
|
||||
.table .nd_nudge-for-icon {
|
||||
padding-left: 25px;
|
||||
@@ -265,7 +270,7 @@ td > form.nd_inline-form {
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
float: left;
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.nd_log-icon:hover, .nd_log-icon:focus {
|
||||
|
||||
Reference in New Issue
Block a user