# HG changeset patch # User Mads Kiilerich # Date 1571613029 -7200 # Node ID 3d6994af1189559adfc0892cec95406f6bef1eb0 # Parent 8e4d8a0bfc8af95f7da9d68c93c82a04495830c8 front-end: use select2-bootstrap-css 1.4 ... which needs tweaking for positioning of Repositories and Switch To drop-downs diff -r 8e4d8a0bfc8a -r 3d6994af1189 kallithea/front-end/kallithea-select2.less --- a/kallithea/front-end/kallithea-select2.less Sat Nov 09 12:23:01 2019 +0100 +++ b/kallithea/front-end/kallithea-select2.less Mon Oct 21 01:10:29 2019 +0200 @@ -19,6 +19,7 @@ > .select2-chosen { margin-right: inherit; // don't leave room for .select2-arrow line-height: inherit; + padding: 0; } > .select2-arrow { display: none; diff -r 8e4d8a0bfc8a -r 3d6994af1189 kallithea/front-end/package-lock.json --- a/kallithea/front-end/package-lock.json Sat Nov 09 12:23:01 2019 +0100 +++ b/kallithea/front-end/package-lock.json Mon Oct 21 01:10:29 2019 +0200 @@ -849,9 +849,9 @@ "integrity": "sha1-8oGUibvGX9bTKL5yu+K5XdfofP4=" }, "select2-bootstrap-css": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/select2-bootstrap-css/-/select2-bootstrap-css-1.2.4.tgz", - "integrity": "sha1-80VzTzwYEEklokT/SCHTnCWZ3ok=" + "version": "1.4.6", + "resolved": "https://registry.npmjs.org/select2-bootstrap-css/-/select2-bootstrap-css-1.4.6.tgz", + "integrity": "sha1-XPtoJG9SmcoYWOAe/XiIBMc0mX4=" }, "semver": { "version": "5.7.1", diff -r 8e4d8a0bfc8a -r 3d6994af1189 kallithea/front-end/package.json --- a/kallithea/front-end/package.json Sat Nov 09 12:23:01 2019 +0100 +++ b/kallithea/front-end/package.json Mon Oct 21 01:10:29 2019 +0200 @@ -11,7 +11,7 @@ "jquery.caret": "0.3.1", "jquery.flot": "0.8.3", "select2": "3.5.1", - "select2-bootstrap-css": "1.2.4" + "select2-bootstrap-css": "1.4.6" }, "devDependencies": { "less": "3.10.3",