From db3a5fcd8edaa45ef05a6250e7f9452f0ed87250 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 2 Jul 2017 22:49:26 +0200 Subject: resample to 16bit 44100hz aiff --- public/assets/css/css.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'public/assets') diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 3ed248f..695fbc3 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -3,7 +3,9 @@ html,body { padding: 0; width: 100%; height: 100%; - background: #f8feff; + background: #000; + background-size: contain; + background-position: bottom left; } html,body,input,button,textarea,.fileUploadButton { font-size: 12px; @@ -72,11 +74,11 @@ textarea { border: 1px solid #888; max-width: 400px; } -.folders .name, -.folder .name { +.list .name { cursor: pointer; color: #08f; text-decoration: underline; + min-width: 200px; } .list div { @@ -91,13 +93,15 @@ textarea { .list > div:hover { background: #eee; } +.list > div > span { + display: inline-block; +} .heading { display: flex; flex-direction: row; justify-content: center; align-content: center; - margin-bottom: 5px; background: #333; color: white; } -- cgit v1.2.3-70-g09d2