rails_adminlte2 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.rspec +2 -0
- data/.travis.yml +4 -0
- data/CODE_OF_CONDUCT.md +49 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +56 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/rails_adminlte2/engine.rb +6 -0
- data/lib/rails_adminlte2/version.rb +3 -0
- data/lib/rails_adminlte2.rb +7 -0
- data/rails_adminlte2.gemspec +24 -0
- data/vendor/assets/fonts/FontAwesome.otf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.svg +414 -0
- data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
- data/vendor/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/vendor/assets/fonts/glyphicons-halflings-regular.svg +229 -0
- data/vendor/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/vendor/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/vendor/assets/fonts/ionicons.eot +0 -0
- data/vendor/assets/fonts/ionicons.svg +1623 -0
- data/vendor/assets/fonts/ionicons.ttf +0 -0
- data/vendor/assets/fonts/ionicons.woff +0 -0
- data/vendor/assets/images/avatar.png +0 -0
- data/vendor/assets/images/avatar04.png +0 -0
- data/vendor/assets/images/avatar2.png +0 -0
- data/vendor/assets/images/avatar3.png +0 -0
- data/vendor/assets/images/avatar5.png +0 -0
- data/vendor/assets/images/boxed-bg.jpg +0 -0
- data/vendor/assets/images/boxed-bg.png +0 -0
- data/vendor/assets/images/credit/american-express.png +0 -0
- data/vendor/assets/images/credit/cirrus.png +0 -0
- data/vendor/assets/images/credit/mastercard.png +0 -0
- data/vendor/assets/images/credit/mestro.png +0 -0
- data/vendor/assets/images/credit/paypal.png +0 -0
- data/vendor/assets/images/credit/paypal2.png +0 -0
- data/vendor/assets/images/credit/visa.png +0 -0
- data/vendor/assets/images/default-50x50.gif +0 -0
- data/vendor/assets/images/icons.png +0 -0
- data/vendor/assets/images/photo1.png +0 -0
- data/vendor/assets/images/photo2.png +0 -0
- data/vendor/assets/images/photo3.jpg +0 -0
- data/vendor/assets/images/photo4.jpg +0 -0
- data/vendor/assets/images/user1-128x128.jpg +0 -0
- data/vendor/assets/images/user2-160x160.jpg +0 -0
- data/vendor/assets/images/user3-128x128.jpg +0 -0
- data/vendor/assets/images/user4-128x128.jpg +0 -0
- data/vendor/assets/images/user5-128x128.jpg +0 -0
- data/vendor/assets/images/user6-128x128.jpg +0 -0
- data/vendor/assets/images/user7-128x128.jpg +0 -0
- data/vendor/assets/images/user8-128x128.jpg +0 -0
- data/vendor/assets/javascripts/adminlte/adminlte.js +763 -0
- data/vendor/assets/javascripts/adminlte/adminlte.min.js +13 -0
- data/vendor/assets/javascripts/adminlte/plugins/bootstrap-slider/bootstrap-slider.js +1167 -0
- data/vendor/assets/javascripts/adminlte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.js +14975 -0
- data/vendor/assets/javascripts/adminlte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js +8 -0
- data/vendor/assets/javascripts/adminlte/plugins/chartjs/Chart.js +3477 -0
- data/vendor/assets/javascripts/adminlte/plugins/chartjs/Chart.min.js +11 -0
- data/vendor/assets/javascripts/adminlte/plugins/colorpicker/bootstrap-colorpicker.js +949 -0
- data/vendor/assets/javascripts/adminlte/plugins/colorpicker/bootstrap-colorpicker.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/bootstrap-datepicker.js +1671 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ar.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.az.js +12 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.bg.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ca.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.cs.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.cy.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.da.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.de.js +17 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.el.js +13 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.es.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.et.js +18 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.fa.js +17 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.fi.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.fr.js +17 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.gl.js +11 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.he.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.hr.js +13 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.hu.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.id.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.is.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.it.js +17 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ja.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ka.js +17 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.kk.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.kr.js +13 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.lt.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.lv.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.mk.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ms.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.nb.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.nl-BE.js +17 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.nl.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.no.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.pl.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.pt-BR.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.pt.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ro.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.rs-latin.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.rs.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ru.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.sk.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.sl.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.sq.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.sv.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.sw.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.th.js +14 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.tr.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ua.js +15 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.vi.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.zh-CN.js +16 -0
- data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.zh-TW.js +17 -0
- data/vendor/assets/javascripts/adminlte/plugins/daterangepicker/daterangepicker.js +1304 -0
- data/vendor/assets/javascripts/adminlte/plugins/daterangepicker/moment.js +3043 -0
- data/vendor/assets/javascripts/adminlte/plugins/daterangepicker/moment.min.js +7 -0
- data/vendor/assets/javascripts/adminlte/plugins/fastclick/fastclick.js +841 -0
- data/vendor/assets/javascripts/adminlte/plugins/fastclick/fastclick.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/excanvas.js +1427 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/excanvas.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.colorhelpers.js +180 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.colorhelpers.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.canvas.js +345 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.canvas.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.categories.js +190 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.categories.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.crosshair.js +176 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.crosshair.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.errorbars.js +353 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.errorbars.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.fillbetween.js +226 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.fillbetween.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.image.js +241 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.image.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.js +3137 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.min.js +2 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.navigate.js +346 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.navigate.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.pie.js +817 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.pie.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.resize.js +60 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.resize.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.selection.js +360 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.selection.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.stack.js +188 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.stack.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.symbol.js +71 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.symbol.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.threshold.js +142 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.threshold.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.time.js +429 -0
- data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.time.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/fullcalendar/fullcalendar.js +9732 -0
- data/vendor/assets/javascripts/adminlte/plugins/fullcalendar/fullcalendar.min.js +8 -0
- data/vendor/assets/javascripts/adminlte/plugins/iCheck/icheck.js +478 -0
- data/vendor/assets/javascripts/adminlte/plugins/iCheck/icheck.min.js +10 -0
- data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.date.extensions.js +488 -0
- data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.extensions.js +122 -0
- data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.js +1627 -0
- data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.numeric.extensions.js +177 -0
- data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.phone.extensions.js +50 -0
- data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.regex.extensions.js +169 -0
- data/vendor/assets/javascripts/adminlte/plugins/input-mask/phone-codes/phone-be.json +45 -0
- data/vendor/assets/javascripts/adminlte/plugins/input-mask/phone-codes/phone-codes.json +294 -0
- data/vendor/assets/javascripts/adminlte/plugins/input-mask/phone-codes/readme.txt +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/ionslider/ion.rangeSlider.min.js +22 -0
- data/vendor/assets/javascripts/adminlte/plugins/jQuery/jQuery-2.1.4.min.js +4 -0
- data/vendor/assets/javascripts/adminlte/plugins/jQueryUI/jquery-ui.js +16617 -0
- data/vendor/assets/javascripts/adminlte/plugins/jQueryUI/jquery-ui.min.js +13 -0
- data/vendor/assets/javascripts/adminlte/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js +8 -0
- data/vendor/assets/javascripts/adminlte/plugins/jvectormap/jquery-jvectormap-usa-en.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/jvectormap/jquery-jvectormap-world-mill-en.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/knob/jquery.knob.js +805 -0
- data/vendor/assets/javascripts/adminlte/plugins/morris/morris.js +1892 -0
- data/vendor/assets/javascripts/adminlte/plugins/morris/morris.min.js +7 -0
- data/vendor/assets/javascripts/adminlte/plugins/pace/pace.js +935 -0
- data/vendor/assets/javascripts/adminlte/plugins/pace/pace.min.js +2 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/az.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/bg.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ca.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/cs.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/da.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/de.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/en.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/es.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/et.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/eu.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/fa.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/fi.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/fr.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/gl.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/he.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/hi.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/hr.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/hu.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/id.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/is.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/it.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ko.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/lt.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/lv.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/mk.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/nb.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/nl.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/pl.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/pt-BR.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/pt.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ro.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ru.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/sk.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/sr.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/sv.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/th.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/tr.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/uk.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/vi.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/zh-CN.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/zh-TW.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/select2.full.js +6114 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/select2.full.min.js +3 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/select2.js +5403 -0
- data/vendor/assets/javascripts/adminlte/plugins/select2/select2.min.js +2 -0
- data/vendor/assets/javascripts/adminlte/plugins/slimScroll/jquery.slimscroll.js +490 -0
- data/vendor/assets/javascripts/adminlte/plugins/slimScroll/jquery.slimscroll.min.js +1 -0
- data/vendor/assets/javascripts/adminlte/plugins/sparkline/jquery.sparkline.js +3054 -0
- data/vendor/assets/javascripts/adminlte/plugins/sparkline/jquery.sparkline.min.js +5 -0
- data/vendor/assets/javascripts/adminlte/plugins/timepicker/bootstrap-timepicker.js +903 -0
- data/vendor/assets/javascripts/adminlte/plugins/timepicker/bootstrap-timepicker.min.js +5 -0
- data/vendor/assets/javascripts/bootstrap.js +2317 -0
- data/vendor/assets/javascripts/bootstrap.min.js +7 -0
- data/vendor/assets/stylesheets/adminlte/adminlte.css +4928 -0
- data/vendor/assets/stylesheets/adminlte/adminlte.min.css +7 -0
- data/vendor/assets/stylesheets/adminlte/plugins/bootstrap-slider/slider.css +169 -0
- data/vendor/assets/stylesheets/adminlte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.css +117 -0
- data/vendor/assets/stylesheets/adminlte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css +3 -0
- data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/bootstrap-colorpicker.css +214 -0
- data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/bootstrap-colorpicker.min.css +9 -0
- data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/img/alpha-horizontal.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/img/alpha.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/img/hue-horizontal.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/img/hue.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/img/saturation.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/datepicker/datepicker3.css +790 -0
- data/vendor/assets/stylesheets/adminlte/plugins/daterangepicker/daterangepicker-bs3.css +335 -0
- data/vendor/assets/stylesheets/adminlte/plugins/fullcalendar/fullcalendar.css +977 -0
- data/vendor/assets/stylesheets/adminlte/plugins/fullcalendar/fullcalendar.min.css +5 -0
- data/vendor/assets/stylesheets/adminlte/plugins/fullcalendar/fullcalendar.print.css +202 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/all.css +61 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/_all.css +560 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/aero.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/aero.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/aero@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/blue.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/blue.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/blue@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/flat.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/flat.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/flat@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/green.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/green.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/green@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/grey.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/grey.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/grey@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/orange.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/orange.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/orange@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/pink.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/pink.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/pink@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/purple.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/purple.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/purple@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/red.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/red.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/red@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/yellow.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/yellow.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/yellow@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/futurico/futurico.css +56 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/futurico/futurico.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/futurico/futurico@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/_all.css +740 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/aero.css +74 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/blue.css +74 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/green.css +74 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/grey.css +74 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/line.css +74 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/line.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/line@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/orange.css +74 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/pink.css +74 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/purple.css +74 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/red.css +74 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/yellow.css +74 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/_all.css +557 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/aero.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/aero.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/aero@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/blue.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/blue.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/blue@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/green.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/green.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/green@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/grey.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/grey.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/grey@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/minimal.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/minimal.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/minimal@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/orange.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/orange.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/orange@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/pink.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/pink.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/pink@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/purple.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/purple.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/purple@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/red.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/red.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/red@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/yellow.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/yellow.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/yellow@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/polaris/polaris.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/polaris/polaris.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/polaris/polaris@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/_all.css +620 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/aero.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/aero.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/aero@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/blue.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/blue.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/blue@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/green.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/green.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/green@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/grey.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/grey.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/grey@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/orange.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/orange.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/orange@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/pink.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/pink.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/pink@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/purple.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/purple.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/purple@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/red.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/red.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/red@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/square.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/square.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/square@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/yellow.css +62 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/yellow.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/yellow@2x.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/ionslider/img/sprite-skin-flat.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/ionslider/img/sprite-skin-nice.png +0 -0
- data/vendor/assets/stylesheets/adminlte/plugins/ionslider/ion.rangeSlider.css +126 -0
- data/vendor/assets/stylesheets/adminlte/plugins/ionslider/ion.rangeSlider.skinFlat.css +89 -0
- data/vendor/assets/stylesheets/adminlte/plugins/ionslider/ion.rangeSlider.skinNice.css +85 -0
- data/vendor/assets/stylesheets/adminlte/plugins/jvectormap/jquery-jvectormap-1.2.2.css +40 -0
- data/vendor/assets/stylesheets/adminlte/plugins/morris/morris.css +2 -0
- data/vendor/assets/stylesheets/adminlte/plugins/pace/pace.css +85 -0
- data/vendor/assets/stylesheets/adminlte/plugins/pace/pace.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/plugins/select2/select2.css +431 -0
- data/vendor/assets/stylesheets/adminlte/plugins/select2/select2.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/plugins/timepicker/bootstrap-timepicker.css +121 -0
- data/vendor/assets/stylesheets/adminlte/plugins/timepicker/bootstrap-timepicker.min.css +10 -0
- data/vendor/assets/stylesheets/adminlte/skins/_all-skins.css +1799 -0
- data/vendor/assets/stylesheets/adminlte/skins/_all-skins.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-black-light.css +176 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-black-light.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-black.css +154 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-black.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-blue-light.css +167 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-blue-light.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-blue.css +142 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-blue.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-green-light.css +156 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-green-light.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-green.css +134 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-green.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-purple-light.css +156 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-purple-light.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-purple.css +134 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-purple.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-red-light.css +156 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-red-light.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-red.css +134 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-red.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-yellow-light.css +156 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-yellow-light.min.css +1 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-yellow.css +134 -0
- data/vendor/assets/stylesheets/adminlte/skins/skin-yellow.min.css +1 -0
- data/vendor/assets/stylesheets/bootstrap.css +6800 -0
- data/vendor/assets/stylesheets/bootstrap.css.map +1 -0
- data/vendor/assets/stylesheets/bootstrap.min.css +5 -0
- metadata +491 -0
@@ -0,0 +1,5 @@
|
|
1
|
+
/*!
|
2
|
+
* FullCalendar v2.2.5 Stylesheet
|
3
|
+
* Docs & License: http://arshaw.com/fullcalendar/
|
4
|
+
* (c) 2013 Adam Shaw
|
5
|
+
*/.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed hr,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-popover .fc-header,.fc-unthemed hr{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed .fc-today{background:#fcf8e3}.fc-highlight{background:#bce8f1;opacity:.3;filter:alpha(opacity=30)}.fc-bgevent{background:#8fdf82;opacity:.3;filter:alpha(opacity=30)}.fc-nonbusiness{background:#ccc}.fc-icon{display:inline-block;font-size:2em;line-height:.5em;height:.5em;font-family:"Courier New",Courier,monospace}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:700}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:700}.fc-icon-left-double-arrow:after{content:"\000AB"}.fc-icon-right-double-arrow:after{content:"\000BB"}.fc-icon-x:after{content:"\000D7"}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:.05em;margin:0 .1em}.fc-state-default{background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:25px;margin-top:4px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc hr{height:0;margin:0;padding:0 0 2px;border-style:solid;border-width:1px 0}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{overflow-y:scroll;overflow-x:hidden}.fc-scroller>*{position:relative;width:100%;overflow:hidden}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad;background-color:#3a87ad;font-weight:400}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;text-decoration:none}.fc-event.fc-draggable,.fc-event[href]{cursor:pointer}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}.fc-ltr .fc-day-grid-event.fc-not-start,.fc-rtl .fc-day-grid-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-day-grid-event.fc-not-end,.fc-rtl .fc-day-grid-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-day-grid-event>.fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-day-grid-event .fc-resizer{position:absolute;top:0;bottom:0;width:7px}.fc-ltr .fc-day-grid-event .fc-resizer{right:-3px;cursor:e-resize}.fc-rtl .fc-day-grid-event .fc-resizer{left:-3px;cursor:w-resize}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-toolbar{text-align:center;margin-bottom:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc-basic-view tbody .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:0 2px}.fc-basic-view td.fc-day-number,.fc-basic-view td.fc-week-number span{padding-top:2px;padding-bottom:2px}.fc-basic-view .fc-week-number{text-align:center}.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}.fc-ltr .fc-basic-view .fc-day-number{text-align:right}.fc-rtl .fc-basic-view .fc-day-number{text-align:left}.fc-day-number.fc-other-month{opacity:.3;filter:alpha(opacity=30)}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:400}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-bgevent-skeleton,.fc-time-grid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-time-grid .fc-bgevent-skeleton{z-index:3}.fc-time-grid .fc-highlight-skeleton{z-index:4}.fc-time-grid .fc-content-skeleton{z-index:5}.fc-time-grid .fc-helper-skeleton{z-index:6}.fc-slats td{height:1.5em;border-bottom:0}.fc-slats .fc-minor td{border-top-style:dotted}.fc-slats .ui-widget-content{background:0 0}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-time-grid .fc-bgevent-container,.fc-time-grid .fc-event-container{position:relative}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event{overflow:hidden}.fc-time-grid-event>.fc-content{position:relative;z-index:2}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event .fc-bg{z-index:1;background:#fff;opacity:.25;filter:alpha(opacity=25)}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event .fc-resizer{position:absolute;z-index:3;left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event .fc-resizer:after{content:"="}
|
@@ -0,0 +1,202 @@
|
|
1
|
+
/*!
|
2
|
+
* FullCalendar v2.2.5 Print Stylesheet
|
3
|
+
* Docs & License: http://arshaw.com/fullcalendar/
|
4
|
+
* (c) 2013 Adam Shaw
|
5
|
+
*/
|
6
|
+
|
7
|
+
/*
|
8
|
+
* Include this stylesheet on your page to get a more printer-friendly calendar.
|
9
|
+
* When including this stylesheet, use the media='print' attribute of the <link> tag.
|
10
|
+
* Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
|
11
|
+
*/
|
12
|
+
|
13
|
+
.fc {
|
14
|
+
max-width: 100% !important;
|
15
|
+
}
|
16
|
+
|
17
|
+
|
18
|
+
/* Global Event Restyling
|
19
|
+
--------------------------------------------------------------------------------------------------*/
|
20
|
+
|
21
|
+
.fc-event {
|
22
|
+
background: #fff !important;
|
23
|
+
color: #000 !important;
|
24
|
+
page-break-inside: avoid;
|
25
|
+
}
|
26
|
+
|
27
|
+
.fc-event .fc-resizer {
|
28
|
+
display: none;
|
29
|
+
}
|
30
|
+
|
31
|
+
|
32
|
+
/* Table & Day-Row Restyling
|
33
|
+
--------------------------------------------------------------------------------------------------*/
|
34
|
+
|
35
|
+
th,
|
36
|
+
td,
|
37
|
+
hr,
|
38
|
+
thead,
|
39
|
+
tbody,
|
40
|
+
.fc-row {
|
41
|
+
border-color: #ccc !important;
|
42
|
+
background: #fff !important;
|
43
|
+
}
|
44
|
+
|
45
|
+
/* kill the overlaid, absolutely-positioned common components */
|
46
|
+
.fc-bg,
|
47
|
+
.fc-bgevent-skeleton,
|
48
|
+
.fc-highlight-skeleton,
|
49
|
+
.fc-helper-skeleton {
|
50
|
+
display: none;
|
51
|
+
}
|
52
|
+
|
53
|
+
/* don't force a min-height on rows (for DayGrid) */
|
54
|
+
.fc tbody .fc-row {
|
55
|
+
height: auto !important; /* undo height that JS set in distributeHeight */
|
56
|
+
min-height: 0 !important; /* undo the min-height from each view's specific stylesheet */
|
57
|
+
}
|
58
|
+
|
59
|
+
.fc tbody .fc-row .fc-content-skeleton {
|
60
|
+
position: static; /* undo .fc-rigid */
|
61
|
+
padding-bottom: 0 !important; /* use a more border-friendly method for this... */
|
62
|
+
}
|
63
|
+
|
64
|
+
.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td { /* only works in newer browsers */
|
65
|
+
padding-bottom: 1em; /* ...gives space within the skeleton. also ensures min height in a way */
|
66
|
+
}
|
67
|
+
|
68
|
+
.fc tbody .fc-row .fc-content-skeleton table {
|
69
|
+
/* provides a min-height for the row, but only effective for IE, which exaggerates this value,
|
70
|
+
making it look more like 3em. for other browers, it will already be this tall */
|
71
|
+
height: 1em;
|
72
|
+
}
|
73
|
+
|
74
|
+
|
75
|
+
/* Undo month-view event limiting. Display all events and hide the "more" links
|
76
|
+
--------------------------------------------------------------------------------------------------*/
|
77
|
+
|
78
|
+
.fc-more-cell,
|
79
|
+
.fc-more {
|
80
|
+
display: none !important;
|
81
|
+
}
|
82
|
+
|
83
|
+
.fc tr.fc-limited {
|
84
|
+
display: table-row !important;
|
85
|
+
}
|
86
|
+
|
87
|
+
.fc td.fc-limited {
|
88
|
+
display: table-cell !important;
|
89
|
+
}
|
90
|
+
|
91
|
+
.fc-popover {
|
92
|
+
display: none; /* never display the "more.." popover in print mode */
|
93
|
+
}
|
94
|
+
|
95
|
+
|
96
|
+
/* TimeGrid Restyling
|
97
|
+
--------------------------------------------------------------------------------------------------*/
|
98
|
+
|
99
|
+
/* undo the min-height 100% trick used to fill the container's height */
|
100
|
+
.fc-time-grid {
|
101
|
+
min-height: 0 !important;
|
102
|
+
}
|
103
|
+
|
104
|
+
/* don't display the side axis at all ("all-day" and time cells) */
|
105
|
+
.fc-agenda-view .fc-axis {
|
106
|
+
display: none;
|
107
|
+
}
|
108
|
+
|
109
|
+
/* don't display the horizontal lines */
|
110
|
+
.fc-slats,
|
111
|
+
.fc-time-grid hr { /* this hr is used when height is underused and needs to be filled */
|
112
|
+
display: none !important; /* important overrides inline declaration */
|
113
|
+
}
|
114
|
+
|
115
|
+
/* let the container that holds the events be naturally positioned and create real height */
|
116
|
+
.fc-time-grid .fc-content-skeleton {
|
117
|
+
position: static;
|
118
|
+
}
|
119
|
+
|
120
|
+
/* in case there are no events, we still want some height */
|
121
|
+
.fc-time-grid .fc-content-skeleton table {
|
122
|
+
height: 4em;
|
123
|
+
}
|
124
|
+
|
125
|
+
/* kill the horizontal spacing made by the event container. event margins will be done below */
|
126
|
+
.fc-time-grid .fc-event-container {
|
127
|
+
margin: 0 !important;
|
128
|
+
}
|
129
|
+
|
130
|
+
|
131
|
+
/* TimeGrid *Event* Restyling
|
132
|
+
--------------------------------------------------------------------------------------------------*/
|
133
|
+
|
134
|
+
/* naturally position events, vertically stacking them */
|
135
|
+
.fc-time-grid .fc-event {
|
136
|
+
position: static !important;
|
137
|
+
margin: 3px 2px !important;
|
138
|
+
}
|
139
|
+
|
140
|
+
/* for events that continue to a future day, give the bottom border back */
|
141
|
+
.fc-time-grid .fc-event.fc-not-end {
|
142
|
+
border-bottom-width: 1px !important;
|
143
|
+
}
|
144
|
+
|
145
|
+
/* indicate the event continues via "..." text */
|
146
|
+
.fc-time-grid .fc-event.fc-not-end:after {
|
147
|
+
content: "...";
|
148
|
+
}
|
149
|
+
|
150
|
+
/* for events that are continuations from previous days, give the top border back */
|
151
|
+
.fc-time-grid .fc-event.fc-not-start {
|
152
|
+
border-top-width: 1px !important;
|
153
|
+
}
|
154
|
+
|
155
|
+
/* indicate the event is a continuation via "..." text */
|
156
|
+
.fc-time-grid .fc-event.fc-not-start:before {
|
157
|
+
content: "...";
|
158
|
+
}
|
159
|
+
|
160
|
+
/* time */
|
161
|
+
|
162
|
+
/* undo a previous declaration and let the time text span to a second line */
|
163
|
+
.fc-time-grid .fc-event .fc-time {
|
164
|
+
white-space: normal !important;
|
165
|
+
}
|
166
|
+
|
167
|
+
/* hide the the time that is normally displayed... */
|
168
|
+
.fc-time-grid .fc-event .fc-time span {
|
169
|
+
display: none;
|
170
|
+
}
|
171
|
+
|
172
|
+
/* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
|
173
|
+
.fc-time-grid .fc-event .fc-time:after {
|
174
|
+
content: attr(data-full);
|
175
|
+
}
|
176
|
+
|
177
|
+
|
178
|
+
/* Vertical Scroller & Containers
|
179
|
+
--------------------------------------------------------------------------------------------------*/
|
180
|
+
|
181
|
+
/* kill the scrollbars and allow natural height */
|
182
|
+
.fc-scroller,
|
183
|
+
.fc-day-grid-container, /* these divs might be assigned height, which we need to cleared */
|
184
|
+
.fc-time-grid-container { /* */
|
185
|
+
overflow: visible !important;
|
186
|
+
height: auto !important;
|
187
|
+
}
|
188
|
+
|
189
|
+
/* kill the horizontal border/padding used to compensate for scrollbars */
|
190
|
+
.fc-row {
|
191
|
+
border: 0 !important;
|
192
|
+
margin: 0 !important;
|
193
|
+
}
|
194
|
+
|
195
|
+
|
196
|
+
/* Button Controls
|
197
|
+
--------------------------------------------------------------------------------------------------*/
|
198
|
+
|
199
|
+
.fc-button-group,
|
200
|
+
.fc button {
|
201
|
+
display: none; /* don't display any button-related controls */
|
202
|
+
}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
/* iCheck plugin skins
|
2
|
+
----------------------------------- */
|
3
|
+
@import url("minimal/_all.css");
|
4
|
+
/*
|
5
|
+
@import url("minimal/minimal.css");
|
6
|
+
@import url("minimal/red.css");
|
7
|
+
@import url("minimal/green.css");
|
8
|
+
@import url("minimal/blue.css");
|
9
|
+
@import url("minimal/aero.css");
|
10
|
+
@import url("minimal/grey.css");
|
11
|
+
@import url("minimal/orange.css");
|
12
|
+
@import url("minimal/yellow.css");
|
13
|
+
@import url("minimal/pink.css");
|
14
|
+
@import url("minimal/purple.css");
|
15
|
+
*/
|
16
|
+
|
17
|
+
@import url("square/_all.css");
|
18
|
+
/*
|
19
|
+
@import url("square/square.css");
|
20
|
+
@import url("square/red.css");
|
21
|
+
@import url("square/green.css");
|
22
|
+
@import url("square/blue.css");
|
23
|
+
@import url("square/aero.css");
|
24
|
+
@import url("square/grey.css");
|
25
|
+
@import url("square/orange.css");
|
26
|
+
@import url("square/yellow.css");
|
27
|
+
@import url("square/pink.css");
|
28
|
+
@import url("square/purple.css");
|
29
|
+
*/
|
30
|
+
|
31
|
+
@import url("flat/_all.css");
|
32
|
+
/*
|
33
|
+
@import url("flat/flat.css");
|
34
|
+
@import url("flat/red.css");
|
35
|
+
@import url("flat/green.css");
|
36
|
+
@import url("flat/blue.css");
|
37
|
+
@import url("flat/aero.css");
|
38
|
+
@import url("flat/grey.css");
|
39
|
+
@import url("flat/orange.css");
|
40
|
+
@import url("flat/yellow.css");
|
41
|
+
@import url("flat/pink.css");
|
42
|
+
@import url("flat/purple.css");
|
43
|
+
*/
|
44
|
+
|
45
|
+
@import url("line/_all.css");
|
46
|
+
/*
|
47
|
+
@import url("line/line.css");
|
48
|
+
@import url("line/red.css");
|
49
|
+
@import url("line/green.css");
|
50
|
+
@import url("line/blue.css");
|
51
|
+
@import url("line/aero.css");
|
52
|
+
@import url("line/grey.css");
|
53
|
+
@import url("line/orange.css");
|
54
|
+
@import url("line/yellow.css");
|
55
|
+
@import url("line/pink.css");
|
56
|
+
@import url("line/purple.css");
|
57
|
+
*/
|
58
|
+
|
59
|
+
@import url("polaris/polaris.css");
|
60
|
+
|
61
|
+
@import url("futurico/futurico.css");
|