This repository has been archived by the owner on Nov 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #890 from dewrich/issue/859
Solves #859 Traffic Ops hardware Tab fails to populate when there are too many rows returned
- Loading branch information
Showing
10 changed files
with
15,154 additions
and
49 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
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,126 @@ | ||
.dataTables_wrapper .dataTables_paginate { | ||
float: right; | ||
text-align: right; | ||
padding-top: 0.25em; | ||
padding-bottom: 0.25em; | ||
} | ||
.dataTables_wrapper .dataTables_paginate .paginate_button { | ||
box-sizing: border-box; | ||
display: inline-block; | ||
min-width: 1.5em; | ||
padding: 0.5em 1em; | ||
margin-left: 2px; | ||
text-align: center; | ||
text-decoration: none !important; | ||
cursor: pointer; | ||
*cursor: hand; | ||
color: #333 !important; | ||
border: 1px solid transparent; | ||
border-radius: 2px | ||
} | ||
.dataTables_wrapper .dataTables_paginate .paginate_button.current, | ||
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { | ||
color: #333 !important; | ||
border: 1px solid #979797; | ||
background-color: white; | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc)); | ||
background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%); | ||
background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%); | ||
background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%); | ||
background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%); | ||
background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%) | ||
} | ||
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, | ||
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, | ||
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active { | ||
cursor: default; | ||
color: #666 !important; | ||
border: 1px solid transparent; | ||
background: transparent; | ||
box-shadow: none | ||
} | ||
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { | ||
color: white !important; | ||
border: 1px solid #111; | ||
background-color: #585858; | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); | ||
background: -webkit-linear-gradient(top, #585858 0%, #111 100%); | ||
background: -moz-linear-gradient(top, #585858 0%, #111 100%); | ||
background: -ms-linear-gradient(top, #585858 0%, #111 100%); | ||
background: -o-linear-gradient(top, #585858 0%, #111 100%); | ||
background: linear-gradient(to bottom, #585858 0%, #111 100%) | ||
} | ||
.dataTables_wrapper .dataTables_paginate .paginate_button:active { | ||
outline: none; | ||
background-color: #2b2b2b; | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); | ||
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); | ||
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); | ||
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); | ||
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); | ||
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); | ||
box-shadow: inset 0 0 3px #111 | ||
} | ||
.dataTables_wrapper .dataTables_paginate { | ||
color: white; | ||
} | ||
.dataTables_wrapper .dataTables_processing { | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
width: 100%; | ||
height: 40px; | ||
margin-left: -50%; | ||
margin-top: -25px; | ||
padding-top: 20px; | ||
text-align: center; | ||
font-size: 1.2em; | ||
background-color: white; | ||
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))); | ||
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); | ||
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); | ||
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); | ||
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); | ||
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) | ||
} | ||
.dataTables_wrapper .dataTables_filter, | ||
.dataTables_wrapper .dataTables_processing{ | ||
margin-top: 10px; | ||
} | ||
.dataTables_wrapper:after { | ||
visibility: hidden; | ||
display: block; | ||
content: ""; | ||
clear: both; | ||
height: 0 | ||
} | ||
@media screen and (max-width: 767px) { | ||
.dataTables_wrapper .dataTables_paginate { | ||
float: none; | ||
text-align: center | ||
} | ||
.dataTables_wrapper .dataTables_paginate { | ||
margin-top: 0.5em | ||
} | ||
} | ||
@media screen and (max-width: 640px) { | ||
.dataTables_wrapper .dataTables_filter { | ||
float: none; | ||
text-align: center | ||
} | ||
.dataTables_wrapper .dataTables_filter { | ||
margin-top: 0.5em | ||
} | ||
} | ||
|
||
.dataTables_paginate .fg-button { | ||
padding: 1em; | ||
margin: 2px; | ||
border-radius: 5px | ||
} | ||
|
||
.dataTables_info { | ||
margin-left: 10px; | ||
margin-top: 10px; | ||
float:left; | ||
} |
Oops, something went wrong.