diff --git a/source/nuPickers/Shared/ListPicker/ListPickerEditor.css b/source/nuPickers/Shared/ListPicker/ListPickerEditor.css index 4c5ad4e..abfd7df 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,23 @@ background-color:transparent; } -.list-picker .placeholders li { - border:1px dashed #ccc; -} + .list-picker .button-add-multiple { + border-left: 1px solid #ccc; + left: 43.2%; + width: 41px; + height: 30px; + top: 1px; + line-height: 30px; + } + .list-picker .button-add-multiple-positioner { + width: 48%; + min-height: 30px; + line-height: 30px; + display: inline; + } + .list-picker .placeholders li { + border: 1px dashed #ccc; + } /*