css fixes

This commit is contained in:
Oliver Gorwits
2014-06-30 21:30:26 +01:00
parent 755fc92c59
commit 6e2d5a4b48
3 changed files with 21 additions and 6 deletions

View File

@@ -368,9 +368,9 @@ td > form.nd_inline-form {
color: #999;
}
.nd_text-icon-right {
padding-right: 30px !important;
vertical-align: middle !important;
table .nd_text-icon-right {
padding-right: 30px;
vertical-align: middle;
}
.nd_padded-cell-left {
@@ -378,10 +378,25 @@ td > form.nd_inline-form {
padding-left: 5px;
}
.nd_padded-cell-left input {
.nd_padded-cell-left input, .nd_padded-cell-left textarea {
font-family: monospace;
}
table .nd_inner-table-setting {
padding: 0px;
border: 0px;
}
table .nd_inner-table-value {
padding: 0px;
border: 0px;
width: 100%;
}
table .nd_conf-inner-border {
border-color: #dddddd;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* styles for sidebar placement and sizing */