Skip to content

Commit

Permalink
badd
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedarich committed Jul 26, 2024
1 parent 6c50abe commit 22205e4
Show file tree
Hide file tree
Showing 12 changed files with 97 additions and 41 deletions.
4 changes: 2 additions & 2 deletions createnewinspection.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ <h3 class="trm">TRM</h3>
<div class="top-container">

<div class="hamburger" id="hamburger">
<img src="images/hamburger.svg" alt="icon" id="ham" />
<img src="images/hamburger1.svg" alt="icon" id="ham" />
<img
src="images/cancel.png"
src="images/cancel.svg"
alt="icon"
id="canc"
style="display: none"
Expand Down
22 changes: 18 additions & 4 deletions css/createnew.css
Original file line number Diff line number Diff line change
Expand Up @@ -433,13 +433,17 @@ a {

.hamburger {
display: block;
position: fixed;

top: 20px;
left: 20px;
cursor: pointer;
z-index: 1000;
}

img#ham {
width: 40px;
}

/* Media Query for smaller screen */

@media screen and (max-width: 899px) {
Expand Down Expand Up @@ -500,7 +504,7 @@ a {

.top-content {
border: none;
position: fixed;
margin-top: 25px;
}
.container {
justify-content: right;
Expand All @@ -523,8 +527,8 @@ a {

.top-content {
border: none;
position: fixed;
margin-top: 0.9rem;

margin-top: 25px;
margin-right: 0.1rem;
}

Expand Down Expand Up @@ -578,3 +582,13 @@ a {
height: 154px;
} */
}

@media screen and (max-width: 320px) {
.selection {
margin-left: 40px;
}

.header-text {
margin-left: 10px;
}
}
31 changes: 27 additions & 4 deletions css/details.css
Original file line number Diff line number Diff line change
Expand Up @@ -596,13 +596,17 @@ header .btn-new-inspection {

.hamburger {
display: block;
position: fixed;

top: 20px;
left: 20px;
margin-left: 20px;
cursor: pointer;
z-index: 1000;
}

img#ham {
width: 40px;
}

/*
Media query for smaller screen */

Expand All @@ -624,7 +628,7 @@ Media query for smaller screen */
}
.top-content {
border: none;
position: fixed;
margin-top: 25px;
}
}

Expand Down Expand Up @@ -662,7 +666,7 @@ Media query for smaller screen */
.top-content {
border: none;
position: fixed;
margin-top: 13px;
margin-top: 25px;
}

.top-content img {
Expand All @@ -677,3 +681,22 @@ Media query for smaller screen */
white-space: nowrap;
}
}

@media screen and (max-width: 320px) {
.timeline-item {
margin-left: 20px;
}

.timeline-item button {
margin-right: 98px;
}

.timeline-item .details {
font-size: 9px;
margin-left: 20px;
}

header p {
white-space: wrap;
}
}
26 changes: 19 additions & 7 deletions css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ main {

.top-content {
display: flex;
position: fixed;
margin-top: -30px;
align-self: flex-end;

align-items: center;
Expand Down Expand Up @@ -648,12 +648,15 @@ nav input {

.hamburger {
display: block;
position: fixed;

top: 20px;
left: 20px;
margin-left: 20px;
cursor: pointer;
z-index: 1000;
}
img#ham {
width: 40px;
}

.alert-message {
background-color: #f8d7da; /* Light red background */
Expand All @@ -675,7 +678,6 @@ nav input {
}
.hamburger {
display: block;
position: fixed;
top: 20px;
left: 15px;
cursor: pointer;
Expand All @@ -688,7 +690,7 @@ nav input {

.top-content {
border: none;
position: fixed;
margin-top: -25px;
}
}

Expand All @@ -709,8 +711,8 @@ nav input {
}
.top-content {
border: none;
position: fixed;
margin-top: 0.9rem;

margin-top: -25px;
margin-right: 0.1rem;
}

Expand Down Expand Up @@ -770,3 +772,13 @@ nav input {
text-align: center;
}
}

@media screen and (max-width: 1024px) {
.top-content {
margin-top: -25px;
}

/* .hamburger {
margin-left: 20px;
} */
}
11 changes: 7 additions & 4 deletions css/inspectionlist.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ main {

.top-content {
display: flex;
position: fixed;
margin-top: 25px;
align-self: flex-end;

align-items: center;
Expand Down Expand Up @@ -487,11 +487,15 @@ tr {
display: block;
position: fixed;
top: 20px;
left: 20px;
margin-left: 20px;
cursor: pointer;
z-index: 1000;
}

img#ham {
width: 40px;
}

/* Media query for small-screen */

@media screen and (max-width: 899px) {
Expand All @@ -513,7 +517,6 @@ tr {

.top-content {
border: none;
position: fixed;
}
}
@media screen and (max-width: 666px) {
Expand Down Expand Up @@ -564,7 +567,7 @@ tr {
.top-content {
border: none;
position: fixed;
margin-top: 0.9rem;
margin-top: 25px;
margin-right: 0.1rem;
}

Expand Down
14 changes: 9 additions & 5 deletions css/report.css
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ header p {
.tabs-container {
/* margin-top: 40px; */
background-color: #fffbf6;

width: 50%;
border: 1px solid #d8d8d8;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
Expand Down Expand Up @@ -580,13 +580,16 @@ header p {

.hamburger {
display: block;
position: fixed;
top: 20px;
left: 20px;

margin-left: 20px;
cursor: pointer;
z-index: 9999;
}

img#ham {
width: 40px;
}

/* Media querry for smaller screens */

@media screen and (max-width: 899px) {
Expand All @@ -596,7 +599,7 @@ header p {
.hamburger {
display: block;
position: fixed;
top: 20px;
top: 10px;
left: 15px;
cursor: pointer;
z-index: 1000;
Expand All @@ -609,6 +612,7 @@ header p {
.top-content {
border: none;
position: fixed;
margin-top: 20px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ <h3>Created Inspections</h3>
hamburger.classList.toggle("open");
if (hamburger.classList.contains("open")) {
cancel.style.display = "block";
cancel.style.marginLeft = "120px";
cancel.style.marginLeft = "20px";
hamburger.style.display = "none";
logoContainer.style.display = "block";
main.style.marginLeft = "298px";
Expand Down
8 changes: 4 additions & 4 deletions details.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ <h3 class="trm">TRM</h3>
<div class="main-content">
<div class="top-container">
<div class="hamburger" id="hamburger">
<img src="images/hamburger.svg"icon" id="ham" />
<img src="images/hamburger1.svg"icon" id="ham" />
<img
src="images/cancel.png"
src="images/cancel.svg"
alt="icon"
id="canc"
style="display: none"
Expand All @@ -106,7 +106,7 @@ <h3 class="trm">TRM</h3>
<img src="images/group38.png" />
<select name="navigation" class="user" id="choose">
<option value="dashboard.html">Godwin</option>
<option value="details.html">Details</option></a>
<option value="details.html">Details</option>
<option value="report.html">Report</option>
<option value="createnewinspection.html">Sign-up</option>
<option value="index.html">Log-out</option>
Expand Down Expand Up @@ -223,7 +223,7 @@ <h4>Request Assigned</h4>
cancel.style.marginLeft = "50px";
hamburger.style.display = "none";
logoContainer.style.display = "none";
main.style.marginLeft = "0";
main.style.marginLeft = "200px";
}
});

Expand Down
6 changes: 3 additions & 3 deletions inspectionlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ <h3 class="trm">TRM</h3>
<div class="main-content">
<div class="top-container">
<div class="hamburger" id="hamburger">
<img src="images/hamburger.svg" alt="icon" id="ham" />
<img src="images/hamburger1.svg" alt="icon" id="ham" />
<img
src="images/cancel.png"
src="images/cancel.svg"
alt="icon"
id="canc"
style="display: none"
Expand Down Expand Up @@ -304,7 +304,7 @@ <h1>Inspection List</h1>
cancel.style.marginLeft = "50px";
hamburger.style.display = "none";
logoContainer.style.display = "none";
main.style.marginLeft = "0";
main.style.marginLeft = "70px";
}
});

Expand Down
6 changes: 3 additions & 3 deletions post-loss.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ <h3 class="trm">TRM</h3>
<div class="main-content">
<div class="top-container">
<div class="hamburger" id="hamburger">
<img src="images/hamburger.svg" alt="icon" id="ham" />
<img src="images/hamburger1.svg" alt="icon" id="ham" />
<img
src="images/cancel.png"
src="images/cancel.svg"
alt="icon"
id="canc"
style="display: none"
Expand Down Expand Up @@ -388,7 +388,7 @@ <h3>Send to TRM</h3>
cancel.style.marginLeft = "50px";
hamburger.style.display = "none";
logoContainer.style.display = "none";
main.style.marginLeft = "0";
main.style.marginLeft = "130px";
}
});

Expand Down
4 changes: 2 additions & 2 deletions pre-loss.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ <h3 class="trm">TRM</h3>
<div class="main-content">
<div class="top-container">
<div class="hamburger" id="hamburger">
<img src="images/hamburger.svg" alt="icon" id="ham" />
<img src="images/hamburger1.svg" alt="icon" id="ham" />
<img
src="images/cancel.png"
src="images/cancel.svg"
alt="icon"
id="canc"
style="display: none"
Expand Down
4 changes: 2 additions & 2 deletions report.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ <h3 class="trm">TRM</h3>
<div class="main-content">
<div class="top-container">
<div class="hamburger" id="hamburger">
<img src="images/hamburger.svg" alt="icon" id="ham" />
<img src="images/hamburger1.svg" alt="icon" id="ham" />
<img
src="images/cancel.png"
src="images/cancel.svg"
alt="icon"
id="canc"
style="display: none"
Expand Down

0 comments on commit 22205e4

Please sign in to comment.