##// END OF EJS Templates
front-end: use select2-bootstrap-css 1.4 ... which needs tweaking for positioning of Repositories and Switch To drop-downs
Mads Kiilerich -
r7824:3d6994af default
parent child Browse files
Show More
@@ -19,6 +19,7 b''
19 > .select2-chosen {
19 > .select2-chosen {
20 margin-right: inherit; // don't leave room for .select2-arrow
20 margin-right: inherit; // don't leave room for .select2-arrow
21 line-height: inherit;
21 line-height: inherit;
22 padding: 0;
22 }
23 }
23 > .select2-arrow {
24 > .select2-arrow {
24 display: none;
25 display: none;
@@ -849,9 +849,9 b''
849 "integrity": "sha1-8oGUibvGX9bTKL5yu+K5XdfofP4="
849 "integrity": "sha1-8oGUibvGX9bTKL5yu+K5XdfofP4="
850 },
850 },
851 "select2-bootstrap-css": {
851 "select2-bootstrap-css": {
852 "version": "1.2.4",
852 "version": "1.4.6",
853 "resolved": "https://registry.npmjs.org/select2-bootstrap-css/-/select2-bootstrap-css-1.2.4.tgz",
853 "resolved": "https://registry.npmjs.org/select2-bootstrap-css/-/select2-bootstrap-css-1.4.6.tgz",
854 "integrity": "sha1-80VzTzwYEEklokT/SCHTnCWZ3ok="
854 "integrity": "sha1-XPtoJG9SmcoYWOAe/XiIBMc0mX4="
855 },
855 },
856 "semver": {
856 "semver": {
857 "version": "5.7.1",
857 "version": "5.7.1",
@@ -11,7 +11,7 b''
11 "jquery.caret": "0.3.1",
11 "jquery.caret": "0.3.1",
12 "jquery.flot": "0.8.3",
12 "jquery.flot": "0.8.3",
13 "select2": "3.5.1",
13 "select2": "3.5.1",
14 "select2-bootstrap-css": "1.2.4"
14 "select2-bootstrap-css": "1.4.6"
15 },
15 },
16 "devDependencies": {
16 "devDependencies": {
17 "less": "3.10.3",
17 "less": "3.10.3",
General Comments 0
You need to be logged in to leave comments. Login now