diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-22 14:50:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-22 14:50:55 +0200 |
| commit | 83b9f1f4e9a554fcb6faf4f2a3c3f1971bc7aa5d (patch) | |
| tree | afa5e1bf1592786dc56a048c870c3e77c0d6551b /public/assets | |
| parent | 28d6dd9a097be3f76ede22f63c6c68a78607aec8 (diff) | |
dont transmit path
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/css/css.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 44dba16..bd7de50 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -294,7 +294,8 @@ input.small { overflow: visible; } .filelist .datetime { - width: 105px; + width: 108px; + white-space: pre; } .filelist .epoch { width: 45px; @@ -647,7 +648,8 @@ input.small { margin-left: 3px; } .moduleHeading div:before { - content: ' · '; + content: '·'; + padding-right: 2px; } /* current task */ |
