Browse Source

Remove trailing spaces

XhmikosR 4 years ago
parent
commit
86d5d9b038

+ 1 - 1
build/scss/plugins/_mixins.scss

@@ -64,7 +64,7 @@
             }
           }
         }
-  
+
         &.select2-container--focus .select2-selection--multiple {
           border-color: lighten($color, 25%);
         }

+ 1 - 1
build/scss/plugins/_pace.scss

@@ -14,7 +14,7 @@
   }
 }
 
-// Mixin 
+// Mixin
 @mixin pace-variant($name, $color) {
   .pace-#{$name} {
     .pace {

+ 2 - 2
build/scss/plugins/_select2.scss

@@ -227,7 +227,7 @@ select.form-control-sm ~ {
   .select2-container--default {
     .select2-selection--single {
       height: $input-height-sm;
-      
+
       .select2-selection__rendered {
         margin-top: -.4rem;
       }
@@ -239,7 +239,7 @@ select.form-control-sm ~ {
 
     .select2-selection--multiple {
       min-height: $input-height-sm;
-      
+
       .select2-selection__rendered {
         padding: 0 $input-padding-x-sm / 2 $input-padding-y-sm;
         margin-top: -($input-padding-x-sm / 5);

+ 1 - 1
build/scss/plugins/_toastr.scss

@@ -15,7 +15,7 @@
 //     color: $white;
 //     padding-right: 0.5em;
 //     margin: auto 0.5em auto -1.5em;
-// }        
+// }
 // #toast-container > .toast-warning .toast-message:before {
 //     content: "\f06a";
 // }

+ 2 - 2
docs/_config.yml

@@ -24,7 +24,7 @@ navigation:
   - title: Components
     icon: fas fa-th
     url: components
-    subitems: 
+    subitems:
       - title: Main Header
         url: components/main-header.html
       - title: Main Sidebar
@@ -48,7 +48,7 @@ navigation:
   - title: JavaScript
     icon: fas fa-code
     url: javascript
-    subitems: 
+    subitems:
       - title: Layout
         url: javascript/layout.html
       - title: Push Menu

+ 1 - 1
docs/_includes/head.html

@@ -4,7 +4,7 @@
     <meta http-equiv="x-ua-compatible" content="ie=edge">
 
     {% seo %}
-    
+
     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
     <link rel="stylesheet" href="{{'assets/plugins/fontawesome-free/css/all.min.css' | prepend: site.baseurl}}">
     <link rel="stylesheet" href="{{'assets/plugins/overlayScrollbars/css/OverlayScrollbars.min.css' | prepend: site.baseurl}}">

+ 2 - 2
docs/_layouts/default.html

@@ -10,10 +10,10 @@
       {%- include sidebar.html -%}
 
       {{content}}
-    
+
       {%- include footer.html -%}
     </div>
-  
+
     {%- include foot.html -%}
   </body>
 </html>

+ 6 - 6
docs/_layouts/page.html

@@ -3,11 +3,11 @@ layout: default
 ---
 
 <div class="content-wrapper px-4 py-2">
-	<div class="content-header">
-		<h1 class="text-dark">{{page.title}}</h1>
-    </div>
+  <div class="content-header">
+    <h1 class="text-dark">{{page.title}}</h1>
+  </div>
 
-    <div class="content px-2">
-		{{content}}
-    </div>
+  <div class="content px-2">
+    {{content}}
+  </div>
 </div>

+ 3 - 3
index.html

@@ -824,11 +824,11 @@
                   <!-- Morris chart - Sales -->
                   <div class="chart tab-pane active" id="revenue-chart"
                        style="position: relative; height: 300px;">
-                      <canvas id="revenue-chart-canvas" height="300" style="height: 300px;"></canvas>                         
+                      <canvas id="revenue-chart-canvas" height="300" style="height: 300px;"></canvas>
                    </div>
                   <div class="chart tab-pane" id="sales-chart" style="position: relative; height: 300px;">
-                    <canvas id="sales-chart-canvas" height="300" style="height: 300px;"></canvas>                         
-                  </div>  
+                    <canvas id="sales-chart-canvas" height="300" style="height: 300px;"></canvas>
+                  </div>
                 </div>
               </div><!-- /.card-body -->
             </div>

+ 2 - 2
pages/UI/general.html

@@ -24,13 +24,13 @@
       text-align: right;
       padding-right: .75rem;
     }
-    
+
     .color-palette.disabled {
       text-align: center;
       padding-right: 0;
       display: block;
     }
-    
+
     .color-palette-set {
       margin-bottom: 15px;
     }

+ 6 - 6
pages/UI/modals.html

@@ -711,7 +711,7 @@
         <div class="row mb-2">
           <div class="col-sm-6">
             <h1>
-              Modals & Alerts 
+              Modals & Alerts
               <small>new</small>
             </h1>
           </div>
@@ -1300,7 +1300,7 @@
     });
     $('.toastsDefaultSuccess').click(function() {
       $(document).Toasts('create', {
-        class: 'bg-success', 
+        class: 'bg-success',
         title: 'Toast Title',
         subtitle: 'Subtitle',
         body: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr.'
@@ -1308,7 +1308,7 @@
     });
     $('.toastsDefaultInfo').click(function() {
       $(document).Toasts('create', {
-        class: 'bg-info', 
+        class: 'bg-info',
         title: 'Toast Title',
         subtitle: 'Subtitle',
         body: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr.'
@@ -1316,7 +1316,7 @@
     });
     $('.toastsDefaultWarning').click(function() {
       $(document).Toasts('create', {
-        class: 'bg-warning', 
+        class: 'bg-warning',
         title: 'Toast Title',
         subtitle: 'Subtitle',
         body: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr.'
@@ -1324,7 +1324,7 @@
     });
     $('.toastsDefaultDanger').click(function() {
       $(document).Toasts('create', {
-        class: 'bg-danger', 
+        class: 'bg-danger',
         title: 'Toast Title',
         subtitle: 'Subtitle',
         body: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr.'
@@ -1332,7 +1332,7 @@
     });
     $('.toastsDefaultMaroon').click(function() {
       $(document).Toasts('create', {
-        class: 'bg-maroon', 
+        class: 'bg-maroon',
         title: 'Toast Title',
         subtitle: 'Subtitle',
         body: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr.'

File diff suppressed because it is too large
+ 33 - 33
pages/UI/navbar.html


+ 1 - 1
pages/UI/timeline.html

@@ -720,7 +720,7 @@
     <!-- Main content -->
     <section class="content">
       <div class="container-fluid">
-        
+
         <!-- Timelime example  -->
         <div class="row">
           <div class="col-md-12">

+ 13 - 13
pages/charts/chartjs.html

@@ -941,9 +941,9 @@
     }
 
     // This will get the first returned node in the jQuery collection.
-    var areaChart       = new Chart(areaChartCanvas, { 
+    var areaChart       = new Chart(areaChartCanvas, {
       type: 'line',
-      data: areaChartData, 
+      data: areaChartData,
       options: areaChartOptions
     })
 
@@ -957,9 +957,9 @@
     lineChartData.datasets[1].fill = false;
     lineChartOptions.datasetFill = false
 
-    var lineChart = new Chart(lineChartCanvas, { 
+    var lineChart = new Chart(lineChartCanvas, {
       type: 'line',
-      data: lineChartData, 
+      data: lineChartData,
       options: lineChartOptions
     })
 
@@ -970,12 +970,12 @@
     var donutChartCanvas = $('#donutChart').get(0).getContext('2d')
     var donutData        = {
       labels: [
-          'Chrome', 
+          'Chrome',
           'IE',
-          'FireFox', 
-          'Safari', 
-          'Opera', 
-          'Navigator', 
+          'FireFox',
+          'Safari',
+          'Opera',
+          'Navigator',
       ],
       datasets: [
         {
@@ -993,7 +993,7 @@
     var donutChart = new Chart(donutChartCanvas, {
       type: 'doughnut',
       data: donutData,
-      options: donutOptions      
+      options: donutOptions
     })
 
     //-------------
@@ -1011,7 +1011,7 @@
     var pieChart = new Chart(pieChartCanvas, {
       type: 'pie',
       data: pieData,
-      options: pieOptions      
+      options: pieOptions
     })
 
     //-------------
@@ -1031,7 +1031,7 @@
     }
 
     var barChart = new Chart(barChartCanvas, {
-      type: 'bar', 
+      type: 'bar',
       data: barChartData,
       options: barChartOptions
     })
@@ -1056,7 +1056,7 @@
     }
 
     var stackedBarChart = new Chart(stackedBarChartCanvas, {
-      type: 'bar', 
+      type: 'bar',
       data: stackedBarChartData,
       options: stackedBarChartOptions
     })

+ 1 - 1
pages/examples/invoice-print.html

@@ -163,7 +163,7 @@
 </div>
 <!-- ./wrapper -->
 
-<script> 
+<script>
   window.addEventListener("load", window.print());
 </script>
 </body>

+ 1 - 1
pages/forms/advanced.html

@@ -1440,7 +1440,7 @@
     $('#timepicker').datetimepicker({
       format: 'LT'
     })
-    
+
     //Bootstrap Duallistbox
     $('.duallistbox').bootstrapDualListbox()
 

+ 1 - 1
pages/layout/top-nav-sidebar.html

@@ -29,7 +29,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
              style="opacity: .8">
         <span class="brand-text font-weight-light">AdminLTE 3</span>
       </a>
-      
+
       <button class="navbar-toggler order-1" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
         <span class="navbar-toggler-icon"></span>
       </button>

+ 1 - 1
pages/layout/top-nav.html

@@ -29,7 +29,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
              style="opacity: .8">
         <span class="brand-text font-weight-light">AdminLTE 3</span>
       </a>
-      
+
       <button class="navbar-toggler order-1" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
         <span class="navbar-toggler-icon"></span>
       </button>

+ 3 - 3
pages/tables/jsgrid.html

@@ -772,12 +772,12 @@
     $("#jsGrid1").jsGrid({
         height: "100%",
         width: "100%",
- 
+
         sorting: true,
         paging: true,
- 
+
         data: db.clients,
- 
+
         fields: [
             { name: "Name", type: "text", width: 150 },
             { name: "Age", type: "number", width: 50 },

+ 1 - 1
pages/tables/simple.html

@@ -730,7 +730,7 @@
               <!-- /.card-header -->
               <div class="card-body">
                 <table class="table table-bordered">
-                  <thead>                  
+                  <thead>
                     <tr>
                       <th style="width: 10px">#</th>
                       <th>Task</th>