EVOLUTION-NINJA
Edit File: dashboard.php
<?php echo view('includes/header-labour',$patient, $allcheck, $old_check); ?> <div class="row"> <div class="col-sm-12 side-text"> <h2><b>Labour Analgesia</b></h2> <p>Labour Analgesia Database – Document the case details from Pre-Op, Foetal & Obstetric Conditions, Type of Labour Analgesia, Procedure, Follow-up and Feedback sections. Effective tool for research, publications, quality improvement, and patient safety purposes.</p> </div> </div> <div class="text_list" id="labour-txt"> <h2>Please Select Patient From List</h2> </div> <script> $(document).ready(function(){ $('.home-right').hide(); }); </script> <style> .text_list{ text-align:center; padding-top:25%; } /* -------------medinsider forum------------ */ .med-side-bar { background: linear-gradient(92.52deg, #00589B 2.21%, #009CD0 98%); min-height: 1010px !important; width: 113%; } .med-side-bar h3 { text-align: center; color: white; padding: 20px; } .med-body h1{ text-align: center; color:#02257D; } dl{ text-align: center; color: white; padding: 20px; font-size: 20px; } .side-text h2{ padding: 20px; color: #850000; } .side-text p{ color: black; padding-left: 20px; } @media only screen and (max-width: 600px){ .med-side-bar { min-height: 200px !important; } dl{ text-align: center; color: white; padding: 20px; font-size: 20px; width: 90% !important; } .med-side-bar h3{ text-align: center !important; width: 88%; } } /* ---------------------------------------- */ </style> <?php echo view('includes/footer-labour',$patient); ?>