diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index 5f8750ec3..f51d21dc0 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -44,7 +44,6 @@ @@ -115,9 +125,18 @@ .inject-time-row select { margin: 3px 0; } - //.inject-time-days { - // width: 262px; - //} + .inject-time-days label { + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: top; + width: 100px; + } + .inject-time-days input { + width: auto; + } .inject-time-times { width: 90px; } @@ -135,12 +154,17 @@ }