cloudcmd/css/columns/name-size-date.css
2018-08-23 20:20:58 +03:00

21 lines
161 B
CSS

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