fix width of sidebar fields

This commit is contained in:
Oliver Gorwits
2013-09-22 14:57:51 +01:00
parent 79591e3998
commit 5f028adc47

View File

@@ -399,7 +399,7 @@ td > form.nd_inline-form {
/* fixup for prepended checkbox in sidebar */ /* fixup for prepended checkbox in sidebar */
.nd_searchcheckbox { .nd_searchcheckbox {
width: 123px; width: 121px;
padding-left: 8px; padding-left: 8px;
cursor: pointer; cursor: pointer;
} }
@@ -435,7 +435,7 @@ td > form.nd_inline-form {
/* placement of form field in sidebar */ /* placement of form field in sidebar */
.nd_side-input { .nd_side-input {
margin-left: -3px; margin-left: -3px;
width: 152px; width: 151px;
} }
/* placement of form field in sidebar */ /* placement of form field in sidebar */