Make list view more compact
This commit is contained in:
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
.pagination
|
.pagination
|
||||||
text-align: center
|
text-align: center
|
||||||
|
font-size: size('compact')
|
||||||
|
|
||||||
.pagination-showing
|
.pagination-showing
|
||||||
margin-right: 5px
|
margin-right: 5px
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
@import variables
|
@import variables
|
||||||
|
|
||||||
.table-list
|
.table-list
|
||||||
font-size: size('compact')
|
font-size: 0.85em
|
||||||
margin-bottom: 20px
|
margin-bottom: 20px
|
||||||
|
|
||||||
.table-list-header
|
.table-list-header
|
||||||
background: bg-color('primary')
|
background: bg-color('primary')
|
||||||
border: 1px solid #e5e5e5
|
border: 1px solid #e5e5e5
|
||||||
border-radius: 5px 5px 0 0
|
border-radius: 5px 5px 0 0
|
||||||
line-height: 35px
|
line-height: 28px
|
||||||
padding-left: 3px
|
padding-left: 3px
|
||||||
padding-right: 3px
|
padding-right: 3px
|
||||||
a
|
a
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
.table-list-details
|
.table-list-details
|
||||||
color: color('light')
|
color: color('light')
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
line-height: 30px
|
line-height: 20px
|
||||||
span
|
span
|
||||||
margin-left: 5px
|
margin-left: 5px
|
||||||
&:first-child
|
&:first-child
|
||||||
|
|||||||
Reference in New Issue
Block a user