summaryrefslogtreecommitdiff
path: root/public/assets/css/css.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-03 00:13:02 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-03 00:13:02 +0200
commit2149eb581c35a93d41dbad6e3409c498b4bed804 (patch)
treea4d489ca73b2309654faece1322ea15045c0a8af /public/assets/css/css.css
parentcf6f1c58a7298b0af1c13bb701032017563a6ed8 (diff)
sort files
Diffstat (limited to 'public/assets/css/css.css')
-rw-r--r--public/assets/css/css.css22
1 files changed, 15 insertions, 7 deletions
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; }