-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/fsr 491 - Stations-overview fixes (#269)
* re-adding export csv button and styling fixes * display logic for latest value error field * adding in no crawl meta tag for stations-overview page * setting drop down column names to be bold * updating file name and csv column names
- Loading branch information
Showing
6 changed files
with
118 additions
and
4 deletions.
There are no files selected for viewing
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
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,31 @@ | ||
#stations-overview_wrapper { | ||
.top-controls, | ||
.bottom-controls { | ||
overflow: auto; | ||
} | ||
.dataTables_length, | ||
.dt-buttons { | ||
text-align: left !important; | ||
} | ||
.dt-buttons, | ||
.dataTables_length, | ||
.dataTables_filter { | ||
padding-right: 10px; | ||
} | ||
|
||
.dataTables_length { | ||
padding-top: 10px; | ||
padding-bottom: 10px; | ||
} | ||
.dataTables_filter { | ||
padding-top: 5px; | ||
} | ||
|
||
.dataTables_paginate, | ||
.dataTables_filter { | ||
float: left !important; | ||
} | ||
.dataTables_info { | ||
float: right !important; | ||
} | ||
} |
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