[Rt-commit] rt branch, 5.0/fix-pagination-display, created. rt-5.0.0alpha1-1-gaf7705a6c1
Blaine Motsinger
blaine at bestpractical.com
Mon Apr 27 18:14:16 EDT 2020
The branch, 5.0/fix-pagination-display has been created
at af7705a6c1b88ccdb9338c8e2f5e7b188ac56fb6 (commit)
- Log -----------------------------------------------------------------
commit af7705a6c1b88ccdb9338c8e2f5e7b188ac56fb6
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Mon Apr 27 17:11:50 2020 -0500
Restore paging and pagenum styles from rudder
Additionally make 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..5a097d22b3 100644
--- a/share/static/css/elevator-light/ticket-lists.css
+++ b/share/static/css/elevator-light/ticket-lists.css
@@ -41,3 +41,28 @@ table.queue-summary th.collection-as-table {
padding: 7px;
vertical-align: middle;
}
+
+.paging {
+ font-size: 1.07em;
+}
+
+.pagenum.a:hover,
+.paging a.nav:hover {
+ text-decoration: underline
+}
+
+.pagenum *,
+.paging a.nav {
+ padding: .5em
+}
+
+.currentpage {
+ text-decoration: none;
+ font-weight: bold;
+ background: #eee;
+}
+
+div.paging {
+ text-align: center;
+ padding-bottom: 1em;
+}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list