diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 15:27:30 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 15:27:30 +0200 |
| commit | 209cfd09c16122e94acb1e28972a97a46c92a5c7 (patch) | |
| tree | 8c38827c1683e0c454f0e1490a1100989670eadc /public/assets | |
| parent | a52d02504c285910539f9a6ee8ef96d95577852e (diff) | |
folder list on new samplernn page
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/css/css.css | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index f1122ea..54a0712 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -145,6 +145,9 @@ section { width: 250px; line-height: 1.5; } +.narrow { + width: 250px; +} .gray { color: #888; opacity: 0.5; @@ -319,6 +322,21 @@ section { font-size: 14px; } +/* folder list */ +.folderList { + margin-top: 10px; + margin-left: 7px; +} +.folderList h3 { + margin-bottom: 3px; +} +.folderList .group { + padding: 3px; +} +.folderList .param { + padding: 3px 0; +} + /* datasets */ .datasets .row.dataset { max-width: 100vw; @@ -515,13 +533,11 @@ section { transform: scaleY(-1); cursor: pointer; } - .opaque { background: white; padding: 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.2); } - .last_message { width: 250px; opacity: 0.4; |
