add possibility to align table-column-text, fix row actions styling

This commit is contained in:
2017-08-30 02:00:03 +02:00
parent 8045a3d3cf
commit c66ff6f938
4 changed files with 75 additions and 75 deletions

View File

@@ -151,7 +151,7 @@ export default {
border-color: transparent;
&:focus {
border: solid 1px @cms_dark_border;
border: solid 1px @gray_dark;
background: white;
}
}

View File

@@ -38,12 +38,12 @@ export default {
heading: 'ID',
prop: 'ID',
orderBy: 'id',
align: 'left'
align: 'right'
}, {
heading: 'Benutzername',
prop: 'Username',
orderBy: 'username',
align: 'center'
align: 'left'
}, {
heading: 'Firma',
prop: 'Company',