cloudcmd/css/columns/name-size-date.css
2023-12-12 16:09:30 +02:00

20 lines
160 B
CSS

.name {
width: 55%;
}
.size {
float: none;
}
.owner {
display: none;
}
.mode {
display: none;
}
.date {
float: right;
width: 19%;
}