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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user