diff --git a/dev-app/app.html b/dev-app/app.html index 6e1021f0..7ec49253 100644 --- a/dev-app/app.html +++ b/dev-app/app.html @@ -24,7 +24,7 @@ state="${link.isActive ? 'active' : ''}" > - + diff --git a/dev-app/routes/components/forms/add-remove/properties/index.html b/dev-app/routes/components/forms/add-remove/properties/index.html index d81ae098..99cc7285 100644 --- a/dev-app/routes/components/forms/add-remove/properties/index.html +++ b/dev-app/routes/components/forms/add-remove/properties/index.html @@ -18,7 +18,16 @@ left-title & right-title - +
@@ -30,7 +39,15 @@ reorder - +
@@ -42,7 +59,13 @@ state disabled - +
@@ -54,7 +77,13 @@ state hidden - + diff --git a/package-lock.json b/package-lock.json index 27bb6735..6e72f77e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bindable-ui/bindable", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7c83294e..128244e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bindable-ui/bindable", "description": "An Aurelia component library", - "version": "1.0.12", + "version": "1.0.13", "repository": { "type": "git", "url": "https://github.com/bindable-ui/bindable" diff --git a/src/components/forms/select/c-form-add-remove/c-form-add-remove.html b/src/components/forms/select/c-form-add-remove/c-form-add-remove.html index 12b725f8..bc6d7b30 100644 --- a/src/components/forms/select/c-form-add-remove/c-form-add-remove.html +++ b/src/components/forms/select/c-form-add-remove/c-form-add-remove.html @@ -21,7 +21,7 @@ actions.bind="actionsLeft" > - +
@@ -64,8 +64,10 @@ actions.bind="actionsRight" > - -
+ +
+ +
${tipRightContent}
diff --git a/src/components/forms/select/c-form-select/c-form-select.css b/src/components/forms/select/c-form-select/c-form-select.css index bbb285a1..354054fa 100644 --- a/src/components/forms/select/c-form-select/c-form-select.css +++ b/src/components/forms/select/c-form-select/c-form-select.css @@ -157,10 +157,10 @@ select.error{ .loader{ position: absolute; - top: 0; + top: 60px; bottom: 0; width: 100%; - min-height: 120px; + min-height: 109px; } .loading-more{