Skip to content

Commit

Permalink
Merge pull request #90 from DasunThathsara/dasun
Browse files Browse the repository at this point in the history
Update side nav in every page
  • Loading branch information
DasunThathsara authored Oct 19, 2023
2 parents 6b2e544 + 3776790 commit 31a5976
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
5 changes: 5 additions & 0 deletions app/views/inc/header.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Pragma: no-cache");
?>

<html>
<head>
<meta charset="UTF-8">
Expand Down
16 changes: 6 additions & 10 deletions public/css/driver.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
/* ----------------- Driver Dashboard Styles ---------------- */
.page-container .section .container{
transition: 0.5s;
margin-left: 270px;
}

.page-container .section .container .map{
margin-right: 20px;
margin-left: 270px;
margin-top: 30px;
border-radius: 20px;
box-shadow: 0 0 15px 0.1px rgba(0, 0, 0, 0.10);
height: 70vh;
transition: 0.5s;
}

.page-container .section .container .map:hover{
Expand All @@ -15,11 +18,9 @@
}

.page-container .section .container .search{
margin-left: 270px;
margin-right: 20px;
margin-top: 30px;
border-radius: 20px;
transition: 0.5s;
}

.page-container .section .container .search input{
Expand Down Expand Up @@ -54,12 +55,7 @@
}

@media screen and (max-width: 700px){
.page-container .section .container .search{
margin-left: 20px;
transition: left 0.5s ease-in;
}

.page-container .section .container .map{
.page-container .section .container{
margin-left: 20px;
transition: left 0.5s ease-in;
}
Expand Down

0 comments on commit 31a5976

Please sign in to comment.