From 2149eb581c35a93d41dbad6e3409c498b4bed804 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 3 Jun 2018 00:13:02 +0200 Subject: sort files --- public/assets/css/css.css | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'public/assets/css/css.css') diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 50a210c..dff2486 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -68,6 +68,7 @@ h3 { .app { display: flex; flex-direction: column; + padding-bottom: 40px; } .player { @@ -188,7 +189,7 @@ h3 { height: 15px; } .filelist .size { - width: 50px; + width: 58px; text-align: right; } .filelist .date { @@ -247,6 +248,7 @@ h3 { margin-right: 10px; } +/* samplernn loss graph */ .lossGraph canvas, .lossGraph h3 { position: fixed; @@ -259,20 +261,16 @@ h3 { } /* datasets */ -.datasets .row.dataset > .col:nth-child(1) { min-width: 330px; } +.datasets .row.dataset > .col:nth-child(1) { min-width: 350px; } .datasets .row.dataset > .col:nth-child(2) { min-width: 100px; } .datasets .row.dataset > .col:nth-child(3) { min-width: 230px; } -.datasets .row.dataset > .col:nth-child(4) { min-width: 330px; } +.datasets .row.dataset > .col:nth-child(4) { min-width: 350px; } .datasets .row.dataset > .col { padding-top: 3px; padding-bottom: 0; } .datasets .dataset:first-child > .col:nth-child(2), .datasets .dataset:first-child > .col:nth-child(3), -.datasets .row.dataset > .col:first-child { - padding: 0 0 0 4px; - font-size: larger; -} .datasets .dataset:first-child > .col { padding: 0 0 0 8px; font-size: larger; @@ -288,6 +286,16 @@ h3 { .dataset .checkpoint .filename { max-width: 160px; } +.input_file { + padding-top: 4px; +} +.input_file div { + overflow: hidden; + text-overflow: ellipsis; + max-width: 200px; + display: inline-block; + margin-right: 4px; +} /* bucky bogart.css color shading :) */ .new { color: #000000; font-weight: bold; } -- cgit v1.2.3-70-g09d2