diff options
| author | Jules <jules@asdf.us> | 2018-09-22 10:47:50 -0400 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2018-09-22 10:47:50 -0400 |
| commit | 7e39114e27520e382f26368ae8f4d08ae7f3071b (patch) | |
| tree | 01e7f210b0c3a119622e92d56d01f5c7951ad631 /public/assets | |
| parent | 46889933fd9c36c527014410823e88a7d838d239 (diff) | |
| parent | 8d1c19852fcce52e369978dfc195d5da4f12180a (diff) | |
merge
Diffstat (limited to 'public/assets')
| -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); |
