From edd9d2cb9c37c7a1fb46965644ca0c9ac5e5e818 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sun, 15 Feb 2015 21:53:14 +0000 Subject: [PATCH] Fix Inject node handling of day selection Fixes #564 --- nodes/core/core/20-inject.html | 265 ++++++++++++++++----------------- public/style.css | 10 -- 2 files changed, 131 insertions(+), 144 deletions(-) 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 @@ }