From a98b2ee2c6bfc5d58f886826e873e310cef1aa7d Mon Sep 17 00:00:00 2001 From: Rasmus Fjord Date: Tue, 2 Apr 2019 08:20:47 +0200 Subject: [PATCH 1/3] [nuPickers] multiple add method --- .../Shared/ListPicker/ListPickerEditor.css | 20 +- .../ListPicker/ListPickerEditorController.js | 263 ++++++++++-------- .../PrefetchListPickerEditor.html | 45 +-- 3 files changed, 191 insertions(+), 137 deletions(-) diff --git a/source/nuPickers/Shared/ListPicker/ListPickerEditor.css b/source/nuPickers/Shared/ListPicker/ListPickerEditor.css index 4c5ad4e..f046008 100644 --- a/source/nuPickers/Shared/ListPicker/ListPickerEditor.css +++ b/source/nuPickers/Shared/ListPicker/ListPickerEditor.css @@ -13,6 +13,7 @@ .list-picker .text-input-bar { border: 1px solid transparent; padding-bottom:1px; + position: relative; } .list-picker .text-input-bar input { @@ -90,9 +91,22 @@ background-color:transparent; } -.list-picker .placeholders li { - border:1px dashed #ccc; -} + .list-picker .button-add-multiple { + border-left: 1px solid #ccc; + left: 43%; + width: 48px; + height: 30px; + top: 1px; + line-height: 30px; + } + .list-picker button-add-multiple-positioner { + width: 48%; + min-height: 30px; + line-height: 30px; + } + .list-picker .placeholders li { + border: 1px dashed #ccc; + } /*