diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-05-17 10:16:40 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-05-17 10:16:40 -0400 |
commit | bbc986be5425c6abdddb6eaab6dca1b5054c43e0 (patch) | |
tree | ef603995051fc7b121a0d84170e8fcd2257beb04 /captain/example | |
parent | b52aa3bf2b9cbb529b861566f6dbed24483c0b67 (diff) | |
download | levitating-bbc986be5425c6abdddb6eaab6dca1b5054c43e0.tar.gz levitating-bbc986be5425c6abdddb6eaab6dca1b5054c43e0.zip |
Added pager to jobs list on instructions page as well.
Diffstat (limited to 'captain/example')
-rw-r--r-- | captain/example/static/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/captain/example/static/style.css b/captain/example/static/style.css index 0a7a556..6af0d2e 100644 --- a/captain/example/static/style.css +++ b/captain/example/static/style.css @@ -67,6 +67,7 @@ body { .joblist { list-style-type: none; + padding-left:15px; } .job_result_listitem { @@ -91,6 +92,20 @@ body { background-color: #ffc; } +.pager { + text-align: center; + width: 300px; + margin-top: 5px; + margin-bottom: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-left: 10px; + padding-right: 10px; + background-color: #ddd; + margin-left:15px; +} + + @media only screen and (max-width: 590px) { .heading h1 { display:none; |