mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: cloudcmd: add ability to show modification time (#230)
This commit is contained in:
parent
ddf5a59f70
commit
10934b3ad9
12 changed files with 87 additions and 4 deletions
26
css/columns/name-size-date-time.css
Normal file
26
css/columns/name-size-date-time.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.name {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.size {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.owner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mode {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.date {
|
||||
float: right;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.time {
|
||||
display: inline;
|
||||
float: right;
|
||||
width: 20%;
|
||||
}
|
||||
|
|
@ -18,3 +18,8 @@
|
|||
float: right;
|
||||
width: 19%;
|
||||
}
|
||||
|
||||
.time {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
24
css/columns/name-size-time.css
Normal file
24
css/columns/name-size-time.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.name {
|
||||
width: 55%;
|
||||
}
|
||||
|
||||
.size {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.owner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mode {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.date {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.time {
|
||||
float: right;
|
||||
width: 19%;
|
||||
}
|
||||
|
|
@ -18,3 +18,8 @@
|
|||
.date {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.time {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue