diff options
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/css.css | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 44dba16..a1d29e5 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -294,11 +294,23 @@ input.small { overflow: visible; } .filelist .datetime { - width: 105px; + width: 108px; + white-space: pre; } .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; @@ -647,7 +659,8 @@ input.small { margin-left: 3px; } .moduleHeading div:before { - content: ' · '; + content: '·'; + padding-right: 2px; } /* current task */ @@ -677,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; @@ -693,6 +724,7 @@ input.small { color: #234; } +/* login diamond */ .diamond { position: fixed; left: calc(50vw - 175px); |
