Make list view more compact
This commit is contained in:
parent
6ae97d399d
commit
45e551eb50
File diff suppressed because one or more lines are too long
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
.pagination
|
||||
text-align: center
|
||||
font-size: size('compact')
|
||||
|
||||
.pagination-showing
|
||||
margin-right: 5px
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue