##// END OF EJS Templates
Incorporate CSS from select2-bootstrap-css & its license information....
Bradley M. Kuhn -
r4130:15e50704 rhodecode-2.2.5-gpl
parent child Browse files
Show More
@@ -0,0 +1,115 b''
1 /**
2 * Select2 Bootstrap CSS 1.0
3 * Compatible with select2 3.3.2 and bootstrap 2.3.1
4 * MIT License
5 */
6 .select2-container {
7 vertical-align: middle;
8 }
9 .select2-container.input-mini {
10 width: 60px;
11 }
12 .select2-container.input-small {
13 width: 90px;
14 }
15 .select2-container.input-medium {
16 width: 150px;
17 }
18 .select2-container.input-large {
19 width: 210px;
20 }
21 .select2-container.input-xlarge {
22 width: 270px;
23 }
24 .select2-container.input-xxlarge {
25 width: 530px;
26 }
27 .select2-container.input-default {
28 width: 220px;
29 }
30 .select2-container[class*="span"] {
31 float: none;
32 margin-left: 0;
33 }
34
35 .select2-container .select2-choice,
36 .select2-container-multi .select2-choices {
37 height: 28px;
38 line-height: 29px;
39 border: 1px solid #cccccc;
40 -webkit-border-radius: 4px;
41 -moz-border-radius: 4px;
42 border-radius: 4px;
43 background: none;
44 background-color: white;
45 filter: none;
46 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
47 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
48 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
49 }
50
51 .select2-container .select2-choice div, .select2-container .select2-choice .select2-arrow,
52 .select2-container.select2-container-disabled .select2-choice div,
53 .select2-container.select2-container-disabled .select2-choice .select2-arrow {
54 border-left: none;
55 background: none;
56 filter: none;
57 }
58
59 .control-group.error [class^="select2-choice"] {
60 border-color: #b94a48;
61 }
62
63 .select2-container-multi .select2-choices .select2-search-field {
64 height: 28px;
65 line-height: 27px;
66 }
67
68 .select2-drop.select2-drop-active,
69 .select2-container-active .select2-choice,
70 .select2-container-multi.select2-container-active .select2-choices {
71 border-color: rgba(82, 168, 236, 0.8);
72 border-color: #ccc\0;
73 outline: none;
74 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
75 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
76 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
77 }
78
79 [class^="input-"] .select2-container {
80 font-size: 14px;
81 }
82
83 .input-prepend [class^="select2-choice"] {
84 border-top-left-radius: 0;
85 border-bottom-left-radius: 0;
86 }
87
88 .input-append [class^="select2-choice"] {
89 border-top-right-radius: 0;
90 border-bottom-right-radius: 0;
91 }
92
93 .select2-dropdown-open [class^="select2-choice"] {
94 border-bottom-left-radius: 0;
95 border-bottom-right-radius: 0;
96 }
97
98 .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
99 border-top-left-radius: 0;
100 border-top-right-radius: 0;
101 }
102
103 [class^="input-"] .select2-offscreen {
104 position: absolute;
105 }
106
107 /**
108 * This stops the quick flash when a native selectbox is shown and
109 * then replaced by a select2 input when javascript kicks in. This can be
110 * removed if javascript is not present
111 */
112 select.select2 {
113 height: 28px;
114 visibility: hidden;
115 }
@@ -1,110 +1,124 b''
1 Third-Party Code Included Herein
1 Third-Party Code Included Herein
2 ================================
2 ================================
3
3
4 Various third-party code under GPLv3-compatible licenses is included as part
4 Various third-party code under GPLv3-compatible licenses is included as part
5 of Kallithea.
5 of Kallithea.
6
6
7
7
8
8
9 Bootstrap
9 Bootstrap
10 ---------
10 ---------
11
11
12 Kallithea incorporates parts of the Javascript system called
12 Kallithea incorporates parts of the Javascript system called
13 [Bootstrap](http://getbootstrap.com/), which is:
13 [Bootstrap](http://getbootstrap.com/), which is:
14
14
15 Copyright © 2012 Twitter, Inc.
15 Copyright © 2012 Twitter, Inc.
16
16
17 and licensed under
17 and licensed under
18 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
18 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
19
19
20 A copy of the Apache License 2.0 is also included in this distribution in its
20 A copy of the Apache License 2.0 is also included in this distribution in its
21 entirety in the file Apache-License-2.0.txt
21 entirety in the file Apache-License-2.0.txt
22
22
23
23
24
24
25 Codemirror
25 Codemirror
26 ----------
26 ----------
27
27
28 Kallithea incorporates parts of the Javascript system called
28 Kallithea incorporates parts of the Javascript system called
29 [Codemirror](http://codemirror.net/), which is primarily:
29 [Codemirror](http://codemirror.net/), which is primarily:
30
30
31 Copyright &copy; 2013 by Marijn Haverbeke <marijnh@gmail.com>
31 Copyright &copy; 2013 by Marijn Haverbeke <marijnh@gmail.com>
32
32
33 and licensed under the MIT-permissive license, which is
33 and licensed under the MIT-permissive license, which is
34 [included in this distribution](MIT-Permissive-License.txt).
34 [included in this distribution](MIT-Permissive-License.txt).
35
35
36 Additional files from upstream Codemirror are copyrighted by various authors
36 Additional files from upstream Codemirror are copyrighted by various authors
37 and licensed under other permissive licenses. The sub-directories under
37 and licensed under other permissive licenses. The sub-directories under
38 [.../public/js/mode/](rhodecode/public/js/mode) include the copyright and
38 [.../public/js/mode/](rhodecode/public/js/mode) include the copyright and
39 license notice and information as they appeared in Codemirror's upstream
39 license notice and information as they appeared in Codemirror's upstream
40 release.
40 release.
41
41
42
42
43
43
44 jQuery
44 jQuery
45 ------
45 ------
46
46
47 Kallithea incorporates the Javascript system called
47 Kallithea incorporates the Javascript system called
48 [jQuery](http://jquery.org/),
48 [jQuery](http://jquery.org/),
49 [herein](rhodecode/public/js/jquery-1.10.2.min.js), and the Corresponding
49 [herein](rhodecode/public/js/jquery-1.10.2.min.js), and the Corresponding
50 Source can be found in https://github.com/jquery/jquery at tag 1.10.2
50 Source can be found in https://github.com/jquery/jquery at tag 1.10.2
51 (mirrored at https://kallithea-scm.org/repos/mirror/jquery/files/1.10.2/ ).
51 (mirrored at https://kallithea-scm.org/repos/mirror/jquery/files/1.10.2/ ).
52
52
53 It is Copyright 2013 jQuery Foundation and other contributors http://jquery.com/ and is under an
53 It is Copyright 2013 jQuery Foundation and other contributors http://jquery.com/ and is under an
54 [MIT-permissive license](MIT-Permissive-License.txt).
54 [MIT-permissive license](MIT-Permissive-License.txt).
55
55
56
56
57
57
58 Mousetrap
58 Mousetrap
59 ---------
59 ---------
60
60
61 Kallithea incorporates parts of the Javascript system called
61 Kallithea incorporates parts of the Javascript system called
62 [Mousetrap](http://craig.is/killing/mice/), which is:
62 [Mousetrap](http://craig.is/killing/mice/), which is:
63
63
64 Copyright 2013 Craig Campbell
64 Copyright 2013 Craig Campbell
65
65
66 and licensed under
66 and licensed under
67 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
67 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
68
68
69 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
69 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
70 in this distribution.
70 in this distribution.
71
71
72
72
73
73
74 Mergely
74 Mergely
75 -------
75 -------
76
76
77 Kallithea incorporates some code from the Javascript system called
77 Kallithea incorporates some code from the Javascript system called
78 [Mergely](http://http://www.mergely.com/).
78 [Mergely](http://http://www.mergely.com/).
79 [Mergely's license](http://www.mergely.com/license.php), a
79 [Mergely's license](http://www.mergely.com/license.php), a
80 [copy of which is included in this repository](LICENSE-MERGELY.html),
80 [copy of which is included in this repository](LICENSE-MERGELY.html),
81 is (GPL|LGPL|MPL). Kallithea as GPLv3'd project chooses the GPL arm of that
81 is (GPL|LGPL|MPL). Kallithea as GPLv3'd project chooses the GPL arm of that
82 tri-license.
82 tri-license.
83
83
84
84
85
85
86 Select2
86 Select2
87 -------
87 -------
88
88
89 Kallithea incorporates parts of the Javascript system called
89 Kallithea incorporates parts of the Javascript system called
90 [Select2](http://ivaynberg.github.io/select2/), which is:
90 [Select2](http://ivaynberg.github.io/select2/), which is:
91
91
92 Copyright 2012 Igor Vaynberg (and probably others)
92 Copyright 2012 Igor Vaynberg (and probably others)
93
93
94 and is licensed [under the following license](https://github.com/ivaynberg/select2/blob/master/LICENSE):
94 and is licensed [under the following license](https://github.com/ivaynberg/select2/blob/master/LICENSE):
95
95
96 > This software is licensed under the Apache License, Version 2.0 (the
96 > This software is licensed under the Apache License, Version 2.0 (the
97 > "Apache License") or the GNU General Public License version 2 (the "GPL
97 > "Apache License") or the GNU General Public License version 2 (the "GPL
98 > License"). You may choose either license to govern your use of this
98 > License"). You may choose either license to govern your use of this
99 > software only upon the condition that you accept all of the terms of either
99 > software only upon the condition that you accept all of the terms of either
100 > the Apache License or the GPL License.
100 > the Apache License or the GPL License.
101
101
102 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
102 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
103 in this distribution.
103 in this distribution.
104
104
105 Kallithea will take the Apache license fork of the dual license, since
105 Kallithea will take the Apache license fork of the dual license, since
106 Kallithea is GPLv3'd.
106 Kallithea is GPLv3'd.
107
107
108
108
109
109
110 Select2-Bootstrap-CSS
111 ---------------------
112
113 Kallithea incorporates some CSS from a system called
114 [Select2-bootstrap-css](https://github.com/t0m/select2-bootstrap-css), which
115 is:
116
117 Copyright &copy; 2013 Tom Terrace (and likely others)
118
119 and licensed under the MIT-permissive license, which is
120 [included in this distribution](MIT-Permissive-License.txt).
121
122
123
110 EOF
124 EOF
General Comments 0
You need to be logged in to leave comments. Login now