Upload All
This commit is contained in:
15
public/themes/krajee-uni/theme.css
Executable file
15
public/themes/krajee-uni/theme.css
Executable 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;
|
||||
}
|
15
public/themes/krajee-uni/theme.js
Executable file
15
public/themes/krajee-uni/theme.js
Executable 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: '★',
|
||||
emptyStar: '☆',
|
||||
clearButton: '⊝'
|
||||
};
|
||||
})(window.jQuery);
|
7
public/themes/krajee-uni/theme.min.css
vendored
Executable file
7
public/themes/krajee-uni/theme.min.css
vendored
Executable 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
7
public/themes/krajee-uni/theme.min.js
vendored
Executable 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:"★",emptyStar:"☆",clearButton:"⊝"}}(window.jQuery);
|
Reference in New Issue
Block a user