[Rt-commit] rt branch, 5.0/fix-pagination-display, created. rt-5.0.0alpha1-1-gdbf0fef6f5

Blaine Motsinger blaine at bestpractical.com
Mon Apr 27 19:48:32 EDT 2020


The branch, 5.0/fix-pagination-display has been created
        at  dbf0fef6f5e575abb54de8f48a67e2bb42b51728 (commit)

- Log -----------------------------------------------------------------
commit dbf0fef6f5e575abb54de8f48a67e2bb42b51728
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Mon Apr 27 17:11:50 2020 -0500

    Restore paging and pagenum styles from rudder
    
    Additionally makes the font-size larger.

diff --git a/share/static/css/elevator-light/ticket-lists.css b/share/static/css/elevator-light/ticket-lists.css
index 70609e0987..9b32237a90 100644
--- a/share/static/css/elevator-light/ticket-lists.css
+++ b/share/static/css/elevator-light/ticket-lists.css
@@ -41,3 +41,20 @@ table.queue-summary th.collection-as-table {
   padding: 7px;
   vertical-align: middle;
 }
+
+.pagenum *,
+.paging a.nav {
+    padding: .5em;
+}
+
+.currentpage {
+    text-decoration: none;
+    font-weight: bold;
+    background: #eee;
+}
+
+div.paging {
+    font-size: 1.07em;
+    text-align: center;
+    padding-bottom: 1em;
+}

-----------------------------------------------------------------------


More information about the rt-commit mailing list