css for configuration pane

This commit is contained in:
Oliver Gorwits
2014-06-24 22:42:45 +01:00
parent 62c53a5e49
commit e45fa89c44
4 changed files with 23 additions and 6 deletions

View File

@@ -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 */