udate client.log styles
gitea/salix/1997-client_log This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-01-24 14:22:11 +01:00
parent 921af4dcc2
commit 9f73c68210
2 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<vn-table model="model">
<vn-thead>
<vn-tr>
<vn-th field="creationDate">Date</vn-th>
<vn-th class="firstColumn" field="creationDate">Date</vn-th>
<vn-th field="userFk" class="expendable" shrink>Author</vn-th>
<vn-th field="changedModel" class="expendable" shrink>Model</vn-th>
<vn-th field="action" class="expendable" shrink>Action</vn-th>
@ -25,7 +25,7 @@
</vn-thead>
<vn-tbody>
<vn-tr ng-repeat="log in $ctrl.logs">
<vn-td>
<vn-td class="firstColumn">
{{::log.creationDate | date:'dd/MM/yyyy HH:mm'}}
<div class="changes">
<div>

View File

@ -18,6 +18,10 @@ vn-log {
max-width: 250px;
}
vn-table .firstColumn {
min-width: 150px
}
@media screen and (max-width: 1570px) {
vn-table .expendable {
display: none;