diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-22 16:45:00 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-22 16:45:00 +0200 |
| commit | 853f7710ccb338ac4abf3433b9ab4270be083c46 (patch) | |
| tree | db6b59a5655e7ea55f68596288acf7fc41aa9e02 /public/assets | |
| parent | 960a7495f502d3f6a604a14828dd68bc61bed92e (diff) | |
better dates on filelist
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/css/css.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index bd7de50..a1d29e5 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -300,6 +300,17 @@ input.small { .filelist .epoch { width: 45px; } +.filelist .datetime .date { + display: inline-block; + text-align: right; +} +.filelist .datetime .time { + width: 28px; + display: inline-block; + text-align: right; + font-size: smaller; + padding-left: 4px; +} .row .epoch { white-space: nowrap; @@ -679,6 +690,24 @@ input.small { max-height: 80vh; } +/* sequence editor timeline */ + +.timeline { + display: block; + border: 1px solid #333; + background: #fff; + position: relative; + margin-bottom: 5px; + height: 50px; +} +.timeline .selection { + position: absolute; + border: 1px solid #000; + border-top: 0; + border-left: 0; + background: #eee; +} + /* system */ .screen { width: 750px; @@ -695,6 +724,7 @@ input.small { color: #234; } +/* login diamond */ .diamond { position: fixed; left: calc(50vw - 175px); |
