adminlte2-rails 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +3 -0
- data/README.md +19 -0
- data/lib/adminlte2/rails/version.rb +1 -1
- data/lib/generators/admin_lte_plugins/USAGE +28 -0
- data/lib/generators/admin_lte_plugins/admin_lte_plugins_generator.rb +100 -0
- data/lib/generators/admin_lte_plugins/templates/ChartJS/Chart.js +3457 -0
- data/lib/generators/admin_lte_plugins/templates/Sparkline/jquery.sparkline.js +3054 -0
- data/lib/generators/admin_lte_plugins/templates/bootstrap-slider/bootstrap-slider.js +1167 -0
- data/lib/generators/admin_lte_plugins/templates/bootstrap-slider/slider.css +169 -0
- data/lib/generators/admin_lte_plugins/templates/bootstrap-wysihtml5/bootstrap3-wysihtml5.css +102 -0
- data/lib/generators/admin_lte_plugins/templates/bootstrap-wysihtml5/bootstrap3-wysihtml5.js +350 -0
- data/lib/generators/admin_lte_plugins/templates/colorpicker/bootstrap-colorpicker.css +214 -0
- data/lib/generators/admin_lte_plugins/templates/colorpicker/bootstrap-colorpicker.js +949 -0
- data/lib/generators/admin_lte_plugins/templates/colorpicker/img/alpha-horizontal.png +0 -0
- data/lib/generators/admin_lte_plugins/templates/colorpicker/img/alpha.png +0 -0
- data/lib/generators/admin_lte_plugins/templates/colorpicker/img/hue-horizontal.png +0 -0
- data/lib/generators/admin_lte_plugins/templates/colorpicker/img/hue.png +0 -0
- data/lib/generators/admin_lte_plugins/templates/colorpicker/img/saturation.png +0 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/bootstrap-datepicker.js +1671 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/datepicker3.css +790 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.ar.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.az.js +12 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.bg.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.ca.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.cs.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.cy.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.da.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.de.js +17 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.el.js +13 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.es.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.et.js +18 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.fa.js +17 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.fi.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.fr.js +17 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.gl.js +11 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.he.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.hr.js +13 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.hu.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.id.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.is.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.it.js +17 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.ja.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.ka.js +17 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.kk.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.kr.js +13 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.lt.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.lv.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.mk.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.ms.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.nb.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.nl-BE.js +17 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.nl.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.no.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.pl.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.pt-BR.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.pt.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.ro.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.rs-latin.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.rs.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.ru.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.sk.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.sl.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.sq.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.sv.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.sw.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.th.js +14 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.tr.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.ua.js +15 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.vi.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.zh-CN.js +16 -0
- data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.zh-TW.js +17 -0
- data/lib/generators/admin_lte_plugins/templates/daterangepicker/daterangepicker-bs3.css +245 -0
- data/lib/generators/admin_lte_plugins/templates/daterangepicker/daterangepicker.js +883 -0
- data/lib/generators/admin_lte_plugins/templates/fullcalendar/fullcalendar.css +977 -0
- data/lib/generators/admin_lte_plugins/templates/fullcalendar/fullcalendar.js +9732 -0
- data/lib/generators/admin_lte_plugins/templates/fullcalendar/fullcalendar.print.css +202 -0
- data/lib/generators/admin_lte_plugins/templates/jVectorMap/jquery-jvectormap-1.2.2.css +40 -0
- data/lib/generators/admin_lte_plugins/templates/jVectorMap/jquery-jvectormap-1.2.2.min.js +8 -0
- data/lib/generators/admin_lte_plugins/templates/jVectorMap/jquery-jvectormap-world-mill-en.js +1 -0
- data/lib/generators/admin_lte_plugins/templates/knob/jquery.knob.js +805 -0
- data/lib/generators/admin_lte_plugins/templates/morris/morris.css +2 -0
- data/lib/generators/admin_lte_plugins/templates/morris/morris.js +1892 -0
- data/lib/generators/admin_lte_plugins/templates/pace/pace.js +2 -0
- data/lib/generators/admin_lte_plugins/templates/timepicker/bootstrap-timepicker.css +121 -0
- data/lib/generators/admin_lte_plugins/templates/timepicker/bootstrap-timepicker.js +903 -0
- metadata +83 -1
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* Macedonian translation for bootstrap-datepicker
|
3
|
+
* Marko Aleksic <psybaron@gmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['mk'] = {
|
7
|
+
days: ["Недела", "Понеделник", "Вторник", "Среда", "Четврток", "Петок", "Сабота", "Недела"],
|
8
|
+
daysShort: ["Нед", "Пон", "Вто", "Сре", "Чет", "Пет", "Саб", "Нед"],
|
9
|
+
daysMin: ["Не", "По", "Вт", "Ср", "Че", "Пе", "Са", "Не"],
|
10
|
+
months: ["Јануари", "Февруари", "Март", "Април", "Мај", "Јуни", "Јули", "Август", "Септември", "Октомври", "Ноември", "Декември"],
|
11
|
+
monthsShort: ["Јан", "Фев", "Мар", "Апр", "Мај", "Јун", "Јул", "Авг", "Сеп", "Окт", "Ное", "Дек"],
|
12
|
+
today: "Денес",
|
13
|
+
format: "dd.mm.yyyy"
|
14
|
+
};
|
15
|
+
}(jQuery));
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* Malay translation for bootstrap-datepicker
|
3
|
+
* Ateman Faiz <noorulfaiz@gmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['ms'] = {
|
7
|
+
days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu", "Ahad"],
|
8
|
+
daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab", "Aha"],
|
9
|
+
daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa", "Ah"],
|
10
|
+
months: ["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"],
|
11
|
+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"],
|
12
|
+
today: "Hari Ini"
|
13
|
+
};
|
14
|
+
}(jQuery));
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* Norwegian (bokmål) translation for bootstrap-datepicker
|
3
|
+
* Fredrik Sundmyhr <http://github.com/fsundmyhr>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['nb'] = {
|
7
|
+
days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
|
8
|
+
daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
|
9
|
+
daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
|
10
|
+
months: ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"],
|
11
|
+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"],
|
12
|
+
today: "I Dag"
|
13
|
+
};
|
14
|
+
}(jQuery));
|
data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.nl-BE.js
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* Belgium-Dutch translation for bootstrap-datepicker
|
3
|
+
* Julien Poulin <poulin_julien@hotmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['nl-BE'] = {
|
7
|
+
days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"],
|
8
|
+
daysShort: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
|
9
|
+
daysMin: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
|
10
|
+
months: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
|
11
|
+
monthsShort: ["Jan", "Feb", "Mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
12
|
+
today: "Vandaag",
|
13
|
+
clear: "Leegmaken",
|
14
|
+
weekStart: 1,
|
15
|
+
format: "dd/mm/yyyy"
|
16
|
+
};
|
17
|
+
}(jQuery));
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* Dutch translation for bootstrap-datepicker
|
3
|
+
* Reinier Goltstein <mrgoltstein@gmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['nl'] = {
|
7
|
+
days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"],
|
8
|
+
daysShort: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
|
9
|
+
daysMin: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
|
10
|
+
months: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
|
11
|
+
monthsShort: ["Jan", "Feb", "Mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
12
|
+
today: "Vandaag"
|
13
|
+
};
|
14
|
+
}(jQuery));
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* Norwegian translation for bootstrap-datepicker
|
3
|
+
**/
|
4
|
+
;(function($){
|
5
|
+
$.fn.datepicker.dates['no'] = {
|
6
|
+
days: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
|
7
|
+
daysShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
|
8
|
+
daysMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
|
9
|
+
months: ['Januar','Februar','Mars','April','Mai','Juni','Juli','August','September','Oktober','November','Desember'],
|
10
|
+
monthsShort: ['Jan','Feb','Mar','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Des'],
|
11
|
+
today: 'I dag',
|
12
|
+
clear: 'Nullstill',
|
13
|
+
weekStart: 1,
|
14
|
+
format: 'dd.mm.yyyy'
|
15
|
+
};
|
16
|
+
}(jQuery));
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* Polish translation for bootstrap-datepicker
|
3
|
+
* Robert <rtpm@gazeta.pl>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['pl'] = {
|
7
|
+
days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"],
|
8
|
+
daysShort: ["Nie", "Pn", "Wt", "Śr", "Czw", "Pt", "So", "Nie"],
|
9
|
+
daysMin: ["N", "Pn", "Wt", "Śr", "Cz", "Pt", "So", "N"],
|
10
|
+
months: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
|
11
|
+
monthsShort: ["Sty", "Lu", "Mar", "Kw", "Maj", "Cze", "Lip", "Sie", "Wrz", "Pa", "Lis", "Gru"],
|
12
|
+
today: "Dzisiaj",
|
13
|
+
weekStart: 1
|
14
|
+
};
|
15
|
+
}(jQuery));
|
data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.pt-BR.js
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* Brazilian translation for bootstrap-datepicker
|
3
|
+
* Cauan Cabral <cauan@radig.com.br>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['pt-BR'] = {
|
7
|
+
days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"],
|
8
|
+
daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"],
|
9
|
+
daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"],
|
10
|
+
months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
|
11
|
+
monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
|
12
|
+
today: "Hoje",
|
13
|
+
clear: "Limpar"
|
14
|
+
};
|
15
|
+
}(jQuery));
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* Portuguese translation for bootstrap-datepicker
|
3
|
+
* Original code: Cauan Cabral <cauan@radig.com.br>
|
4
|
+
* Tiago Melo <tiago.blackcode@gmail.com>
|
5
|
+
*/
|
6
|
+
;(function($){
|
7
|
+
$.fn.datepicker.dates['pt'] = {
|
8
|
+
days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"],
|
9
|
+
daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"],
|
10
|
+
daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"],
|
11
|
+
months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
|
12
|
+
monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
|
13
|
+
today: "Hoje",
|
14
|
+
clear: "Limpar"
|
15
|
+
};
|
16
|
+
}(jQuery));
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* Romanian translation for bootstrap-datepicker
|
3
|
+
* Cristian Vasile <cristi.mie@gmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['ro'] = {
|
7
|
+
days: ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă", "Duminică"],
|
8
|
+
daysShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm", "Dum"],
|
9
|
+
daysMin: ["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ", "Du"],
|
10
|
+
months: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"],
|
11
|
+
monthsShort: ["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
12
|
+
today: "Astăzi",
|
13
|
+
clear: "Șterge",
|
14
|
+
weekStart: 1
|
15
|
+
};
|
16
|
+
}(jQuery));
|
data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.rs-latin.js
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* Serbian latin translation for bootstrap-datepicker
|
3
|
+
* Bojan Milosavlević <milboj@gmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['rs-latin'] = {
|
7
|
+
days: ["Nedelja","Ponedeljak", "Utorak", "Sreda", "Četvrtak", "Petak", "Subota", "Nedelja"],
|
8
|
+
daysShort: ["Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub", "Ned"],
|
9
|
+
daysMin: ["N", "Po", "U", "Sr", "Č", "Pe", "Su", "N"],
|
10
|
+
months: ["Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"],
|
11
|
+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
|
12
|
+
today: "Danas"
|
13
|
+
};
|
14
|
+
}(jQuery));
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* Serbian cyrillic translation for bootstrap-datepicker
|
3
|
+
* Bojan Milosavlević <milboj@gmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['rs'] = {
|
7
|
+
days: ["Недеља","Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота", "Недеља"],
|
8
|
+
daysShort: ["Нед", "Пон", "Уто", "Сре", "Чет", "Пет", "Суб", "Нед"],
|
9
|
+
daysMin: ["Н", "По", "У", "Ср", "Ч", "Пе", "Су", "Н"],
|
10
|
+
months: ["Јануар", "Фебруар", "Март", "Април", "Мај", "Јун", "Јул", "Август", "Септембар", "Октобар", "Новембар", "Децембар"],
|
11
|
+
monthsShort: ["Јан", "Феб", "Мар", "Апр", "Мај", "Јун", "Јул", "Авг", "Сеп", "Окт", "Нов", "Дец"],
|
12
|
+
today: "Данас"
|
13
|
+
};
|
14
|
+
}(jQuery));
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* Russian translation for bootstrap-datepicker
|
3
|
+
* Victor Taranenko <darwin@snowdale.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['ru'] = {
|
7
|
+
days: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота", "Воскресенье"],
|
8
|
+
daysShort: ["Вск", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Вск"],
|
9
|
+
daysMin: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Вс"],
|
10
|
+
months: ["Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"],
|
11
|
+
monthsShort: ["Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек"],
|
12
|
+
today: "Сегодня",
|
13
|
+
weekStart: 1
|
14
|
+
};
|
15
|
+
}(jQuery));
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* Slovak translation for bootstrap-datepicker
|
3
|
+
* Marek Lichtner <marek@licht.sk>
|
4
|
+
* Fixes by Michal Remiš <michal.remis@gmail.com>
|
5
|
+
*/
|
6
|
+
;(function($){
|
7
|
+
$.fn.datepicker.dates["sk"] = {
|
8
|
+
days: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota", "Nedeľa"],
|
9
|
+
daysShort: ["Ned", "Pon", "Uto", "Str", "Štv", "Pia", "Sob", "Ned"],
|
10
|
+
daysMin: ["Ne", "Po", "Ut", "St", "Št", "Pia", "So", "Ne"],
|
11
|
+
months: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"],
|
12
|
+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
13
|
+
today: "Dnes"
|
14
|
+
};
|
15
|
+
}(jQuery));
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* Slovene translation for bootstrap-datepicker
|
3
|
+
* Gregor Rudolf <gregor.rudolf@gmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['sl'] = {
|
7
|
+
days: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "Četrtek", "Petek", "Sobota", "Nedelja"],
|
8
|
+
daysShort: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob", "Ned"],
|
9
|
+
daysMin: ["Ne", "Po", "To", "Sr", "Če", "Pe", "So", "Ne"],
|
10
|
+
months: ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"],
|
11
|
+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
|
12
|
+
today: "Danes"
|
13
|
+
};
|
14
|
+
}(jQuery));
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* Albanian translation for bootstrap-datepicker
|
3
|
+
* Tomor Pupovci <http://www.github.com/ttomor>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['sq'] = {
|
7
|
+
days: ["E Diel", "E Hënë", "E martē", "E mërkurë", "E Enjte", "E Premte", "E Shtunë", "E Diel"],
|
8
|
+
daysShort: ["Die", "Hën", "Mar", "Mër", "Enj", "Pre", "Shtu", "Die"],
|
9
|
+
daysMin: ["Di", "Hë", "Ma", "Më", "En", "Pr", "Sht", "Di"],
|
10
|
+
months: ["Janar", "Shkurt", "Mars", "Prill", "Maj", "Qershor", "Korrik", "Gusht", "Shtator", "Tetor", "Nëntor", "Dhjetor"],
|
11
|
+
monthsShort: ["Jan", "Shk", "Mar", "Pri", "Maj", "Qer", "Korr", "Gu", "Sht", "Tet", "Nën", "Dhjet"],
|
12
|
+
today: "Sot"
|
13
|
+
};
|
14
|
+
}(jQuery));
|
15
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* Swedish translation for bootstrap-datepicker
|
3
|
+
* Patrik Ragnarsson <patrik@starkast.net>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['sv'] = {
|
7
|
+
days: ["Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag", "Söndag"],
|
8
|
+
daysShort: ["Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör", "Sön"],
|
9
|
+
daysMin: ["Sö", "Må", "Ti", "On", "To", "Fr", "Lö", "Sö"],
|
10
|
+
months: ["Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"],
|
11
|
+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
12
|
+
today: "Idag",
|
13
|
+
format: "yyyy-mm-dd",
|
14
|
+
weekStart: 1
|
15
|
+
};
|
16
|
+
}(jQuery));
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* Swahili translation for bootstrap-datepicker
|
3
|
+
* Edwin Mugendi <https://github.com/edwinmugendi>
|
4
|
+
* Source: http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=xnfaqyzcku
|
5
|
+
*/
|
6
|
+
;(function($){
|
7
|
+
$.fn.datepicker.dates['sw'] = {
|
8
|
+
days: ["Jumapili", "Jumatatu", "Jumanne", "Jumatano", "Alhamisi", "Ijumaa", "Jumamosi", "Jumapili"],
|
9
|
+
daysShort: ["J2", "J3", "J4", "J5", "Alh", "Ij", "J1", "J2"],
|
10
|
+
daysMin: ["2", "3", "4", "5", "A", "I", "1", "2"],
|
11
|
+
months: ["Januari", "Februari", "Machi", "Aprili", "Mei", "Juni", "Julai", "Agosti", "Septemba", "Oktoba", "Novemba", "Desemba"],
|
12
|
+
monthsShort: ["Jan", "Feb", "Mac", "Apr", "Mei", "Jun", "Jul", "Ago", "Sep", "Okt", "Nov", "Des"],
|
13
|
+
today: "Leo"
|
14
|
+
};
|
15
|
+
}(jQuery));
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* Thai translation for bootstrap-datepicker
|
3
|
+
* Suchau Jiraprapot <seroz24@gmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['th'] = {
|
7
|
+
days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"],
|
8
|
+
daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
|
9
|
+
daysMin: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
|
10
|
+
months: ["มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม"],
|
11
|
+
monthsShort: ["ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."],
|
12
|
+
today: "วันนี้"
|
13
|
+
};
|
14
|
+
}(jQuery));
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* Turkish translation for bootstrap-datepicker
|
3
|
+
* Serkan Algur <kaisercrazy_2@hotmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['tr'] = {
|
7
|
+
days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi", "Pazar"],
|
8
|
+
daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts", "Pz"],
|
9
|
+
daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct", "Pz"],
|
10
|
+
months: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"],
|
11
|
+
monthsShort: ["Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara"],
|
12
|
+
today: "Bugün",
|
13
|
+
format: "dd.mm.yyyy"
|
14
|
+
};
|
15
|
+
}(jQuery));
|
16
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* Ukrainian translation for bootstrap-datepicker
|
3
|
+
* Igor Polynets
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['ua'] = {
|
7
|
+
days: ["Неділя", "Понеділок", "Вівторок", "Середа", "Четвер", "П'ятница", "Субота", "Неділя"],
|
8
|
+
daysShort: ["Нед", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Нед"],
|
9
|
+
daysMin: ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Нд"],
|
10
|
+
months: ["Cічень", "Лютий", "Березень", "Квітень", "Травень", "Червень", "Липень", "Серпень", "Вересень", "Жовтень", "Листопад", "Грудень"],
|
11
|
+
monthsShort: ["Січ", "Лют", "Бер", "Кві", "Тра", "Чер", "Лип", "Сер", "Вер", "Жов", "Лис", "Гру"],
|
12
|
+
today: "Сьогодні",
|
13
|
+
weekStart: 1
|
14
|
+
};
|
15
|
+
}(jQuery));
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* Vietnamese translation for bootstrap-datepicker
|
3
|
+
* An Vo <https://github.com/anvoz/>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['vi'] = {
|
7
|
+
days: ["Chủ nhật", "Thứ hai", "Thứ ba", "Thứ tư", "Thứ năm", "Thứ sáu", "Thứ bảy", "Chủ nhật"],
|
8
|
+
daysShort: ["CN", "Thứ 2", "Thứ 3", "Thứ 4", "Thứ 5", "Thứ 6", "Thứ 7", "CN"],
|
9
|
+
daysMin: ["CN", "T2", "T3", "T4", "T5", "T6", "T7", "CN"],
|
10
|
+
months: ["Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6", "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12"],
|
11
|
+
monthsShort: ["Th1", "Th2", "Th3", "Th4", "Th5", "Th6", "Th7", "Th8", "Th9", "Th10", "Th11", "Th12"],
|
12
|
+
today: "Hôm nay",
|
13
|
+
clear: "Xóa",
|
14
|
+
format: "dd/mm/yyyy"
|
15
|
+
};
|
16
|
+
}(jQuery));
|
data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.zh-CN.js
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* Simplified Chinese translation for bootstrap-datepicker
|
3
|
+
* Yuan Cheung <advanimal@gmail.com>
|
4
|
+
*/
|
5
|
+
;(function($){
|
6
|
+
$.fn.datepicker.dates['zh-CN'] = {
|
7
|
+
days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
|
8
|
+
daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
|
9
|
+
daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
|
10
|
+
months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
|
11
|
+
monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
|
12
|
+
today: "今日",
|
13
|
+
format: "yyyy年mm月dd日",
|
14
|
+
weekStart: 1
|
15
|
+
};
|
16
|
+
}(jQuery));
|
data/lib/generators/admin_lte_plugins/templates/datepicker/locales/bootstrap-datepicker.zh-TW.js
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* Traditional Chinese translation for bootstrap-datepicker
|
3
|
+
* Rung-Sheng Jang <daniel@i-trend.co.cc>
|
4
|
+
* FrankWu <frankwu100@gmail.com> Fix more appropriate use of Traditional Chinese habit
|
5
|
+
*/
|
6
|
+
;(function($){
|
7
|
+
$.fn.datepicker.dates['zh-TW'] = {
|
8
|
+
days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
|
9
|
+
daysShort: ["週日", "週一", "週二", "週三", "週四", "週五", "週六", "週日"],
|
10
|
+
daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
|
11
|
+
months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
|
12
|
+
monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
|
13
|
+
today: "今天",
|
14
|
+
format: "yyyy年mm月dd日",
|
15
|
+
weekStart: 1
|
16
|
+
};
|
17
|
+
}(jQuery));
|
@@ -0,0 +1,245 @@
|
|
1
|
+
/*!
|
2
|
+
* Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
|
3
|
+
*
|
4
|
+
* Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
|
5
|
+
* Licensed under the Apache License v2.0
|
6
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
7
|
+
*
|
8
|
+
* Built for http://www.improvely.com
|
9
|
+
*/
|
10
|
+
|
11
|
+
.daterangepicker.dropdown-menu {
|
12
|
+
max-width: none;
|
13
|
+
z-index: 3000;
|
14
|
+
}
|
15
|
+
|
16
|
+
.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
|
17
|
+
float: left;
|
18
|
+
margin: 4px;
|
19
|
+
}
|
20
|
+
|
21
|
+
.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
|
22
|
+
float: right;
|
23
|
+
margin: 4px;
|
24
|
+
}
|
25
|
+
|
26
|
+
.daterangepicker .ranges {
|
27
|
+
width: 160px;
|
28
|
+
text-align: left;
|
29
|
+
}
|
30
|
+
|
31
|
+
.daterangepicker .ranges .range_inputs>div {
|
32
|
+
float: left;
|
33
|
+
}
|
34
|
+
|
35
|
+
.daterangepicker .ranges .range_inputs>div:nth-child(2) {
|
36
|
+
padding-left: 11px;
|
37
|
+
}
|
38
|
+
|
39
|
+
.daterangepicker .calendar {
|
40
|
+
display: none;
|
41
|
+
max-width: 270px;
|
42
|
+
}
|
43
|
+
|
44
|
+
.daterangepicker .calendar th, .daterangepicker .calendar td {
|
45
|
+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
46
|
+
white-space: nowrap;
|
47
|
+
text-align: center;
|
48
|
+
min-width: 32px;
|
49
|
+
}
|
50
|
+
|
51
|
+
.daterangepicker .ranges label {
|
52
|
+
color: #333;
|
53
|
+
display: block;
|
54
|
+
font-size: 11px;
|
55
|
+
font-weight: normal;
|
56
|
+
height: 20px;
|
57
|
+
line-height: 20px;
|
58
|
+
margin-bottom: 2px;
|
59
|
+
text-shadow: #fff 1px 1px 0px;
|
60
|
+
text-transform: uppercase;
|
61
|
+
width: 74px;
|
62
|
+
}
|
63
|
+
|
64
|
+
.daterangepicker .ranges input {
|
65
|
+
font-size: 11px;
|
66
|
+
}
|
67
|
+
|
68
|
+
.daterangepicker .ranges .input-mini {
|
69
|
+
background-color: #eee;
|
70
|
+
border: 1px solid #ccc;
|
71
|
+
border-radius: 4px;
|
72
|
+
color: #555;
|
73
|
+
display: block;
|
74
|
+
font-size: 11px;
|
75
|
+
height: 30px;
|
76
|
+
line-height: 30px;
|
77
|
+
vertical-align: middle;
|
78
|
+
margin: 0 0 10px 0;
|
79
|
+
padding: 0 6px;
|
80
|
+
width: 74px;
|
81
|
+
}
|
82
|
+
|
83
|
+
.daterangepicker .ranges ul {
|
84
|
+
list-style: none;
|
85
|
+
margin: 0;
|
86
|
+
padding: 0;
|
87
|
+
}
|
88
|
+
|
89
|
+
.daterangepicker .ranges li {
|
90
|
+
font-size: 13px;
|
91
|
+
background: #f5f5f5;
|
92
|
+
border: 1px solid #f5f5f5;
|
93
|
+
color: #08c;
|
94
|
+
padding: 3px 12px;
|
95
|
+
margin-bottom: 8px;
|
96
|
+
-webkit-border-radius: 5px;
|
97
|
+
-moz-border-radius: 5px;
|
98
|
+
border-radius: 5px;
|
99
|
+
cursor: pointer;
|
100
|
+
}
|
101
|
+
|
102
|
+
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
|
103
|
+
background: #08c;
|
104
|
+
border: 1px solid #08c;
|
105
|
+
color: #fff;
|
106
|
+
}
|
107
|
+
|
108
|
+
.daterangepicker .calendar-date {
|
109
|
+
border: 1px solid #ddd;
|
110
|
+
padding: 4px;
|
111
|
+
border-radius: 4px;
|
112
|
+
background: #fff;
|
113
|
+
}
|
114
|
+
|
115
|
+
.daterangepicker .calendar-time {
|
116
|
+
text-align: center;
|
117
|
+
margin: 8px auto 0 auto;
|
118
|
+
line-height: 30px;
|
119
|
+
}
|
120
|
+
|
121
|
+
.daterangepicker {
|
122
|
+
position: absolute;
|
123
|
+
background: #fff;
|
124
|
+
top: 100px;
|
125
|
+
left: 20px;
|
126
|
+
padding: 4px;
|
127
|
+
margin-top: 1px;
|
128
|
+
-webkit-border-radius: 4px;
|
129
|
+
-moz-border-radius: 4px;
|
130
|
+
border-radius: 4px;
|
131
|
+
}
|
132
|
+
|
133
|
+
.daterangepicker.opensleft:before {
|
134
|
+
position: absolute;
|
135
|
+
top: -7px;
|
136
|
+
right: 9px;
|
137
|
+
display: inline-block;
|
138
|
+
border-right: 7px solid transparent;
|
139
|
+
border-bottom: 7px solid #ccc;
|
140
|
+
border-left: 7px solid transparent;
|
141
|
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
142
|
+
content: '';
|
143
|
+
}
|
144
|
+
|
145
|
+
.daterangepicker.opensleft:after {
|
146
|
+
position: absolute;
|
147
|
+
top: -6px;
|
148
|
+
right: 10px;
|
149
|
+
display: inline-block;
|
150
|
+
border-right: 6px solid transparent;
|
151
|
+
border-bottom: 6px solid #fff;
|
152
|
+
border-left: 6px solid transparent;
|
153
|
+
content: '';
|
154
|
+
}
|
155
|
+
|
156
|
+
.daterangepicker.opensright:before {
|
157
|
+
position: absolute;
|
158
|
+
top: -7px;
|
159
|
+
left: 9px;
|
160
|
+
display: inline-block;
|
161
|
+
border-right: 7px solid transparent;
|
162
|
+
border-bottom: 7px solid #ccc;
|
163
|
+
border-left: 7px solid transparent;
|
164
|
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
165
|
+
content: '';
|
166
|
+
}
|
167
|
+
|
168
|
+
.daterangepicker.opensright:after {
|
169
|
+
position: absolute;
|
170
|
+
top: -6px;
|
171
|
+
left: 10px;
|
172
|
+
display: inline-block;
|
173
|
+
border-right: 6px solid transparent;
|
174
|
+
border-bottom: 6px solid #fff;
|
175
|
+
border-left: 6px solid transparent;
|
176
|
+
content: '';
|
177
|
+
}
|
178
|
+
|
179
|
+
.daterangepicker table {
|
180
|
+
width: 100%;
|
181
|
+
margin: 0;
|
182
|
+
}
|
183
|
+
|
184
|
+
.daterangepicker td, .daterangepicker th {
|
185
|
+
text-align: center;
|
186
|
+
width: 20px;
|
187
|
+
height: 20px;
|
188
|
+
-webkit-border-radius: 4px;
|
189
|
+
-moz-border-radius: 4px;
|
190
|
+
border-radius: 4px;
|
191
|
+
cursor: pointer;
|
192
|
+
white-space: nowrap;
|
193
|
+
}
|
194
|
+
|
195
|
+
.daterangepicker td.off {
|
196
|
+
color: #999;
|
197
|
+
}
|
198
|
+
|
199
|
+
.daterangepicker td.disabled {
|
200
|
+
color: #999;
|
201
|
+
}
|
202
|
+
|
203
|
+
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
|
204
|
+
background: #eee;
|
205
|
+
}
|
206
|
+
|
207
|
+
.daterangepicker td.in-range {
|
208
|
+
background: #ebf4f8;
|
209
|
+
-webkit-border-radius: 0;
|
210
|
+
-moz-border-radius: 0;
|
211
|
+
border-radius: 0;
|
212
|
+
}
|
213
|
+
|
214
|
+
.daterangepicker td.active, .daterangepicker td.active:hover {
|
215
|
+
background-color: #357ebd;
|
216
|
+
border-color: #3071a9;
|
217
|
+
color: #fff;
|
218
|
+
}
|
219
|
+
|
220
|
+
.daterangepicker td.week, .daterangepicker th.week {
|
221
|
+
font-size: 80%;
|
222
|
+
color: #ccc;
|
223
|
+
}
|
224
|
+
|
225
|
+
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
|
226
|
+
font-size: 12px;
|
227
|
+
padding: 1px;
|
228
|
+
height: auto;
|
229
|
+
margin: 0;
|
230
|
+
cursor: default;
|
231
|
+
}
|
232
|
+
|
233
|
+
.daterangepicker select.monthselect {
|
234
|
+
margin-right: 2%;
|
235
|
+
width: 56%;
|
236
|
+
}
|
237
|
+
|
238
|
+
.daterangepicker select.yearselect {
|
239
|
+
width: 40%;
|
240
|
+
}
|
241
|
+
|
242
|
+
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
|
243
|
+
width: 50px;
|
244
|
+
margin-bottom: 0;
|
245
|
+
}
|