Upload All

This commit is contained in:
Alan
2018-02-26 14:09:18 +08:00
parent 42d3a3fc46
commit 46257f08b0
1024 changed files with 204324 additions and 0 deletions

View File

@ -0,0 +1,15 @@
/*!
* Krajee Unicode Theme styling for bootstrap-star-rating.
* This file must be loaded after 'star-rating.css'.
*
* @see http://github.com/kartik-v/bootstrap-star-rating
* @author Kartik Visweswaran <kartikv2@gmail.com>
*/
.theme-krajee-uni .star {
font-size: 1.3em;
margin: 0;
}
.theme-krajee-uni .caption {
margin-top: 0;
}

View File

@ -0,0 +1,15 @@
/*!
* Krajee Unicode Theme configuration for bootstrap-star-rating.
* This file must be loaded after 'star-rating.js'.
*
* @see http://github.com/kartik-v/bootstrap-star-rating
* @author Kartik Visweswaran <kartikv2@gmail.com>
*/
(function ($) {
"use strict";
$.fn.ratingThemes['krajee-uni'] = {
filledStar: '&#x2605;',
emptyStar: '&#x2606;',
clearButton: '&#x229d;'
};
})(window.jQuery);

7
public/themes/krajee-uni/theme.min.css vendored Executable file
View File

@ -0,0 +1,7 @@
/*!
* Krajee Unicode Theme styling for bootstrap-star-rating.
* This file must be loaded after 'star-rating.css'.
*
* @see http://github.com/kartik-v/bootstrap-star-rating
* @author Kartik Visweswaran <kartikv2@gmail.com>
*/.theme-krajee-uni .star{font-size:1.3em;margin:0}.theme-krajee-uni .caption{margin-top:0}

7
public/themes/krajee-uni/theme.min.js vendored Executable file
View File

@ -0,0 +1,7 @@
/*!
* Krajee Unicode Theme configuration for bootstrap-star-rating.
* This file must be loaded after 'star-rating.js'.
*
* @see http://github.com/kartik-v/bootstrap-star-rating
* @author Kartik Visweswaran <kartikv2@gmail.com>
*/!function(e){"use strict";e.fn.ratingThemes["krajee-uni"]={filledStar:"&#x2605;",emptyStar:"&#x2606;",clearButton:"&#x229d;"}}(window.jQuery);