rails-adminlte 0.1.7 → 0.1.8

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.
Files changed (36) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +5 -1
  3. data/lib/rails/adminlte/version.rb +1 -1
  4. data/vendor/assets/javascripts/adminlte/adminlte.js +1025 -668
  5. data/vendor/assets/stylesheets/adminlte/adminlte.css +125 -90
  6. data/vendor/assets/stylesheets/adminlte/alt/AdminLTE-select2.css +4 -1
  7. data/vendor/assets/stylesheets/adminlte/alt/AdminLTE-select2.min.css +1 -1
  8. data/vendor/assets/stylesheets/adminlte/alt/AdminLTE-without-plugins.css +98 -88
  9. data/vendor/assets/stylesheets/adminlte/alt/AdminLTE-without-plugins.min.css +4 -4
  10. data/vendor/assets/stylesheets/adminlte/skins/_all-skins.css +84 -73
  11. data/vendor/assets/stylesheets/adminlte/skins/_all-skins.min.css +1 -1
  12. data/vendor/assets/stylesheets/adminlte/skins/skin-black-light.css +12 -14
  13. data/vendor/assets/stylesheets/adminlte/skins/skin-black-light.min.css +1 -1
  14. data/vendor/assets/stylesheets/adminlte/skins/skin-black.css +7 -4
  15. data/vendor/assets/stylesheets/adminlte/skins/skin-black.min.css +1 -1
  16. data/vendor/assets/stylesheets/adminlte/skins/skin-blue-light.css +6 -7
  17. data/vendor/assets/stylesheets/adminlte/skins/skin-blue-light.min.css +1 -1
  18. data/vendor/assets/stylesheets/adminlte/skins/skin-blue.css +7 -4
  19. data/vendor/assets/stylesheets/adminlte/skins/skin-blue.min.css +1 -1
  20. data/vendor/assets/stylesheets/adminlte/skins/skin-green-light.css +6 -7
  21. data/vendor/assets/stylesheets/adminlte/skins/skin-green-light.min.css +1 -1
  22. data/vendor/assets/stylesheets/adminlte/skins/skin-green.css +7 -4
  23. data/vendor/assets/stylesheets/adminlte/skins/skin-green.min.css +1 -1
  24. data/vendor/assets/stylesheets/adminlte/skins/skin-purple-light.css +6 -7
  25. data/vendor/assets/stylesheets/adminlte/skins/skin-purple-light.min.css +1 -1
  26. data/vendor/assets/stylesheets/adminlte/skins/skin-purple.css +7 -4
  27. data/vendor/assets/stylesheets/adminlte/skins/skin-purple.min.css +1 -1
  28. data/vendor/assets/stylesheets/adminlte/skins/skin-red-light.css +6 -7
  29. data/vendor/assets/stylesheets/adminlte/skins/skin-red-light.min.css +1 -1
  30. data/vendor/assets/stylesheets/adminlte/skins/skin-red.css +7 -4
  31. data/vendor/assets/stylesheets/adminlte/skins/skin-red.min.css +1 -1
  32. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow-light.css +6 -7
  33. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow-light.min.css +1 -1
  34. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow.css +7 -4
  35. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow.min.css +1 -1
  36. metadata +3 -3
@@ -1,11 +1,10 @@
1
- @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
2
1
  /*!
3
- * AdminLTE v2.3.12
2
+ * AdminLTE v2.4.2
4
3
  * Author: Almsaeed Studio
5
- * Website: Almsaeed Studio <http://almsaeedstudio.com>
4
+ * Website: Almsaeed Studio <https://adminlte.io>
6
5
  * License: Open source - MIT
7
6
  * Please visit http://opensource.org/licenses/MIT for more information
8
- !*/
7
+ */
9
8
  /*
10
9
  * Core: General Layout Style
11
10
  * -------------------------
@@ -51,10 +50,8 @@ body {
51
50
  }
52
51
  /*
53
52
  * Content Wrapper - contains the main content
54
- * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ```
55
53
  */
56
54
  .content-wrapper,
57
- .right-side,
58
55
  .main-footer {
59
56
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
60
57
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
@@ -64,27 +61,23 @@ body {
64
61
  z-index: 820;
65
62
  }
66
63
  .layout-top-nav .content-wrapper,
67
- .layout-top-nav .right-side,
68
64
  .layout-top-nav .main-footer {
69
65
  margin-left: 0;
70
66
  }
71
67
  @media (max-width: 767px) {
72
68
  .content-wrapper,
73
- .right-side,
74
69
  .main-footer {
75
70
  margin-left: 0;
76
71
  }
77
72
  }
78
73
  @media (min-width: 768px) {
79
74
  .sidebar-collapse .content-wrapper,
80
- .sidebar-collapse .right-side,
81
75
  .sidebar-collapse .main-footer {
82
76
  margin-left: 0;
83
77
  }
84
78
  }
85
79
  @media (max-width: 767px) {
86
80
  .sidebar-open .content-wrapper,
87
- .sidebar-open .right-side,
88
81
  .sidebar-open .main-footer {
89
82
  -webkit-transform: translate(230px, 0);
90
83
  -ms-transform: translate(230px, 0);
@@ -92,8 +85,7 @@ body {
92
85
  transform: translate(230px, 0);
93
86
  }
94
87
  }
95
- .content-wrapper,
96
- .right-side {
88
+ .content-wrapper {
97
89
  min-height: 100%;
98
90
  background-color: #ecf0f5;
99
91
  z-index: 800;
@@ -128,13 +120,17 @@ body {
128
120
  .fixed.layout-boxed .wrapper {
129
121
  max-width: 100%;
130
122
  }
131
- body.hold-transition .content-wrapper,
132
- body.hold-transition .right-side,
133
- body.hold-transition .main-footer,
134
- body.hold-transition .main-sidebar,
135
- body.hold-transition .left-side,
136
- body.hold-transition .main-header .navbar,
137
- body.hold-transition .main-header .logo {
123
+ .fixed .wrapper {
124
+ overflow: hidden;
125
+ }
126
+ .hold-transition .content-wrapper,
127
+ .hold-transition .right-side,
128
+ .hold-transition .main-footer,
129
+ .hold-transition .main-sidebar,
130
+ .hold-transition .left-side,
131
+ .hold-transition .main-header .navbar,
132
+ .hold-transition .main-header .logo,
133
+ .hold-transition .menu-open .fa-angle-left {
138
134
  /* Fix for IE */
139
135
  -webkit-transition: none;
140
136
  -o-transition: none;
@@ -412,8 +408,7 @@ a:focus {
412
408
  * Component: Sidebar
413
409
  * ------------------
414
410
  */
415
- .main-sidebar,
416
- .left-side {
411
+ .main-sidebar {
417
412
  position: absolute;
418
413
  top: 0;
419
414
  left: 0;
@@ -427,14 +422,12 @@ a:focus {
427
422
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
428
423
  }
429
424
  @media (max-width: 767px) {
430
- .main-sidebar,
431
- .left-side {
425
+ .main-sidebar {
432
426
  padding-top: 100px;
433
427
  }
434
428
  }
435
429
  @media (max-width: 767px) {
436
- .main-sidebar,
437
- .left-side {
430
+ .main-sidebar {
438
431
  -webkit-transform: translate(-230px, 0);
439
432
  -ms-transform: translate(-230px, 0);
440
433
  -o-transform: translate(-230px, 0);
@@ -442,8 +435,7 @@ a:focus {
442
435
  }
443
436
  }
444
437
  @media (min-width: 768px) {
445
- .sidebar-collapse .main-sidebar,
446
- .sidebar-collapse .left-side {
438
+ .sidebar-collapse .main-sidebar {
447
439
  -webkit-transform: translate(-230px, 0);
448
440
  -ms-transform: translate(-230px, 0);
449
441
  -o-transform: translate(-230px, 0);
@@ -451,8 +443,7 @@ a:focus {
451
443
  }
452
444
  }
453
445
  @media (max-width: 767px) {
454
- .sidebar-open .main-sidebar,
455
- .sidebar-open .left-side {
446
+ .sidebar-open .main-sidebar {
456
447
  -webkit-transform: translate(0, 0);
457
448
  -ms-transform: translate(0, 0);
458
449
  -o-transform: translate(0, 0);
@@ -541,6 +532,9 @@ a:focus {
541
532
  height: auto;
542
533
  padding: 0;
543
534
  margin-right: 10px;
535
+ -webkit-transition: transform 0.5s ease;
536
+ -o-transition: transform 0.5s ease;
537
+ transition: transform 0.5s ease;
544
538
  }
545
539
  .sidebar-menu li > a > .fa-angle-left {
546
540
  position: absolute;
@@ -548,44 +542,15 @@ a:focus {
548
542
  right: 10px;
549
543
  margin-top: -8px;
550
544
  }
551
- .sidebar-menu li.active > a > .fa-angle-left,
552
- .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
545
+ .sidebar-menu .menu-open > a > .fa-angle-left,
546
+ .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
553
547
  -webkit-transform: rotate(-90deg);
554
548
  -ms-transform: rotate(-90deg);
555
549
  -o-transform: rotate(-90deg);
556
550
  transform: rotate(-90deg);
557
551
  }
558
- .sidebar-menu li.active > .treeview-menu {
559
- display: block;
560
- }
561
- .sidebar-menu .treeview-menu {
562
- display: none;
563
- list-style: none;
564
- padding: 0;
565
- margin: 0;
566
- padding-left: 5px;
567
- }
568
- .sidebar-menu .treeview-menu .treeview-menu {
569
- padding-left: 20px;
570
- }
571
- .sidebar-menu .treeview-menu > li {
572
- margin: 0;
573
- }
574
- .sidebar-menu .treeview-menu > li > a {
575
- padding: 5px 5px 5px 15px;
552
+ .sidebar-menu .active > .treeview-menu {
576
553
  display: block;
577
- font-size: 14px;
578
- }
579
- .sidebar-menu .treeview-menu > li > a > .fa,
580
- .sidebar-menu .treeview-menu > li > a > .glyphicon,
581
- .sidebar-menu .treeview-menu > li > a > .ion {
582
- width: 20px;
583
- }
584
- .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
585
- .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
586
- .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
587
- .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
588
- width: auto;
589
554
  }
590
555
  /*
591
556
  * Component: Sidebar Mini
@@ -622,34 +587,6 @@ a:focus {
622
587
  padding-bottom: 5px;
623
588
  border-bottom-right-radius: 4px;
624
589
  }
625
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
626
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
627
- display: block !important;
628
- position: absolute;
629
- width: 180px;
630
- left: 50px;
631
- }
632
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
633
- top: 0;
634
- margin-left: -3px;
635
- padding: 12px 5px 12px 20px;
636
- background-color: inherit;
637
- }
638
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
639
- position: relative!important;
640
- float: right;
641
- width: auto!important;
642
- left: 180px !important;
643
- top: -22px !important;
644
- z-index: 900;
645
- }
646
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
647
- display: none;
648
- }
649
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
650
- top: 44px;
651
- margin-left: 0;
652
- }
653
590
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
654
591
  .sidebar-mini.sidebar-collapse .sidebar-form,
655
592
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
@@ -675,6 +612,41 @@ a:focus {
675
612
  margin-left: 50px;
676
613
  }
677
614
  }
615
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
616
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
617
+ display: block !important;
618
+ position: absolute;
619
+ width: 180px;
620
+ left: 50px;
621
+ }
622
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
623
+ top: 0;
624
+ margin-left: -3px;
625
+ padding: 12px 5px 12px 20px;
626
+ background-color: inherit;
627
+ }
628
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
629
+ position: relative !important;
630
+ float: right;
631
+ width: auto !important;
632
+ left: 180px !important;
633
+ top: -22px !important;
634
+ z-index: 900;
635
+ }
636
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
637
+ display: none;
638
+ }
639
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
640
+ top: 44px;
641
+ margin-left: 0;
642
+ }
643
+ .sidebar-expanded-on-hover .main-footer,
644
+ .sidebar-expanded-on-hover .content-wrapper {
645
+ margin-left: 50px;
646
+ }
647
+ .sidebar-expanded-on-hover .main-sidebar {
648
+ box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
649
+ }
678
650
  .sidebar-menu,
679
651
  .main-sidebar .user-panel,
680
652
  .sidebar-menu > li.header {
@@ -743,6 +715,12 @@ a:focus {
743
715
  margin-right: 230px;
744
716
  }
745
717
  }
718
+ .fixed .control-sidebar {
719
+ position: fixed;
720
+ height: 100%;
721
+ overflow-y: auto;
722
+ padding-bottom: 50px;
723
+ }
746
724
  .nav-tabs.control-sidebar-tabs > li:first-of-type > a,
747
725
  .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
748
726
  .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
@@ -2499,6 +2477,9 @@ a:focus {
2499
2477
  margin-bottom: -2px;
2500
2478
  margin-right: 5px;
2501
2479
  }
2480
+ .nav-tabs-custom > .nav-tabs > li.disabled > a {
2481
+ color: #777;
2482
+ }
2502
2483
  .nav-tabs-custom > .nav-tabs > li > a {
2503
2484
  color: #444;
2504
2485
  border-radius: 0;
@@ -3084,6 +3065,35 @@ table.text-center th {
3084
3065
  height: auto;
3085
3066
  float: left;
3086
3067
  }
3068
+ .treeview-menu {
3069
+ display: none;
3070
+ list-style: none;
3071
+ padding: 0;
3072
+ margin: 0;
3073
+ padding-left: 5px;
3074
+ }
3075
+ .treeview-menu .treeview-menu {
3076
+ padding-left: 20px;
3077
+ }
3078
+ .treeview-menu > li {
3079
+ margin: 0;
3080
+ }
3081
+ .treeview-menu > li > a {
3082
+ padding: 5px 5px 5px 15px;
3083
+ display: block;
3084
+ font-size: 14px;
3085
+ }
3086
+ .treeview-menu > li > a > .fa,
3087
+ .treeview-menu > li > a > .glyphicon,
3088
+ .treeview-menu > li > a > .ion {
3089
+ width: 20px;
3090
+ }
3091
+ .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
3092
+ .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
3093
+ .treeview-menu > li > a > .fa-angle-left,
3094
+ .treeview-menu > li > a > .fa-angle-down {
3095
+ width: auto;
3096
+ }
3087
3097
  /*
3088
3098
  * Page: Mailbox
3089
3099
  * -------------
@@ -4266,7 +4276,10 @@ table.text-center th {
4266
4276
  .select2-dropdown .select2-search__field:focus,
4267
4277
  .select2-search--inline .select2-search__field:focus {
4268
4278
  outline: none;
4269
- border: 1px solid #3c8dbc;
4279
+ }
4280
+ .select2-container--default.select2-container--focus .select2-selection--multiple,
4281
+ .select2-container--default .select2-search--dropdown .select2-search__field {
4282
+ border-color: #3c8dbc !important;
4270
4283
  }
4271
4284
  .select2-container--default .select2-results__option[aria-disabled=true] {
4272
4285
  color: #999;
@@ -4304,6 +4317,28 @@ table.text-center th {
4304
4317
  .select2-container .select2-selection--single .select2-selection__rendered {
4305
4318
  padding-right: 10px;
4306
4319
  }
4320
+ .box .datepicker-inline,
4321
+ .box .datepicker-inline .datepicker-days,
4322
+ .box .datepicker-inline > table,
4323
+ .box .datepicker-inline .datepicker-days > table {
4324
+ width: 100%;
4325
+ }
4326
+ .box .datepicker-inline td:hover,
4327
+ .box .datepicker-inline .datepicker-days td:hover,
4328
+ .box .datepicker-inline > table td:hover,
4329
+ .box .datepicker-inline .datepicker-days > table td:hover {
4330
+ background-color: rgba(255, 255, 255, 0.3);
4331
+ }
4332
+ .box .datepicker-inline td.day.old,
4333
+ .box .datepicker-inline .datepicker-days td.day.old,
4334
+ .box .datepicker-inline > table td.day.old,
4335
+ .box .datepicker-inline .datepicker-days > table td.day.old,
4336
+ .box .datepicker-inline td.day.new,
4337
+ .box .datepicker-inline .datepicker-days td.day.new,
4338
+ .box .datepicker-inline > table td.day.new,
4339
+ .box .datepicker-inline .datepicker-days > table td.day.new {
4340
+ color: #777;
4341
+ }
4307
4342
  /*
4308
4343
  * General: Miscellaneous
4309
4344
  * ----------------------
@@ -57,7 +57,10 @@
57
57
  .select2-dropdown .select2-search__field:focus,
58
58
  .select2-search--inline .select2-search__field:focus {
59
59
  outline: none;
60
- border: 1px solid #3c8dbc;
60
+ }
61
+ .select2-container--default.select2-container--focus .select2-selection--multiple,
62
+ .select2-container--default .select2-search--dropdown .select2-search__field {
63
+ border-color: #3c8dbc !important;
61
64
  }
62
65
  .select2-container--default .select2-results__option[aria-disabled=true] {
63
66
  color: #999;
@@ -1 +1 @@
1
- .select2-container--default.select2-container--focus,.select2-selection.select2-container--focus,.select2-container--default:focus,.select2-selection:focus,.select2-container--default:active,.select2-selection:active{outline:none}.select2-container--default .select2-selection--single,.select2-selection .select2-selection--single{border:1px solid #d2d6de;border-radius:0;padding:6px 12px;height:34px}.select2-container--default.select2-container--open{border-color:#3c8dbc}.select2-dropdown{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#3c8dbc;color:white}.select2-results__option{padding:6px 12px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:0;height:auto;margin-top:-4px}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:6px;padding-left:20px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:28px;right:3px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.select2-dropdown .select2-search__field,.select2-search--inline .select2-search__field{border:1px solid #d2d6de}.select2-dropdown .select2-search__field:focus,.select2-search--inline .select2-search__field:focus{outline:none;border:1px solid #3c8dbc}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[aria-selected=true]:hover{color:#444}.select2-container--default .select2-selection--multiple{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-selection--multiple:focus{border-color:#3c8dbc}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#d2d6de}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#3c8dbc;border-color:#367fa9;padding:1px 10px;color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{margin-right:5px;color:rgba(255,255,255,0.7)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff}.select2-container .select2-selection--single .select2-selection__rendered{padding-right:10px}
1
+ .select2-container--default.select2-container--focus,.select2-selection.select2-container--focus,.select2-container--default:focus,.select2-selection:focus,.select2-container--default:active,.select2-selection:active{outline:none}.select2-container--default .select2-selection--single,.select2-selection .select2-selection--single{border:1px solid #d2d6de;border-radius:0;padding:6px 12px;height:34px}.select2-container--default.select2-container--open{border-color:#3c8dbc}.select2-dropdown{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#3c8dbc;color:white}.select2-results__option{padding:6px 12px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:0;height:auto;margin-top:-4px}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:6px;padding-left:20px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:28px;right:3px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.select2-dropdown .select2-search__field,.select2-search--inline .select2-search__field{border:1px solid #d2d6de}.select2-dropdown .select2-search__field:focus,.select2-search--inline .select2-search__field:focus{outline:none}.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-search--dropdown .select2-search__field{border-color:#3c8dbc !important}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[aria-selected=true]:hover{color:#444}.select2-container--default .select2-selection--multiple{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-selection--multiple:focus{border-color:#3c8dbc}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#d2d6de}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#3c8dbc;border-color:#367fa9;padding:1px 10px;color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{margin-right:5px;color:rgba(255,255,255,0.7)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff}.select2-container .select2-selection--single .select2-selection__rendered{padding-right:10px}
@@ -1,8 +1,7 @@
1
- @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
2
1
  /*!
3
- * AdminLTE v2.3.5 Without Third-Party Plugins
2
+ * AdminLTE v2.4.0 Without Third-Party Plugins
4
3
  * Author: Almsaeed Studio
5
- * Website: Almsaeed Studio <http://almsaeedstudio.com>
4
+ * Website: Almsaeed Studio <https://adminlte.io>
6
5
  * License: Open source - MIT
7
6
  * Please visit http://opensource.org/licenses/MIT for more information
8
7
  !*/
@@ -51,10 +50,8 @@ body {
51
50
  }
52
51
  /*
53
52
  * Content Wrapper - contains the main content
54
- * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ```
55
53
  */
56
54
  .content-wrapper,
57
- .right-side,
58
55
  .main-footer {
59
56
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
60
57
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
@@ -64,27 +61,23 @@ body {
64
61
  z-index: 820;
65
62
  }
66
63
  .layout-top-nav .content-wrapper,
67
- .layout-top-nav .right-side,
68
64
  .layout-top-nav .main-footer {
69
65
  margin-left: 0;
70
66
  }
71
67
  @media (max-width: 767px) {
72
68
  .content-wrapper,
73
- .right-side,
74
69
  .main-footer {
75
70
  margin-left: 0;
76
71
  }
77
72
  }
78
73
  @media (min-width: 768px) {
79
74
  .sidebar-collapse .content-wrapper,
80
- .sidebar-collapse .right-side,
81
75
  .sidebar-collapse .main-footer {
82
76
  margin-left: 0;
83
77
  }
84
78
  }
85
79
  @media (max-width: 767px) {
86
80
  .sidebar-open .content-wrapper,
87
- .sidebar-open .right-side,
88
81
  .sidebar-open .main-footer {
89
82
  -webkit-transform: translate(230px, 0);
90
83
  -ms-transform: translate(230px, 0);
@@ -92,8 +85,7 @@ body {
92
85
  transform: translate(230px, 0);
93
86
  }
94
87
  }
95
- .content-wrapper,
96
- .right-side {
88
+ .content-wrapper {
97
89
  min-height: 100%;
98
90
  background-color: #ecf0f5;
99
91
  z-index: 800;
@@ -128,13 +120,17 @@ body {
128
120
  .fixed.layout-boxed .wrapper {
129
121
  max-width: 100%;
130
122
  }
131
- body.hold-transition .content-wrapper,
132
- body.hold-transition .right-side,
133
- body.hold-transition .main-footer,
134
- body.hold-transition .main-sidebar,
135
- body.hold-transition .left-side,
136
- body.hold-transition .main-header .navbar,
137
- body.hold-transition .main-header .logo {
123
+ .fixed .wrapper {
124
+ overflow: hidden;
125
+ }
126
+ .hold-transition .content-wrapper,
127
+ .hold-transition .right-side,
128
+ .hold-transition .main-footer,
129
+ .hold-transition .main-sidebar,
130
+ .hold-transition .left-side,
131
+ .hold-transition .main-header .navbar,
132
+ .hold-transition .main-header .logo,
133
+ .hold-transition .menu-open .fa-angle-left {
138
134
  /* Fix for IE */
139
135
  -webkit-transition: none;
140
136
  -o-transition: none;
@@ -412,8 +408,7 @@ a:focus {
412
408
  * Component: Sidebar
413
409
  * ------------------
414
410
  */
415
- .main-sidebar,
416
- .left-side {
411
+ .main-sidebar {
417
412
  position: absolute;
418
413
  top: 0;
419
414
  left: 0;
@@ -427,14 +422,12 @@ a:focus {
427
422
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
428
423
  }
429
424
  @media (max-width: 767px) {
430
- .main-sidebar,
431
- .left-side {
425
+ .main-sidebar {
432
426
  padding-top: 100px;
433
427
  }
434
428
  }
435
429
  @media (max-width: 767px) {
436
- .main-sidebar,
437
- .left-side {
430
+ .main-sidebar {
438
431
  -webkit-transform: translate(-230px, 0);
439
432
  -ms-transform: translate(-230px, 0);
440
433
  -o-transform: translate(-230px, 0);
@@ -442,8 +435,7 @@ a:focus {
442
435
  }
443
436
  }
444
437
  @media (min-width: 768px) {
445
- .sidebar-collapse .main-sidebar,
446
- .sidebar-collapse .left-side {
438
+ .sidebar-collapse .main-sidebar {
447
439
  -webkit-transform: translate(-230px, 0);
448
440
  -ms-transform: translate(-230px, 0);
449
441
  -o-transform: translate(-230px, 0);
@@ -451,8 +443,7 @@ a:focus {
451
443
  }
452
444
  }
453
445
  @media (max-width: 767px) {
454
- .sidebar-open .main-sidebar,
455
- .sidebar-open .left-side {
446
+ .sidebar-open .main-sidebar {
456
447
  -webkit-transform: translate(0, 0);
457
448
  -ms-transform: translate(0, 0);
458
449
  -o-transform: translate(0, 0);
@@ -541,6 +532,9 @@ a:focus {
541
532
  height: auto;
542
533
  padding: 0;
543
534
  margin-right: 10px;
535
+ -webkit-transition: transform 0.5s ease;
536
+ -o-transition: transform 0.5s ease;
537
+ transition: transform 0.5s ease;
544
538
  }
545
539
  .sidebar-menu li > a > .fa-angle-left {
546
540
  position: absolute;
@@ -548,44 +542,15 @@ a:focus {
548
542
  right: 10px;
549
543
  margin-top: -8px;
550
544
  }
551
- .sidebar-menu li.active > a > .fa-angle-left,
552
- .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
545
+ .sidebar-menu .menu-open > a > .fa-angle-left,
546
+ .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
553
547
  -webkit-transform: rotate(-90deg);
554
548
  -ms-transform: rotate(-90deg);
555
549
  -o-transform: rotate(-90deg);
556
550
  transform: rotate(-90deg);
557
551
  }
558
- .sidebar-menu li.active > .treeview-menu {
559
- display: block;
560
- }
561
- .sidebar-menu .treeview-menu {
562
- display: none;
563
- list-style: none;
564
- padding: 0;
565
- margin: 0;
566
- padding-left: 5px;
567
- }
568
- .sidebar-menu .treeview-menu .treeview-menu {
569
- padding-left: 20px;
570
- }
571
- .sidebar-menu .treeview-menu > li {
572
- margin: 0;
573
- }
574
- .sidebar-menu .treeview-menu > li > a {
575
- padding: 5px 5px 5px 15px;
552
+ .sidebar-menu .active > .treeview-menu {
576
553
  display: block;
577
- font-size: 14px;
578
- }
579
- .sidebar-menu .treeview-menu > li > a > .fa,
580
- .sidebar-menu .treeview-menu > li > a > .glyphicon,
581
- .sidebar-menu .treeview-menu > li > a > .ion {
582
- width: 20px;
583
- }
584
- .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
585
- .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
586
- .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
587
- .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
588
- width: auto;
589
554
  }
590
555
  /*
591
556
  * Component: Sidebar Mini
@@ -622,34 +587,6 @@ a:focus {
622
587
  padding-bottom: 5px;
623
588
  border-bottom-right-radius: 4px;
624
589
  }
625
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
626
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
627
- display: block !important;
628
- position: absolute;
629
- width: 180px;
630
- left: 50px;
631
- }
632
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
633
- top: 0;
634
- margin-left: -3px;
635
- padding: 12px 5px 12px 20px;
636
- background-color: inherit;
637
- }
638
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
639
- position: relative!important;
640
- float: right;
641
- width: auto!important;
642
- left: 180px !important;
643
- top: -22px !important;
644
- z-index: 900;
645
- }
646
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
647
- display: none;
648
- }
649
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
650
- top: 44px;
651
- margin-left: 0;
652
- }
653
590
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
654
591
  .sidebar-mini.sidebar-collapse .sidebar-form,
655
592
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
@@ -675,6 +612,41 @@ a:focus {
675
612
  margin-left: 50px;
676
613
  }
677
614
  }
615
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
616
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
617
+ display: block !important;
618
+ position: absolute;
619
+ width: 180px;
620
+ left: 50px;
621
+ }
622
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
623
+ top: 0;
624
+ margin-left: -3px;
625
+ padding: 12px 5px 12px 20px;
626
+ background-color: inherit;
627
+ }
628
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
629
+ position: relative !important;
630
+ float: right;
631
+ width: auto !important;
632
+ left: 180px !important;
633
+ top: -22px !important;
634
+ z-index: 900;
635
+ }
636
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
637
+ display: none;
638
+ }
639
+ .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
640
+ top: 44px;
641
+ margin-left: 0;
642
+ }
643
+ .sidebar-expanded-on-hover .main-footer,
644
+ .sidebar-expanded-on-hover .content-wrapper {
645
+ margin-left: 50px;
646
+ }
647
+ .sidebar-expanded-on-hover .main-sidebar {
648
+ box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
649
+ }
678
650
  .sidebar-menu,
679
651
  .main-sidebar .user-panel,
680
652
  .sidebar-menu > li.header {
@@ -743,6 +715,12 @@ a:focus {
743
715
  margin-right: 230px;
744
716
  }
745
717
  }
718
+ .fixed .control-sidebar {
719
+ position: fixed;
720
+ height: 100%;
721
+ overflow-y: auto;
722
+ padding-bottom: 50px;
723
+ }
746
724
  .nav-tabs.control-sidebar-tabs > li:first-of-type > a,
747
725
  .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
748
726
  .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
@@ -2499,6 +2477,9 @@ a:focus {
2499
2477
  margin-bottom: -2px;
2500
2478
  margin-right: 5px;
2501
2479
  }
2480
+ .nav-tabs-custom > .nav-tabs > li.disabled > a {
2481
+ color: #777;
2482
+ }
2502
2483
  .nav-tabs-custom > .nav-tabs > li > a {
2503
2484
  color: #444;
2504
2485
  border-radius: 0;
@@ -3084,6 +3065,35 @@ table.text-center th {
3084
3065
  height: auto;
3085
3066
  float: left;
3086
3067
  }
3068
+ .treeview-menu {
3069
+ display: none;
3070
+ list-style: none;
3071
+ padding: 0;
3072
+ margin: 0;
3073
+ padding-left: 5px;
3074
+ }
3075
+ .treeview-menu .treeview-menu {
3076
+ padding-left: 20px;
3077
+ }
3078
+ .treeview-menu > li {
3079
+ margin: 0;
3080
+ }
3081
+ .treeview-menu > li > a {
3082
+ padding: 5px 5px 5px 15px;
3083
+ display: block;
3084
+ font-size: 14px;
3085
+ }
3086
+ .treeview-menu > li > a > .fa,
3087
+ .treeview-menu > li > a > .glyphicon,
3088
+ .treeview-menu > li > a > .ion {
3089
+ width: 20px;
3090
+ }
3091
+ .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
3092
+ .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
3093
+ .treeview-menu > li > a > .fa-angle-left,
3094
+ .treeview-menu > li > a > .fa-angle-down {
3095
+ width: auto;
3096
+ }
3087
3097
  /*
3088
3098
  * Page: Mailbox
3089
3099
  * -------------