-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
693 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
div.scheduler { | ||
position: absolute; | ||
bottom: 0; | ||
right: 0; | ||
left: 0; | ||
} | ||
|
||
@media only screen and (width <=960px) { | ||
div.scheduler { | ||
top: 56px; | ||
overflow-y: auto; | ||
} | ||
|
||
div.scheduler div.col-1, | ||
div.scheduler div.col-2 { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
} | ||
|
||
div.scheduler div.col-1 .cl-supplier-filter label.accordion, | ||
div.scheduler div.col-1 .cl-status-filter label.accordion, | ||
div.scheduler div.col-1 .cl-scheduler-filter label.accordion { | ||
background: #fff; | ||
} | ||
|
||
div.scheduler div.col-1 .cl-supplier-filter, | ||
div.scheduler div.col-1 .cl-status-filter, | ||
div.scheduler div.col-1 .cl-scheduler-filter { | ||
margin: 5px 10px; | ||
background-color: #fff; | ||
max-width: 480px; | ||
width: calc(100% - 20px); | ||
} | ||
|
||
div.scheduler div.col-1 .cl-scheduler-filter div.panel, | ||
div.scheduler div.col-1 .cl-scheduler-filter div.panel-collapse { | ||
padding-right: 15px; | ||
padding-left: 15px; | ||
} | ||
} | ||
|
||
@media only screen and (width >=960px) { | ||
div.scheduler { | ||
top: 64px; | ||
} | ||
|
||
div.scheduler div.col-1 { | ||
position: absolute; | ||
top: 0; | ||
bottom: 0; | ||
left: 0; | ||
width: 300px; | ||
padding: 12px 0 0 12px; | ||
background: #fefefe; | ||
overflow: auto; | ||
} | ||
|
||
div.scheduler div.col-2 { | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 300px; | ||
} | ||
|
||
div.scheduler div.col-1 .cl-supplier-filter label.accordion, | ||
div.scheduler div.col-1 .cl-status-filter label.accordion, | ||
div.scheduler div.col-1 .cl-scheduler-filter label.accordion { | ||
background: #fafafa; | ||
} | ||
|
||
div.scheduler div.col-1 .cl-supplier-filter, | ||
div.scheduler div.col-1 .cl-status-filter, | ||
div.scheduler div.col-1 .cl-scheduler-filter { | ||
margin: 10px 10px 10px 0; | ||
background-color: #fafafa; | ||
} | ||
|
||
div.scheduler div.col-1 .cl-scheduler-filter div.panel, | ||
div.scheduler div.col-1 .cl-scheduler-filter div.panel-collapse { | ||
padding-right: 15px; | ||
padding-left: 15px; | ||
} | ||
|
||
div.scheduler div.col-1 .cl-status-filter, | ||
div.scheduler div.col-1 .cl-scheduler-filter { | ||
margin-bottom: 10px; | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
div.vehicle-scheduler-filter { | ||
background: #fafafa; | ||
margin: 10px 10px 0 0; | ||
border: 1px solid #dadada; | ||
font-size: 13px; | ||
} | ||
|
||
div.vehicle-scheduler-filter .bf-search { | ||
margin-top: 7px; | ||
} | ||
|
||
div.vehicle-scheduler-filter .btn-search { | ||
margin: 20px 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.