Commit 7147dbda authored by David Stutz's avatar David Stutz

Bower and copyright notes.

parent 48434650
...@@ -25,7 +25,7 @@ This project is dual licensed under the Apache License, Version 2.0 and the BSD ...@@ -25,7 +25,7 @@ This project is dual licensed under the Apache License, Version 2.0 and the BSD
### Apache License, Version 2.0 ### Apache License, Version 2.0
Copyright 2012, 2013 David Stutz Copyright 2012 - 2014 David Stutz
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
...@@ -35,7 +35,7 @@ Unless required by applicable law or agreed to in writing, software distributed ...@@ -35,7 +35,7 @@ Unless required by applicable law or agreed to in writing, software distributed
### BSD 3-Clause License ### BSD 3-Clause License
Copyright (c) 2012, 2013 David Stutz Copyright (c) 2012 - 2014 David Stutz
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
......
...@@ -6,5 +6,6 @@ ...@@ -6,5 +6,6 @@
"./css/bootstrap-multiselect.css" "./css/bootstrap-multiselect.css"
], ],
"dependencies": { "dependencies": {
"jquery": ">= 1.11.0"
} }
} }
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:bold}.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:bold}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:normal}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type="checkbox"]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px} .multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}
\ No newline at end of file \ No newline at end of file
...@@ -2071,7 +2071,7 @@ $("#multiselect").multiselect('dataprovider', data); ...@@ -2071,7 +2071,7 @@ $("#multiselect").multiselect('dataprovider', data);
<div class="container"> <div class="container">
<hr> <hr>
<p> <p>
&copy; 2012, 2013 &copy; 2012 - 2014
<a href="http://davidstutz.de">David Stutz</a> - dual licensed: <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>, <a href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a> <a href="http://davidstutz.de">David Stutz</a> - dual licensed: <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>, <a href="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a>
</p> </p>
</div> </div>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* bootstrap-multiselect.js * bootstrap-multiselect.js
* https://github.com/davidstutz/bootstrap-multiselect * https://github.com/davidstutz/bootstrap-multiselect
* *
* Copyright 2012, 2013 David Stutz * Copyright 2012 - 2014 David Stutz
* *
* Dual licensed under the BSD-3-Clause and the Apache License, Version 2.0. * Dual licensed under the BSD-3-Clause and the Apache License, Version 2.0.
*/ */
......
/**
* bootstrap-multiselect.less
* https://github.com/davidstutz/bootstrap-multiselect
*
* Copyright 2012 - 2014 David Stutz
*
* Dual licensed under the BSD-3-Clause and the Apache License, Version 2.0.
*/
.multiselect-container { .multiselect-container {
position: absolute; position: absolute;
list-style-type: none; list-style-type: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment