Make list view more compact

This commit is contained in:
Frédéric Guillot 2018-05-09 11:36:08 -07:00
parent 6ae97d399d
commit 45e551eb50
3 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,6 +2,7 @@
.pagination
text-align: center
font-size: size('compact')
.pagination-showing
margin-right: 5px

View File

@ -1,14 +1,14 @@
@import variables
.table-list
font-size: size('compact')
font-size: 0.85em
margin-bottom: 20px
.table-list-header
background: bg-color('primary')
border: 1px solid #e5e5e5
border-radius: 5px 5px 0 0
line-height: 35px
line-height: 28px
padding-left: 3px
padding-right: 3px
a
@ -62,7 +62,7 @@
.table-list-details
color: color('light')
font-weight: 300
line-height: 30px
line-height: 20px
span
margin-left: 5px
&:first-child