weaver 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/weaver/css/bootstrap.css +647 -205
- data/data/weaver/css/bootstrap.css.map +1 -0
- data/data/weaver/css/bootstrap.min.css +3 -3
- data/data/weaver/css/crossfade_style.css +19 -0
- data/data/weaver/css/patterns/1.png +0 -0
- data/data/weaver/css/patterns/2.png +0 -0
- data/data/weaver/css/patterns/3.png +0 -0
- data/data/weaver/css/patterns/4.png +0 -0
- data/data/weaver/css/patterns/5.png +0 -0
- data/data/weaver/css/patterns/6.png +0 -0
- data/data/weaver/css/patterns/7.png +0 -0
- data/data/weaver/css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css +251 -0
- data/data/weaver/css/plugins/chartist/chartist.min.css +773 -0
- data/data/weaver/css/plugins/clockpicker/clockpicker.css +168 -0
- data/data/weaver/css/plugins/dataTables/dataTables.bootstrap.css +118 -190
- data/data/weaver/css/plugins/dataTables/dataTables.tableTools.min.css +1 -1
- data/data/weaver/css/plugins/daterangepicker/daterangepicker-bs3.css +335 -0
- data/data/weaver/css/plugins/footable/fonts/footable.eot +0 -0
- data/data/weaver/css/plugins/footable/fonts/footable.svg +78 -0
- data/data/weaver/css/plugins/footable/fonts/footable.ttf +0 -0
- data/data/weaver/css/plugins/footable/fonts/footable.woff +0 -0
- data/data/weaver/css/plugins/footable/footable.core.css +178 -0
- data/data/weaver/css/plugins/select2/select2.min.css +1 -0
- data/data/weaver/css/plugins/slick/ajax-loader.gif +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.eot +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.svg +14 -0
- data/data/weaver/css/plugins/slick/fonts/slick.ttf +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.woff +0 -0
- data/data/weaver/css/plugins/slick/slick-theme.css +201 -0
- data/data/weaver/css/plugins/slick/slick.css +119 -0
- data/data/weaver/css/plugins/sweetalert/sweetalert.css +715 -0
- data/data/weaver/css/style.css +4352 -1310
- data/data/weaver/css/style.min.css +1 -1
- data/data/weaver/fonts/glyphicons-halflings-regular.eot +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.svg +273 -214
- data/data/weaver/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.woff +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/data/weaver/js/bootstrap.js +299 -212
- data/data/weaver/js/bootstrap.min.js +5 -5
- data/data/weaver/js/inspinia.js +184 -42
- data/data/weaver/js/plugins/chartist/chartist.min.js +9 -0
- data/data/weaver/js/plugins/chartist/chartist.min.js.map +1 -0
- data/data/weaver/js/plugins/clockpicker/clockpicker.js +729 -0
- data/data/weaver/js/plugins/dataTables/dataTables.bootstrap.js +195 -234
- data/data/weaver/js/plugins/dataTables/dataTables.tableTools.min.js +46 -45
- data/data/weaver/js/plugins/dataTables/jquery.dataTables.js +628 -373
- data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls.swf +0 -0
- data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls_pdf.swf +0 -0
- data/data/weaver/js/plugins/daterangepicker/daterangepicker.js +1304 -0
- data/data/weaver/js/plugins/diff_match_patch/COPYING +177 -0
- data/data/weaver/js/plugins/diff_match_patch/README.txt +43 -0
- data/data/weaver/js/plugins/diff_match_patch/javascript/diff_match_patch.js +49 -0
- data/data/weaver/js/plugins/footable/footable.all.min.js +14 -0
- data/data/weaver/js/plugins/fullcalendar/moment.min.js +3 -3
- data/data/weaver/js/plugins/idle-timer/idle-timer.min.js +2 -0
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-2.0.2.css +130 -0
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-2.0.2.min.js +3328 -0
- data/data/weaver/js/plugins/masonary/masonry.pkgd.min.js +9 -0
- data/data/weaver/js/plugins/metisMenu/jquery.metisMenu.js +3 -113
- data/data/weaver/js/plugins/morris/morris.js +27 -23
- data/data/weaver/js/plugins/pace/pace.min.js +2 -2
- data/data/weaver/js/plugins/preetyTextDiff/jquery.pretty-text-diff.min.js +76 -0
- data/data/weaver/js/plugins/select2/select2.full.min.js +3 -0
- data/data/weaver/js/plugins/slick/slick.min.js +18 -0
- data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.js +96 -90
- data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.min.js +10 -10
- data/data/weaver/js/plugins/sweetalert/sweetalert.min.js +1 -0
- data/data/weaver/js/plugins/tinycon/tinycon.min.js +8 -0
- data/data/weaver/js/plugins/wow/wow.min.js +2 -0
- data/{bin → exe}/weaver +3 -2
- data/lib/weaver.rb +236 -53
- data/lib/weaver/version.rb +1 -1
- data/weaver.gemspec +2 -2
- metadata +50 -7
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js +0 -8
@@ -1 +1 @@
|
|
1
|
-
div.DTTT_container{position:relative;float:right;margin-bottom:1em}@media screen and (max-width: 640px){div.DTTT_container{float:none !important;text-align:center}div.DTTT_container:after{visibility:hidden;display:block;content:"";clear:both;height:0}}button.DTTT_button,div.DTTT_button,a.DTTT_button{position:relative;display:inline-block;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:0.88em;color:black !important;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#ffffff;background:-webkit-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-ms-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-o-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 )}button.DTTT_button{height:30px;padding:3px 8px}.DTTT_button embed{outline:none}button.DTTT_button:hover,div.DTTT_button:hover,a.DTTT_button:hover{border:1px solid #666;text-decoration:none !important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 )}button.DTTT_button:focus,div.DTTT_button:focus,a.DTTT_button:focus{border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#a3d0ef 100%;background-image:-webkit-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);background-image:-moz-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);background-image:-ms-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);background-image:-o-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);background-image:linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a3d0ef', EndColorStr='#a3d0ef')}button.DTTT_button:active,div.DTTT_button:active,a.DTTT_button:active{-webkit-box-shadow:inset 1px 1px 3px #999999;-moz-box-shadow:inset 1px 1px 3px #999999;box-shadow:inset 1px 1px 3px #999999}button.DTTT_disabled,div.DTTT_disabled,a.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#ffffff;background:-webkit-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);background:-moz-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);background:-ms-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);background:-o-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);background:linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 )}button.DTTT_button_collection span{padding-right:17px;background:url(../images/collection.png) no-repeat center right}button.DTTT_button_collection:hover span{padding-right:17px;background:#f0f0f0 url(../images/collection_hover.png) no-repeat center right}table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}table.dataTable tr.DTTT_selected.odd{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_1{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_2{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.even{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_1{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_2{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#B0BED9}div.DTTT_collection{width:150px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:#f3f3f3;background-color:rgba(255,255,255,0.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,0.3);box-shadow:3px 3px 5px rgba(0,0,0,0.3)}div.DTTT_collection_background{background:
|
1
|
+
div.DTTT_container{position:relative;float:right;margin-bottom:1em}@media screen and (max-width: 640px){div.DTTT_container{float:none !important;text-align:center}div.DTTT_container:after{visibility:hidden;display:block;content:"";clear:both;height:0}}button.DTTT_button,div.DTTT_button,a.DTTT_button{position:relative;display:inline-block;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:0.88em;color:black !important;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#ffffff;background:-webkit-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-ms-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-o-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 )}button.DTTT_button{height:30px;padding:3px 8px}.DTTT_button embed{outline:none}button.DTTT_button:hover:not(.DTTT_disabled),div.DTTT_button:hover:not(.DTTT_disabled),a.DTTT_button:hover:not(.DTTT_disabled){border:1px solid #666;text-decoration:none !important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 )}button.DTTT_button:focus,div.DTTT_button:focus,a.DTTT_button:focus{border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#a3d0ef 100%;background-image:-webkit-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);background-image:-moz-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);background-image:-ms-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);background-image:-o-linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);background-image:linear-gradient(top, #a3d0ef 0%, #79ace9 65%, #a3d0ef 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a3d0ef', EndColorStr='#a3d0ef')}button.DTTT_button:active:not(.DTTT_disabled),div.DTTT_button:active:not(.DTTT_disabled),a.DTTT_button:active:not(.DTTT_disabled){-webkit-box-shadow:inset 1px 1px 3px #999999;-moz-box-shadow:inset 1px 1px 3px #999999;box-shadow:inset 1px 1px 3px #999999}button.DTTT_disabled,div.DTTT_disabled,a.DTTT_disabled{color:#999 !important;border:1px solid #d0d0d0;cursor:default;background:#ffffff;background:-webkit-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);background:-moz-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);background:-ms-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);background:-o-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);background:linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 )}button.DTTT_button_collection span{padding-right:17px;background:url(../images/collection.png) no-repeat center right}button.DTTT_button_collection:hover span{padding-right:17px;background:#f0f0f0 url(../images/collection_hover.png) no-repeat center right}table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}table.dataTable tr.DTTT_selected.odd{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_1{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_2{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.even{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_1{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_2{background-color:#B0BED9}table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#B0BED9}div.DTTT_collection{width:150px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:#f3f3f3;background-color:rgba(255,255,255,0.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,0.3);box-shadow:3px 3px 5px rgba(0,0,0,0.3)}div.DTTT_collection_background{background:black;z-index:2001}div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button,div.DTTT_collection a.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#ffffff;background:-webkit-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-ms-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-o-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );opacity:0.95;border:1px solid black;border:1px solid rgba(0,0,0,0.5);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.5);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.5);-ms-box-shadow:0 3px 7px rgba(0,0,0,0.5);-o-box-shadow:0 3px 7px rgba(0,0,0,0.5);box-shadow:0 3px 7px rgba(0,0,0,0.5)}.DTTT_print_info h6{font-weight:normal;font-size:28px;line-height:28px;margin:1em}.DTTT_print_info p{font-size:14px;line-height:20px}
|
@@ -0,0 +1,335 @@
|
|
1
|
+
/*!
|
2
|
+
* Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
|
3
|
+
*
|
4
|
+
* Copyright 2013-2015 Dan Grossman ( http://www.dangrossman.info )
|
5
|
+
* Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
|
6
|
+
*
|
7
|
+
* Built for http://www.improvely.com
|
8
|
+
*/
|
9
|
+
|
10
|
+
.daterangepicker.dropdown-menu {
|
11
|
+
max-width: none;
|
12
|
+
z-index: 3000;
|
13
|
+
}
|
14
|
+
|
15
|
+
.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
|
16
|
+
float: left;
|
17
|
+
margin: 4px;
|
18
|
+
}
|
19
|
+
|
20
|
+
.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar,
|
21
|
+
.daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar {
|
22
|
+
float: right;
|
23
|
+
margin: 4px;
|
24
|
+
}
|
25
|
+
|
26
|
+
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
|
27
|
+
float: none;
|
28
|
+
}
|
29
|
+
|
30
|
+
.daterangepicker .ranges {
|
31
|
+
width: 160px;
|
32
|
+
text-align: left;
|
33
|
+
}
|
34
|
+
|
35
|
+
.daterangepicker .ranges .range_inputs>div {
|
36
|
+
float: left;
|
37
|
+
}
|
38
|
+
|
39
|
+
.daterangepicker .ranges .range_inputs>div:nth-child(2) {
|
40
|
+
padding-left: 11px;
|
41
|
+
}
|
42
|
+
|
43
|
+
.daterangepicker .calendar {
|
44
|
+
display: none;
|
45
|
+
max-width: 270px;
|
46
|
+
}
|
47
|
+
|
48
|
+
.daterangepicker.show-calendar .calendar {
|
49
|
+
display: block;
|
50
|
+
}
|
51
|
+
|
52
|
+
.daterangepicker .calendar.single .calendar-date {
|
53
|
+
border: none;
|
54
|
+
}
|
55
|
+
|
56
|
+
.daterangepicker .calendar th, .daterangepicker .calendar td {
|
57
|
+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
58
|
+
white-space: nowrap;
|
59
|
+
text-align: center;
|
60
|
+
min-width: 32px;
|
61
|
+
}
|
62
|
+
|
63
|
+
.daterangepicker .daterangepicker_start_input label,
|
64
|
+
.daterangepicker .daterangepicker_end_input label {
|
65
|
+
color: #333;
|
66
|
+
display: block;
|
67
|
+
font-size: 11px;
|
68
|
+
font-weight: normal;
|
69
|
+
height: 20px;
|
70
|
+
line-height: 20px;
|
71
|
+
margin-bottom: 2px;
|
72
|
+
text-shadow: #fff 1px 1px 0px;
|
73
|
+
text-transform: uppercase;
|
74
|
+
width: 74px;
|
75
|
+
}
|
76
|
+
|
77
|
+
.daterangepicker .ranges input {
|
78
|
+
font-size: 11px;
|
79
|
+
}
|
80
|
+
|
81
|
+
.daterangepicker .ranges .input-mini {
|
82
|
+
border: 1px solid #ccc;
|
83
|
+
border-radius: 4px;
|
84
|
+
color: #555;
|
85
|
+
display: block;
|
86
|
+
font-size: 11px;
|
87
|
+
height: 30px;
|
88
|
+
line-height: 30px;
|
89
|
+
vertical-align: middle;
|
90
|
+
margin: 0 0 10px 0;
|
91
|
+
padding: 0 6px;
|
92
|
+
width: 74px;
|
93
|
+
}
|
94
|
+
|
95
|
+
.daterangepicker .ranges ul {
|
96
|
+
list-style: none;
|
97
|
+
margin: 0;
|
98
|
+
padding: 0;
|
99
|
+
}
|
100
|
+
|
101
|
+
.daterangepicker .ranges li {
|
102
|
+
font-size: 13px;
|
103
|
+
background: #f5f5f5;
|
104
|
+
border: 1px solid #f5f5f5;
|
105
|
+
color: #08c;
|
106
|
+
padding: 3px 12px;
|
107
|
+
margin-bottom: 8px;
|
108
|
+
-webkit-border-radius: 5px;
|
109
|
+
-moz-border-radius: 5px;
|
110
|
+
border-radius: 5px;
|
111
|
+
cursor: pointer;
|
112
|
+
}
|
113
|
+
|
114
|
+
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
|
115
|
+
background: #08c;
|
116
|
+
border: 1px solid #08c;
|
117
|
+
color: #fff;
|
118
|
+
}
|
119
|
+
|
120
|
+
.daterangepicker .calendar-date {
|
121
|
+
border: 1px solid #ddd;
|
122
|
+
padding: 4px;
|
123
|
+
border-radius: 4px;
|
124
|
+
background: #fff;
|
125
|
+
}
|
126
|
+
|
127
|
+
.daterangepicker .calendar-time {
|
128
|
+
text-align: center;
|
129
|
+
margin: 8px auto 0 auto;
|
130
|
+
line-height: 30px;
|
131
|
+
}
|
132
|
+
|
133
|
+
.daterangepicker {
|
134
|
+
position: absolute;
|
135
|
+
background: #fff;
|
136
|
+
top: 100px;
|
137
|
+
left: 20px;
|
138
|
+
padding: 4px;
|
139
|
+
margin-top: 1px;
|
140
|
+
-webkit-border-radius: 4px;
|
141
|
+
-moz-border-radius: 4px;
|
142
|
+
border-radius: 4px;
|
143
|
+
}
|
144
|
+
|
145
|
+
.daterangepicker.opensleft:before {
|
146
|
+
position: absolute;
|
147
|
+
top: -7px;
|
148
|
+
right: 9px;
|
149
|
+
display: inline-block;
|
150
|
+
border-right: 7px solid transparent;
|
151
|
+
border-bottom: 7px solid #ccc;
|
152
|
+
border-left: 7px solid transparent;
|
153
|
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
154
|
+
content: '';
|
155
|
+
}
|
156
|
+
|
157
|
+
.daterangepicker.opensleft:after {
|
158
|
+
position: absolute;
|
159
|
+
top: -6px;
|
160
|
+
right: 10px;
|
161
|
+
display: inline-block;
|
162
|
+
border-right: 6px solid transparent;
|
163
|
+
border-bottom: 6px solid #fff;
|
164
|
+
border-left: 6px solid transparent;
|
165
|
+
content: '';
|
166
|
+
}
|
167
|
+
|
168
|
+
.daterangepicker.openscenter:before {
|
169
|
+
position: absolute;
|
170
|
+
top: -7px;
|
171
|
+
left: 0;
|
172
|
+
right: 0;
|
173
|
+
width: 0;
|
174
|
+
margin-left: auto;
|
175
|
+
margin-right: auto;
|
176
|
+
display: inline-block;
|
177
|
+
border-right: 7px solid transparent;
|
178
|
+
border-bottom: 7px solid #ccc;
|
179
|
+
border-left: 7px solid transparent;
|
180
|
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
181
|
+
content: '';
|
182
|
+
}
|
183
|
+
|
184
|
+
.daterangepicker.openscenter:after {
|
185
|
+
position: absolute;
|
186
|
+
top: -6px;
|
187
|
+
left: 0;
|
188
|
+
right: 0;
|
189
|
+
width: 0;
|
190
|
+
margin-left: auto;
|
191
|
+
margin-right: auto;
|
192
|
+
display: inline-block;
|
193
|
+
border-right: 6px solid transparent;
|
194
|
+
border-bottom: 6px solid #fff;
|
195
|
+
border-left: 6px solid transparent;
|
196
|
+
content: '';
|
197
|
+
}
|
198
|
+
|
199
|
+
.daterangepicker.opensright:before {
|
200
|
+
position: absolute;
|
201
|
+
top: -7px;
|
202
|
+
left: 9px;
|
203
|
+
display: inline-block;
|
204
|
+
border-right: 7px solid transparent;
|
205
|
+
border-bottom: 7px solid #ccc;
|
206
|
+
border-left: 7px solid transparent;
|
207
|
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
208
|
+
content: '';
|
209
|
+
}
|
210
|
+
|
211
|
+
.daterangepicker.opensright:after {
|
212
|
+
position: absolute;
|
213
|
+
top: -6px;
|
214
|
+
left: 10px;
|
215
|
+
display: inline-block;
|
216
|
+
border-right: 6px solid transparent;
|
217
|
+
border-bottom: 6px solid #fff;
|
218
|
+
border-left: 6px solid transparent;
|
219
|
+
content: '';
|
220
|
+
}
|
221
|
+
|
222
|
+
.daterangepicker.dropup{
|
223
|
+
margin-top: -5px;
|
224
|
+
}
|
225
|
+
.daterangepicker.dropup:before{
|
226
|
+
top: initial;
|
227
|
+
bottom:-7px;
|
228
|
+
border-bottom: initial;
|
229
|
+
border-top: 7px solid #ccc;
|
230
|
+
}
|
231
|
+
.daterangepicker.dropup:after{
|
232
|
+
top: initial;
|
233
|
+
bottom:-6px;
|
234
|
+
border-bottom: initial;
|
235
|
+
border-top: 6px solid #fff;
|
236
|
+
}
|
237
|
+
|
238
|
+
.daterangepicker table {
|
239
|
+
width: 100%;
|
240
|
+
margin: 0;
|
241
|
+
}
|
242
|
+
|
243
|
+
.daterangepicker td, .daterangepicker th {
|
244
|
+
text-align: center;
|
245
|
+
width: 20px;
|
246
|
+
height: 20px;
|
247
|
+
-webkit-border-radius: 4px;
|
248
|
+
-moz-border-radius: 4px;
|
249
|
+
border-radius: 4px;
|
250
|
+
cursor: pointer;
|
251
|
+
white-space: nowrap;
|
252
|
+
}
|
253
|
+
|
254
|
+
.daterangepicker td.off {
|
255
|
+
color: #999;
|
256
|
+
}
|
257
|
+
|
258
|
+
.daterangepicker td.disabled, .daterangepicker option.disabled {
|
259
|
+
color: #999;
|
260
|
+
}
|
261
|
+
|
262
|
+
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
|
263
|
+
background: #eee;
|
264
|
+
}
|
265
|
+
|
266
|
+
.daterangepicker td.in-range {
|
267
|
+
background: #ebf4f8;
|
268
|
+
-webkit-border-radius: 0;
|
269
|
+
-moz-border-radius: 0;
|
270
|
+
border-radius: 0;
|
271
|
+
}
|
272
|
+
|
273
|
+
.daterangepicker td.start-date {
|
274
|
+
-webkit-border-radius: 4px 0 0 4px;
|
275
|
+
-moz-border-radius: 4px 0 0 4px;
|
276
|
+
border-radius: 4px 0 0 4px;
|
277
|
+
}
|
278
|
+
|
279
|
+
.daterangepicker td.end-date {
|
280
|
+
-webkit-border-radius: 0 4px 4px 0;
|
281
|
+
-moz-border-radius: 0 4px 4px 0;
|
282
|
+
border-radius: 0 4px 4px 0;
|
283
|
+
}
|
284
|
+
|
285
|
+
.daterangepicker td.start-date.end-date {
|
286
|
+
-webkit-border-radius: 4px;
|
287
|
+
-moz-border-radius: 4px;
|
288
|
+
border-radius: 4px;
|
289
|
+
}
|
290
|
+
|
291
|
+
.daterangepicker td.active, .daterangepicker td.active:hover {
|
292
|
+
background-color: #357ebd;
|
293
|
+
border-color: #3071a9;
|
294
|
+
color: #fff;
|
295
|
+
}
|
296
|
+
|
297
|
+
.daterangepicker td.week, .daterangepicker th.week {
|
298
|
+
font-size: 80%;
|
299
|
+
color: #ccc;
|
300
|
+
}
|
301
|
+
|
302
|
+
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
|
303
|
+
font-size: 12px;
|
304
|
+
padding: 1px;
|
305
|
+
height: auto;
|
306
|
+
margin: 0;
|
307
|
+
cursor: default;
|
308
|
+
}
|
309
|
+
|
310
|
+
.daterangepicker select.monthselect {
|
311
|
+
margin-right: 2%;
|
312
|
+
width: 56%;
|
313
|
+
}
|
314
|
+
|
315
|
+
.daterangepicker select.yearselect {
|
316
|
+
width: 40%;
|
317
|
+
}
|
318
|
+
|
319
|
+
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
|
320
|
+
width: 50px;
|
321
|
+
margin-bottom: 0;
|
322
|
+
}
|
323
|
+
|
324
|
+
.daterangepicker_start_input {
|
325
|
+
float: left;
|
326
|
+
}
|
327
|
+
|
328
|
+
.daterangepicker_end_input {
|
329
|
+
float: left;
|
330
|
+
padding-left: 11px
|
331
|
+
}
|
332
|
+
|
333
|
+
.daterangepicker th.month {
|
334
|
+
width: auto;
|
335
|
+
}
|
Binary file
|
@@ -0,0 +1,78 @@
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4
|
+
<metadata>
|
5
|
+
This is a custom SVG font generated by IcoMoon.
|
6
|
+
<iconset grid="16"></iconset>
|
7
|
+
</metadata>
|
8
|
+
<defs>
|
9
|
+
<font id="footable" horiz-adv-x="512" >
|
10
|
+
<font-face units-per-em="512" ascent="480" descent="-32" />
|
11
|
+
<missing-glyph horiz-adv-x="512" />
|
12
|
+
<glyph class="hidden" unicode="" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
|
13
|
+
<glyph unicode="" d="M 496,288L 320,288 L 320,464 c0,8.836-7.164,16-16,16l-96,0 c-8.836,0-16-7.164-16-16l0-176 L 16,288 c-8.836,0-16-7.164-16-16l0-96
|
14
|
+
c0-8.836, 7.164-16, 16-16l 176,0 l0-176 c0-8.836, 7.164-16, 16-16l 96,0 c 8.836,0, 16,7.164, 16,16L 320,160 l 176,0 c 8.836,0, 16,7.164, 16,16l0,96
|
15
|
+
C 512,280.836, 504.836,288, 496,288z" />
|
16
|
+
<glyph unicode="" d="M0,272l0-96 c0-8.836, 7.164-16, 16-16l 480,0 c 8.836,0, 16,7.164, 16,16l0,96 c0,8.836-7.164,16-16,16L 16,288 C 7.164,288,0,280.836,0,272z" />
|
17
|
+
<glyph unicode="" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 288,192l0-128 l-64,0 L 224,192 L 96,192 l0,64
|
18
|
+
l 128,0 L 224,384 l 64,0 l0-128 l 128,0 l0-64 L 288,192 z" />
|
19
|
+
<glyph unicode="" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 416,192L 96,192 l0,64 l 320,0 L 416,192 z" />
|
20
|
+
<glyph unicode="" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,32
|
21
|
+
c-106.039,0-192,85.961-192,192c0,106.039, 85.961,192, 192,192c 106.039,0, 192-85.961, 192-192C 448,117.961, 362.039,32, 256,32zM 384,192 L 288,192 L 288,96 L 224,96 L 224,192 L 128,192 L 128,256 L 224,256 L 224,352 L 288,352 L 288,256 L 384,256 Z" />
|
22
|
+
<glyph unicode="" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,32
|
23
|
+
c-106.039,0-192,85.961-192,192c0,106.039, 85.961,192, 192,192c 106.039,0, 192-85.961, 192-192C 448,117.961, 362.039,32, 256,32zM 128,256L 384,256L 384,192L 128,192z" />
|
24
|
+
<glyph unicode="" d="M 256,214.857l0-18.286 q0-4 -2.571-6.571t-6.571-2.571l-64,0 l0-64 q0-4 -2.571-6.571t-6.571-2.571l-18.286,0 q-4,0 -6.571,2.571t-2.571,6.571l0,64 l-64,0 q-4,0 -6.571,2.571t-2.571,6.571l0,18.286 q0,4 2.571,6.571t 6.571,2.571l 64,0 l0,64 q0,4 2.571,6.571t 6.571,2.571l 18.286,0 q 4,0 6.571-2.571t 2.571-6.571l0-64 l 64,0 q 4,0 6.571-2.571t 2.571-6.571zM 292.571,105.143l0,201.143 q0,11.429 -8,19.429t-19.429,8l-201.143,0 q-11.429,0 -19.429-8 t-8-19.429l0-201.143 q0-11.429 8-19.429t 19.429-8l 201.143,0 q 11.429,0 19.429,8t 8,19.429zM 329.143,306.286l0-201.143 q0-26.286 -18.714-45.143t-45.286-18.857l-201.143,0 q-26.571,0 -45.286,18.857t-18.714,45.143l0,201.143 q0,26.571 18.714,45.286t 45.286,18.714l 201.143,0 q 26.571,0 45.286-18.714t 18.714-45.286z" horiz-adv-x="329.143" />
|
25
|
+
<glyph unicode="" d="M 265.143,370.286q 26.571,0 45.286-18.714t 18.714-45.286l0-201.143 q0-26.286 -18.714-45.143t-45.286-18.857l-201.143,0 q-26.571,0 -45.286,18.857t-18.714,45.143l0,201.143 q0,26.571 18.714,45.286t 45.286,18.714l 201.143,0 zM 292.571,105.143l0,201.143 q0,11.429 -8,19.429t-19.429,8l-201.143,0 q-11.429,0 -19.429-8t-8-19.429l0-201.143 q0-11.429 8-19.429t 19.429-8l 201.143,0 q 11.429,0 19.429,8t 8,19.429z M 246.857,224q 4,0 6.571-2.571t 2.571-6.571l0-18.286 q0-4 -2.571-6.571t-6.571-2.571l-164.571,0 q-4,0 -6.571,2.571t-2.571,6.571l0,18.286 q0,4 2.571,6.571t 6.571,2.571l 164.571,0 z" horiz-adv-x="329.143" />
|
26
|
+
<glyph unicode="" d="M 365.714,205.714l0,36.571 q0,7.429 -5.429,12.857t-12.857,5.429l-91.429,0 l0,91.429 q0,7.429 -5.429,12.857t-12.857,5.429l-36.571,0 q-7.429,0 -12.857-5.429t-5.429-12.857l0-91.429 l-91.429,0 q-7.429,0 -12.857-5.429t-5.429-12.857l0-36.571 q0-7.429 5.429-12.857t 12.857-5.429l 91.429,0 l0-91.429 q0-7.429 5.429-12.857t 12.857-5.429l 36.571,0 q 7.429,0 12.857,5.429t 5.429,12.857l0,91.429 l 91.429,0 q 7.429,0 12.857,5.429t 5.429,12.857zM 438.857,361.143l0-274.286 q0-34 -24.143-58.143t-58.143-24.143l-274.286,0 q-34,0 -58.143,24.143t-24.143,58.143l0,274.286 q0,34 24.143,58.143t 58.143,24.143l 274.286,0 q 34,0 58.143-24.143t 24.143-58.143z" horiz-adv-x="438.857" />
|
27
|
+
<glyph unicode="" d="M 365.714,205.714l0,36.571 q0,7.429 -5.429,12.857t-12.857,5.429l-256,0 q-7.429,0 -12.857-5.429t-5.429-12.857l0-36.571 q0-7.429 5.429-12.857t 12.857-5.429l 256,0 q 7.429,0 12.857,5.429t 5.429,12.857zM 438.857,361.143l0-274.286 q0-34 -24.143-58.143t-58.143-24.143l-274.286,0 q-34,0 -58.143,24.143t-24.143,58.143l0,274.286 q0,34 24.143,58.143t 58.143,24.143l 274.286,0 q 34,0 58.143-24.143 t 24.143-58.143z" horiz-adv-x="438.857" />
|
28
|
+
<glyph unicode="" d="M 512,224C 512,82.615, 397.385-32, 256-32s -256,114.615, -256,256s 114.615,256, 256,256S 512,365.385, 512,224z M 233.372,374.628
|
29
|
+
l -128-128.001C 99.124,240.379, 96,232.189, 96,224s 3.124-16.379 9.372-22.627c 12.497-12.497 32.759-12.497, 45.256,0L 224,274.745
|
30
|
+
L 224,96 c 0-17.673 14.327-32 32-32c 17.673,0, 32,14.327, 32,32l0,178.745 l 73.373-73.373c 12.497-12.497 32.758-12.497, 45.255,0
|
31
|
+
c 12.497,12.497, 12.497,32.758, 0,45.254l -128,128.001C 266.131,387.124, 245.869,387.124, 233.372,374.628z" />
|
32
|
+
<glyph unicode="" d="M 512,224C 512,365.385, 397.385,480, 256,480s -256-114.615, -256-256s 114.615-256, 256-256S 512,82.615, 512,224z M 233.372,73.372
|
33
|
+
l -128,128.001C 99.124,207.621, 96,215.811, 96,224s 3.124,16.379 9.372,22.627c 12.497,12.497 32.759,12.497, 45.256,0L 224,173.255
|
34
|
+
L 224,352 c 0,17.673 14.327,32 32,32c 17.673,0, 32-14.327, 32-32l0-178.745 l 73.373,73.373c 12.497,12.497 32.758,12.497, 45.255,0
|
35
|
+
c 12.497-12.497, 12.497-32.758, 0-45.254l -128-128.001C 266.131,60.876, 245.869,60.876, 233.372,73.372z" />
|
36
|
+
<glyph unicode="" d="M 256,480C 397.385,480, 512,365.385, 512,224s -114.615-256, -256-256s -256,114.615, -256,256S 114.615,480, 256,480z M 105.372,201.372
|
37
|
+
l 128.001-128C 239.621,67.124, 247.811,64, 256,64s 16.379,3.124 22.627,9.372c 12.497,12.497 12.497,32.759,0,45.256L 205.255,192
|
38
|
+
L 384,192 c 17.673,0 32,14.327 32,32c0,17.673, -14.327,32, -32,32l-178.745,0 l 73.373,73.373c 12.497,12.497 12.497,32.758,0,45.255
|
39
|
+
c -12.497,12.497, -32.758,12.497, -45.254,0l -128.001-128C 92.876,234.131, 92.876,213.869, 105.372,201.372z" />
|
40
|
+
<glyph unicode="" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 406.628,201.372
|
41
|
+
l-128.001-128C 272.379,67.124, 264.189,64, 256,64s-16.379,3.124-22.627,9.372c-12.497,12.497-12.497,32.759,0,45.256L 306.745,192
|
42
|
+
L 128,192 c-17.673,0-32,14.327-32,32c0,17.673, 14.327,32, 32,32l 178.745,0 l-73.373,73.373c-12.497,12.497-12.497,32.758,0,45.255
|
43
|
+
c 12.497,12.497, 32.758,12.497, 45.254,0l 128.001-128C 419.124,234.131, 419.124,213.869, 406.628,201.372z" />
|
44
|
+
<glyph unicode="" d="M0,160L 96,64L 256,224L 416,64L 512,160L 256.001,416 z" />
|
45
|
+
<glyph unicode="" d="M 512,288L 416,384L 256,224L 96,384L0,288L 256,32.001 z" />
|
46
|
+
<glyph unicode="" d="M 320-32L 416,64L 256,224L 416,384L 320,480L 64,224 z" />
|
47
|
+
<glyph unicode="" d="M 192,480L 96,384L 256,224L 96,64L 192-32L 448,224 z" />
|
48
|
+
<glyph unicode="" d="M 292.571,132.571q0-7.429 -5.429-12.857t-12.857-5.429l-256,0 q-7.429,0 -12.857,5.429t-5.429,12.857t 5.429,12.857l 128,128q 5.429,5.429 12.857,5.429t 12.857-5.429l 128-128q 5.429-5.429 5.429-12.857z" horiz-adv-x="292.571" />
|
49
|
+
<glyph unicode="" d="M 292.571,278.857q0-7.429 -5.429-12.857l-128-128q-5.429-5.429 -12.857-5.429t-12.857,5.429l-128,128q-5.429,5.429 -5.429,12.857t 5.429,12.857t 12.857,5.429l 256,0 q 7.429,0 12.857-5.429t 5.429-12.857z" horiz-adv-x="292.571" />
|
50
|
+
<glyph unicode="" d="M 182.857,352l0-256 q0-7.429 -5.429-12.857t-12.857-5.429t-12.857,5.429l-128,128q-5.429,5.429 -5.429,12.857t 5.429,12.857l 128,128q 5.429,5.429 12.857,5.429t 12.857-5.429t 5.429-12.857z" horiz-adv-x="182.857" />
|
51
|
+
<glyph unicode="" d="M 164.571,224q0-7.429 -5.429-12.857l-128-128q-5.429-5.429 -12.857-5.429t-12.857,5.429t-5.429,12.857l0,256 q0,7.429 5.429,12.857t 12.857,5.429t 12.857-5.429l 128-128q 5.429-5.429 5.429-12.857z" horiz-adv-x="182.857" />
|
52
|
+
<glyph unicode="" d="M 256,480L 32-32L 256,64L 480-32 z" />
|
53
|
+
<glyph unicode="" d="M 256-32L 480,480L 256,384L 32,480 z" />
|
54
|
+
<glyph unicode="" d="M0,224L 512,0L 416,224L 512,448 z" />
|
55
|
+
<glyph unicode="" d="M 512,224L0,448L 96,224L0,0 z" />
|
56
|
+
<glyph unicode="" d="M 512,224C 512,82.615, 397.385-32, 256-32s -256,114.615, -256,256s 114.615,256, 256,256S 512,365.385, 512,224z M 48,224
|
57
|
+
c 0-114.875 93.125-208 208-208S 464,109.125, 464,224s -93.125,208, -208,208S 48,338.875, 48,224zM 278.627,374.628l 128-128.001c 12.497-12.496 12.497-32.757 0-45.254c -12.497-12.497 -32.758-12.497,-45.255,0L 288,274.745
|
58
|
+
L 288,96 c 0-17.673 -14.327-32 -32-32c-17.673,0, -32,14.327, -32,32l0,178.745 l -73.372-73.373c -12.497-12.497 -32.759-12.497,-45.256,0
|
59
|
+
C 99.124,207.621, 96,215.811, 96,224s 3.124,16.379, 9.372,22.627l 128,128.001C 245.869,387.124, 266.131,387.124, 278.627,374.628z" />
|
60
|
+
<glyph unicode="" d="M 512,224C 512,365.385, 397.385,480, 256,480s -256-114.615, -256-256s 114.615-256, 256-256S 512,82.615, 512,224z M 48,224
|
61
|
+
c 0,114.875 93.125,208 208,208S 464,338.875, 464,224s -93.125-208, -208-208S 48,109.125, 48,224zM 278.627,73.372l 128,128.001c 12.497,12.496 12.497,32.757 0,45.254c -12.497,12.497 -32.758,12.497,-45.255,0L 288,173.255
|
62
|
+
L 288,352 c 0,17.673 -14.327,32 -32,32c-17.673,0, -32-14.327, -32-32l0-178.745 l -73.372,73.373c -12.497,12.497 -32.759,12.497,-45.256,0
|
63
|
+
C 99.124,240.379, 96,232.189, 96,224s 3.124-16.379, 9.372-22.627l 128-128.001C 245.869,60.876, 266.131,60.876, 278.627,73.372z" />
|
64
|
+
<glyph unicode="" d="M 256,480C 397.385,480, 512,365.385, 512,224s -114.615-256, -256-256s -256,114.615, -256,256S 114.615,480, 256,480z M 256,16
|
65
|
+
c 114.875,0 208,93.125 208,208S 370.875,432, 256,432s -208-93.125, -208-208S 141.125,16, 256,16zM 105.372,246.627l 128.001,128c 12.496,12.497 32.757,12.497 45.254,0c 12.497-12.497 12.497-32.758,0-45.255L 205.255,256
|
66
|
+
L 384,256 c 17.673,0 32-14.327 32-32c0-17.673, -14.327-32, -32-32l-178.745,0 l 73.373-73.372c 12.497-12.497 12.497-32.759,0-45.256
|
67
|
+
C 272.379,67.124, 264.189,64, 256,64s -16.379,3.124, -22.627,9.372l -128.001,128C 92.876,213.869, 92.876,234.131, 105.372,246.627z" />
|
68
|
+
<glyph unicode="" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,16
|
69
|
+
c-114.875,0-208,93.125-208,208S 141.125,432, 256,432s 208-93.125, 208-208S 370.875,16, 256,16zM 406.628,246.627l-128.001,128c-12.496,12.497-32.757,12.497-45.254,0c-12.497-12.497-12.497-32.758,0-45.255L 306.745,256
|
70
|
+
L 128,256 c-17.673,0-32-14.327-32-32c0-17.673, 14.327-32, 32-32l 178.745,0 l-73.373-73.372c-12.497-12.497-12.497-32.759,0-45.256
|
71
|
+
C 239.621,67.124, 247.811,64, 256,64s 16.379,3.124, 22.627,9.372l 128.001,128C 419.124,213.869, 419.124,234.131, 406.628,246.627z" />
|
72
|
+
<glyph unicode="" d="M 307.143,141.714q0-3.714 -2.857-6.571l-14.286-14.286q-2.857-2.857 -6.571-2.857t-6.571,2.857l-112.286,112.286l-112.286-112.286q-2.857-2.857 -6.571-2.857t-6.571,2.857l-14.286,14.286q-2.857,2.857 -2.857,6.571t 2.857,6.571l 133.143,133.143q 2.857,2.857 6.571,2.857t 6.571-2.857l 133.143-133.143q 2.857-2.857 2.857-6.571z" horiz-adv-x="329.143" />
|
73
|
+
<glyph unicode="" d="M 307.143,269.714q0-3.714 -2.857-6.571l-133.143-133.143q-2.857-2.857 -6.571-2.857t-6.571,2.857l-133.143,133.143q-2.857,2.857 -2.857,6.571t 2.857,6.571l 14.286,14.286q 2.857,2.857 6.571,2.857t 6.571-2.857l 112.286-112.286l 112.286,112.286q 2.857,2.857 6.571,2.857t 6.571-2.857l 14.286-14.286q 2.857-2.857 2.857-6.571z" horiz-adv-x="329.143" />
|
74
|
+
<glyph unicode="" d="M 179.143,324.571q0-3.714 -2.857-6.571l-112.286-112.286l 112.286-112.286q 2.857-2.857 2.857-6.571t-2.857-6.571l-14.286-14.286q-2.857-2.857 -6.571-2.857t-6.571,2.857l-133.143,133.143q-2.857,2.857 -2.857,6.571t 2.857,6.571l 133.143,133.143q 2.857,2.857 6.571,2.857t 6.571-2.857l 14.286-14.286q 2.857-2.857 2.857-6.571z" horiz-adv-x="182.857" />
|
75
|
+
<glyph unicode="" d="M 170,205.714q0-3.714 -2.857-6.571l-133.143-133.143q-2.857-2.857 -6.571-2.857t-6.571,2.857l-14.286,14.286q-2.857,2.857 -2.857,6.571t 2.857,6.571l 112.286,112.286l-112.286,112.286q-2.857,2.857 -2.857,6.571t 2.857,6.571l 14.286,14.286q 2.857,2.857 6.571,2.857t 6.571-2.857l 133.143-133.143q 2.857-2.857 2.857-6.571z" horiz-adv-x="182.857" />
|
76
|
+
<glyph unicode="" d="M 292.571,169.143q0-7.429 -5.429-12.857l-128-128q-5.429-5.429 -12.857-5.429t-12.857,5.429l-128,128q-5.429,5.429 -5.429,12.857t 5.429,12.857t 12.857,5.429l 256,0 q 7.429,0 12.857-5.429t 5.429-12.857zM 292.571,278.857q0-7.429 -5.429-12.857t-12.857-5.429l-256,0 q-7.429,0 -12.857,5.429t-5.429,12.857t 5.429,12.857l 128,128q 5.429,5.429 12.857,5.429t 12.857-5.429l 128-128q 5.429-5.429 5.429-12.857z" horiz-adv-x="292.571" />
|
77
|
+
<glyph unicode=" " horiz-adv-x="256" />
|
78
|
+
</font></defs></svg>
|
Binary file
|
Binary file
|
@@ -0,0 +1,178 @@
|
|
1
|
+
@font-face {
|
2
|
+
font-family: 'footable';
|
3
|
+
src: url('fonts/footable.eot');
|
4
|
+
src: url('fonts/footable.eot?#iefix') format('embedded-opentype'), url('fonts/footable.woff') format('woff'), url('fonts/footable.ttf') format('truetype'), url('fonts/footable.svg#footable') format('svg');
|
5
|
+
font-weight: normal;
|
6
|
+
font-style: normal;
|
7
|
+
}
|
8
|
+
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
9
|
+
@font-face {
|
10
|
+
font-family: 'footable';
|
11
|
+
src: url('fonts/footable.svg#footable') format('svg');
|
12
|
+
font-weight: normal;
|
13
|
+
font-style: normal;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
.footable {
|
17
|
+
width: 100%;
|
18
|
+
/** SORTING **/
|
19
|
+
|
20
|
+
/** PAGINATION **/
|
21
|
+
|
22
|
+
}
|
23
|
+
.footable.breakpoint > tbody > tr.footable-detail-show > td {
|
24
|
+
border-bottom: none;
|
25
|
+
}
|
26
|
+
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
27
|
+
content: "\e001";
|
28
|
+
}
|
29
|
+
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
|
30
|
+
cursor: pointer;
|
31
|
+
}
|
32
|
+
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
|
33
|
+
background: #eee;
|
34
|
+
border-top: none;
|
35
|
+
}
|
36
|
+
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
|
37
|
+
display: inline-block;
|
38
|
+
font-family: 'footable';
|
39
|
+
speak: none;
|
40
|
+
font-style: normal;
|
41
|
+
font-weight: normal;
|
42
|
+
font-variant: normal;
|
43
|
+
text-transform: none;
|
44
|
+
-webkit-font-smoothing: antialiased;
|
45
|
+
padding-right: 5px;
|
46
|
+
font-size: 14px;
|
47
|
+
color: #888888;
|
48
|
+
}
|
49
|
+
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
|
50
|
+
content: "\e000";
|
51
|
+
}
|
52
|
+
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
53
|
+
content: "\e005";
|
54
|
+
}
|
55
|
+
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
|
56
|
+
content: "\e004";
|
57
|
+
}
|
58
|
+
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
59
|
+
content: "\e003";
|
60
|
+
}
|
61
|
+
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
|
62
|
+
content: "\e002";
|
63
|
+
}
|
64
|
+
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
65
|
+
content: "\e007";
|
66
|
+
}
|
67
|
+
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
|
68
|
+
content: "\e006";
|
69
|
+
}
|
70
|
+
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
71
|
+
content: "\e009";
|
72
|
+
}
|
73
|
+
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
|
74
|
+
content: "\e008";
|
75
|
+
}
|
76
|
+
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
77
|
+
content: "\e00f";
|
78
|
+
}
|
79
|
+
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
|
80
|
+
content: "\e011";
|
81
|
+
}
|
82
|
+
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
83
|
+
content: "\e013";
|
84
|
+
}
|
85
|
+
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
|
86
|
+
content: "\e015";
|
87
|
+
}
|
88
|
+
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
89
|
+
content: "\e01b";
|
90
|
+
}
|
91
|
+
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
|
92
|
+
content: "\e01d";
|
93
|
+
}
|
94
|
+
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
95
|
+
content: "\e00b";
|
96
|
+
}
|
97
|
+
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
|
98
|
+
content: "\e00d";
|
99
|
+
}
|
100
|
+
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
101
|
+
content: "\e01f";
|
102
|
+
}
|
103
|
+
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
|
104
|
+
content: "\e021";
|
105
|
+
}
|
106
|
+
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
107
|
+
content: "\e017";
|
108
|
+
}
|
109
|
+
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
|
110
|
+
content: "\e019";
|
111
|
+
}
|
112
|
+
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
|
113
|
+
font-size: 18px;
|
114
|
+
}
|
115
|
+
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
|
116
|
+
font-size: 24px;
|
117
|
+
}
|
118
|
+
.footable > thead > tr > th {
|
119
|
+
-webkit-touch-callout: none;
|
120
|
+
-webkit-user-select: none;
|
121
|
+
-khtml-user-select: none;
|
122
|
+
-moz-user-select: -moz-none;
|
123
|
+
-ms-user-select: none;
|
124
|
+
user-select: none;
|
125
|
+
}
|
126
|
+
.footable > thead > tr > th.footable-sortable:hover {
|
127
|
+
cursor: pointer;
|
128
|
+
}
|
129
|
+
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
|
130
|
+
content: "\e013";
|
131
|
+
}
|
132
|
+
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
|
133
|
+
content: "\e012";
|
134
|
+
}
|
135
|
+
.footable > thead > tr > th > span.footable-sort-indicator {
|
136
|
+
display: inline-block;
|
137
|
+
font-family: 'footable';
|
138
|
+
speak: none;
|
139
|
+
font-style: normal;
|
140
|
+
font-weight: normal;
|
141
|
+
font-variant: normal;
|
142
|
+
text-transform: none;
|
143
|
+
-webkit-font-smoothing: antialiased;
|
144
|
+
padding-left: 5px;
|
145
|
+
}
|
146
|
+
.footable > thead > tr > th > span.footable-sort-indicator:before {
|
147
|
+
content: "\e022";
|
148
|
+
}
|
149
|
+
.footable > tfoot .pagination {
|
150
|
+
margin: 0;
|
151
|
+
}
|
152
|
+
.footable.no-paging .hide-if-no-paging {
|
153
|
+
display: none;
|
154
|
+
}
|
155
|
+
.footable-row-detail-inner {
|
156
|
+
display: table;
|
157
|
+
}
|
158
|
+
.footable-row-detail-row {
|
159
|
+
display: table-row;
|
160
|
+
line-height: 1.5em;
|
161
|
+
}
|
162
|
+
.footable-row-detail-group {
|
163
|
+
display: block;
|
164
|
+
line-height: 2em;
|
165
|
+
font-size: 1.2em;
|
166
|
+
font-weight: bold;
|
167
|
+
}
|
168
|
+
.footable-row-detail-name {
|
169
|
+
display: table-cell;
|
170
|
+
font-weight: bold;
|
171
|
+
padding-right: 0.5em;
|
172
|
+
}
|
173
|
+
.footable-row-detail-value {
|
174
|
+
display: table-cell;
|
175
|
+
}
|
176
|
+
.footable-odd {
|
177
|
+
background-color: #f7f7f7;
|
178
|
+
}
|