diff options
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/css/css.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index eef8362..89a8e29 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -6,7 +6,6 @@ html,body { font-family: 'Trebuchet MS', sans-serif; } body { - background: linear-gradient(52deg, #fde, #ffe); } header { font-size: 13px; @@ -164,7 +163,7 @@ h3 { text-overflow: ellipsis; } -.filelist { border: 1px solid #d0d0e0; } +.filelist { border: 1px solid #d0d0e0; margin-top: 3px; } .filelist .file:nth-child(odd) { background-color: #e6f0f0; } .desktop .filelist .file:nth-child(odd):hover { background-color: #d8e0ec; color: #000000; } .filelist .file:nth-child(even) { background-color: #e0e8e8; } @@ -185,6 +184,9 @@ h3 { width: 50px; text-align: right; } +.filelist .date { + width: 100px; +} .rows .row .link { color: #13f; text-decoration: none; @@ -197,7 +199,7 @@ h3 { } .rows .row .activity { text-align: right; - width: 130px; + width: 100px; } .rows .row .dataset { width: 200px; |
