EVOLUTION-NINJA
Edit File: admin_footer.php
<footer class="main-footer"> <div class="pull-right hidden-xs"> <b>Version</b> 2.3.6 </div> <strong>Copyright © 2019 Power Pik</strong> All rights reserved. </footer> <!-- Add the sidebar's background. This div must be placed immediately after the control sidebar --> <div class="control-sidebar-bg"></div> </div> <!-- ./wrapper --> <!-- jQuery 2.2.3 --> <script> $.widget.bridge('uibutton', $.ui.button); </script> <!-- Bootstrap 3.3.6 --> <script src="<?php echo base_url('assets_dashboard/js/bootstrap.min.js');?>"></script> <!-- AdminLTE App --> <script src="<?php echo base_url('assets_dashboard/js/app.min.js');?>"></script> </body> </html> <style> .form-control:focus, input[type="Submit"]:focus, input[type="button"]:focus { border-color: #FF0000; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); } #editmodlist2 { //height: 232px !important; width: 326px !important; } #FrmGrid_list2 { width: 100% !important; } .ui-jqdialog .ui-jqdialog-titlebar { height: 29px !important; background-color:#2A4474 !important; color: white; padding-left: 10px; } .fm-button { height: 21px !important; padding: 1px; margin-right: 10px !important; height: 21px !important; width: 43%; margin-top: -7px !important; } .ui-jqdialog-content td.navButton { padding-top: 12px !important; } .ui-jqgrid .ui-jqgrid-titlebar { height: 27px !important; background-color: #0065B3!important; color:white !important; } .ui-jqgrid-bdiv { height: 465px !important; } .ui-widget-overlay { z-index:0 !important; } .ui-jqgrid-hdiv .ui-state-default,.ui-jqgrid-hdiv .ui-state-default{ background-color: #0065B3!important; color: white!important; } #gview_list2 .ui-state-default{ /*background:#0065B3!important;*/ } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{ color: white!important; } .ui-jqgrid tr.jqgrow td { word-wrap: break-word; /* IE 5.5+ and CSS3 */ white-space: pre-wrap; /* CSS3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ overflow: hidden; height: auto; vertical-align: middle; padding-top: 3px; padding-bottom: 3px </style>