Changeset - 17176a451bc2
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-10-29 12:14:51
dominikruf@gmail.com
less: make all datatable paginations small

The small ones have better proportions compared to the datatables.
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)