- Timestamp:
- 09/30/21 00:32:27 (3 years ago)
- Branches:
- develop, master
- Children:
- 24a616f
- Parents:
- 582789f
- Location:
- resources
- Files:
-
- 12 added
- 57 deleted
- 5 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
resources/assets/css/app.css
r582789f r194a359 6900 6900 } 6901 6901 6902 .nicescroll-cursors {6903 border: none !important;6904 }6905 6906 body:not(.dark) .nicescroll-cursors {6907 background-color: rgba(41, 49, 52, 0.4) !important;6908 width: 3px !important;6909 }6910 6911 6902 .isotope-item { 6912 6903 z-index: 2; … … 8893 8884 8894 8885 body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation:hover { 8895 width: 320px;8886 /*width: 320px;*/ 8896 8887 } 8897 8888 … … 9200 9191 bottom: 0; 9201 9192 height: auto; 9202 width: 320px;9193 /*width: 320px;*/ 9203 9194 background-color: white; 9204 9195 z-index: 1000; … … 9282 9273 } 9283 9274 } 9284 9285 body.semi-dark:not(.dark) .nicescroll-cursors {9286 background-color: rgba(255, 255, 255, 0.3) !important;9287 }9288 9289 9275 body.semi-dark:not(.dark) .navigation { 9290 9276 background-color: #313852; … … 9562 9548 padding: 30px; 9563 9549 padding-top: 105px; 9564 padding-left: 350px;9550 padding-left: 100px; 9565 9551 padding-bottom: 0; 9566 9552 } … … 10001 9987 10002 9988 .header .header-left { 10003 width: 320px;9989 /*width: 320px;*/ 10004 9990 padding-left: 30px; 10005 9991 display: -webkit-box; … … 10210 10196 background-color: white; 10211 10197 z-index: 998; 10212 width: 320px;10198 /*width: 320px;*/ 10213 10199 box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1); 10214 10200 position: fixed; … … 10463 10449 -webkit-box-pack: justify; 10464 10450 justify-content: space-between; 10465 margin-left: 320px;10451 margin-left: 100px; 10466 10452 } 10467 10453 … … 11379 11365 } 11380 11366 11381 body.dark .nicescroll-cursors {11382 background-color: rgba(255, 255, 255, 0.15) !important;11383 }11384 11385 11367 body.dark .chat-block .chat-content .messages .message-item:not(.me):before { 11386 11368 border-right-color: #454c66; … … 12276 12258 12277 12259 .navigation { 12278 width: 75%;12260 width: 20%; 12279 12261 } 12280 12262 -
resources/assets/css/app.min.css
r582789f r194a359 6900 6900 } 6901 6901 6902 .nicescroll-cursors {6903 border: none !important;6904 }6905 6906 body:not(.dark) .nicescroll-cursors {6907 background-color: rgba(41, 49, 52, 0.4) !important;6908 width: 3px !important;6909 }6910 6911 6902 .isotope-item { 6912 6903 z-index: 2; … … 8893 8884 8894 8885 body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation:hover { 8895 width: 320px;8886 /*width: 320px;*/ 8896 8887 } 8897 8888 … … 9200 9191 bottom: 0; 9201 9192 height: auto; 9202 width: 320px;9193 /*width: 320px;*/ 9203 9194 background-color: white; 9204 9195 z-index: 1000; … … 9281 9272 display: block; 9282 9273 } 9283 }9284 9285 body.semi-dark:not(.dark) .nicescroll-cursors {9286 background-color: rgba(255, 255, 255, 0.3) !important;9287 9274 } 9288 9275 … … 9562 9549 padding: 30px; 9563 9550 padding-top: 105px; 9564 padding-left: 350px;9551 padding-left: 100px; 9565 9552 padding-bottom: 0; 9566 9553 } … … 10001 9988 10002 9989 .header .header-left { 10003 width: 320px;9990 /*width: 320px;*/ 10004 9991 padding-left: 30px; 10005 9992 display: -webkit-box; … … 10210 10197 background-color: white; 10211 10198 z-index: 998; 10212 width: 320px;10199 /*width: 320px;*/ 10213 10200 box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1); 10214 10201 position: fixed; … … 10463 10450 -webkit-box-pack: justify; 10464 10451 justify-content: space-between; 10465 margin-left: 320px;10452 margin-left: 100px; 10466 10453 } 10467 10454 … … 11379 11366 } 11380 11367 11381 body.dark .nicescroll-cursors {11382 background-color: rgba(255, 255, 255, 0.15) !important;11383 }11384 11385 11368 body.dark .chat-block .chat-content .messages .message-item:not(.me):before { 11386 11369 border-right-color: #454c66; … … 12276 12259 12277 12260 .navigation { 12278 width: 75%;12261 width: 20%; 12279 12262 } 12280 12263 … … 12290 12273 12291 12274 .navigation { 12292 width: 85%;12275 width: 20%; 12293 12276 } 12294 12277 } -
resources/assets/js/app.min.js
r582789f r194a359 193 193 positionClass: "toast-top-center" 194 194 }; 195 //toastr.success('Welcome Roxana Roussell.');196 195 $('.theme-switcher').removeClass('open'); 197 196 }, 500); // $('.theme-switcher').css('opacity', 1); -
resources/assets/js/examples/pages/user-list.js
r582789f r194a359 5 5 'targets': 0, 6 6 'className': 'dt-body-center', 7 'render': function (data, type, full, meta) {8 return '<div class="custom-control custom-checkbox">' +9 '<input type="checkbox" class="custom-control-input" id="customCheck' + meta.row + '">' +10 '<label class="custom-control-label" for="customCheck' + meta.row + '"></label>' +11 '</div>';12 }7 // 'render': function (data, type, full, meta) { 8 // return '<div class="custom-control custom-checkbox">' + 9 // '<input type="checkbox" class="custom-control-input" id="customCheck' + meta.row + '">' + 10 // '<label class="custom-control-label" for="customCheck' + meta.row + '"></label>' + 11 // '</div>'; 12 // } 13 13 }, 14 14 { 15 15 "orderable": false, 16 "targets": [ 0, 8]16 "targets": [] 17 17 } 18 18 ], … … 20 20 }); 21 21 22 $(document).on('click', '#user-list-select-all', function () {23 // Check/uncheck all checkboxes in the table24 var rows = table.rows({'search': 'applied'}).nodes();25 $('input[type="checkbox"]', rows)26 .prop('checked', this.checked);27 if (this.checked) {28 $('input[type="checkbox"]', rows).closest('tr').addClass('tr-selected');29 } else {30 $('input[type="checkbox"]', rows).closest('tr').removeClass('tr-selected');31 }32 });33 34 // Handle click on checkbox to set state of "Select all" control35 $('#user-list tbody').on('change', 'input[type="checkbox"]', function () {36 // If checkbox is not checked37 if (!this.checked) {38 var el = $('#user-list-select-all').get(0);39 // If "Select all" control is checked and has 'indeterminate' property40 if (el && el.checked && ('indeterminate' in el)) {41 // Set visual state of "Select all" control42 // as 'indeterminate'43 el.indeterminate = true;44 }45 }46 });47 48 $(document).on('click', '.custom-control-input', function () {49 if ($(this).prop('checked')) {50 $(this).closest('td').closest('tr').addClass('tr-selected');51 } else {52 $(this).closest('td').closest('tr').removeClass('tr-selected');53 }54 });22 // $(document).on('click', '#user-list-select-all', function () { 23 // // Check/uncheck all checkboxes in the table 24 // var rows = table.rows({'search': 'applied'}).nodes(); 25 // $('input[type="checkbox"]', rows) 26 // .prop('checked', this.checked); 27 // if (this.checked) { 28 // $('input[type="checkbox"]', rows).closest('tr').addClass('tr-selected'); 29 // } else { 30 // $('input[type="checkbox"]', rows).closest('tr').removeClass('tr-selected'); 31 // } 32 // }); 33 // 34 // // Handle click on checkbox to set state of "Select all" control 35 // $('#user-list tbody').on('change', 'input[type="checkbox"]', function () { 36 // // If checkbox is not checked 37 // if (!this.checked) { 38 // var el = $('#user-list-select-all').get(0); 39 // // If "Select all" control is checked and has 'indeterminate' property 40 // if (el && el.checked && ('indeterminate' in el)) { 41 // // Set visual state of "Select all" control 42 // // as 'indeterminate' 43 // el.indeterminate = true; 44 // } 45 // } 46 // }); 47 // 48 // $(document).on('click', '.custom-control-input', function () { 49 // if ($(this).prop('checked')) { 50 // $(this).closest('td').closest('tr').addClass('tr-selected'); 51 // } else { 52 // $(this).closest('td').closest('tr').removeClass('tr-selected'); 53 // } 54 // }); 55 55 }); -
resources/views/layouts/auth.blade.php
r582789f r194a359 17 17 </head> 18 18 <body class="form-membership"> 19 20 19 <!-- begin::preloader--> 21 20 <div class="preloader"> … … 27 26 28 27 @yield('content') 28 @include("layouts.alert") 29 29 30 30 </div>
Note:
See TracChangeset
for help on using the changeset viewer.