remove thumb icons for edit submit

This commit is contained in:
Oliver Gorwits
2012-11-25 17:02:06 +00:00
parent aa115a6cdf
commit 532f000c97
4 changed files with 22 additions and 45 deletions

View File

@@ -95,7 +95,7 @@ body {
/* special placing for edit icon in details tab */
.nd_device_details_edit {
margin-left: -18px;
float: right !important;
font-size: 14px;
}
@@ -106,13 +106,6 @@ body {
display: none;
}
/* port admin VLAN control */
.nd_thumb_icon {
cursor: pointer;
float: right;
display: none;
}
/* placement of port link when port admin hint is enabled */
.nd_editable_cell > .nd_this_port_only {
margin-left: 18px;
@@ -121,11 +114,6 @@ body {
margin-left: 18px;
}
/* placement of thumb for editable submit */
.center_cell > .nd_thumb_icon {
margin-left: -18px;
}
/* style of editable content in table */
[contenteditable]:focus {
background: #FFFFD3 !important;