changeset 7072:17176a451bc2

less: make all datatable paginations small The small ones have better proportions compared to the datatables.
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 12:14:51 +0100
parents 057ef81c18e9
children 25e079891ff5
files kallithea/public/less/style.less
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/style.less	Sun Oct 29 22:09:54 2017 +0100
+++ b/kallithea/public/less/style.less	Sun Oct 29 12:14:51 2017 +0100
@@ -1004,6 +1004,11 @@
   }
 }
 
+/* make all datatable paginations small */
+.dataTables_paginate .pagination {
+  .pagination-sm;
+}
+
 /* pygments style */
 div.search-code-body pre .match {
   background-color: #FAFFA6;