# HG changeset patch # User domruf # Date 2017-10-29 12:14:51 # Node ID 17176a451bc23f9874fc5b813f45ebadb37954c7 # Parent 057ef81c18e9dcaae8ae68cfcee9425606e8e889 less: make all datatable paginations small The small ones have better proportions compared to the datatables. diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -1004,6 +1004,11 @@ body table.dataTable thead .sorting_desc } } +/* make all datatable paginations small */ +.dataTables_paginate .pagination { + .pagination-sm; +} + /* pygments style */ div.search-code-body pre .match { background-color: #FAFFA6;