summaryrefslogtreecommitdiff
path: root/public/assets/css/css.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-07-02 22:49:26 +0200
committerJules Laplace <julescarbon@gmail.com>2017-07-02 22:49:26 +0200
commitdb3a5fcd8edaa45ef05a6250e7f9452f0ed87250 (patch)
tree871703028cef31309102d452197d737bc5cc76e8 /public/assets/css/css.css
parentef0d6a05a1717b9cb9b52fca9285c9ba8c191b0c (diff)
resample to 16bit 44100hz aiff
Diffstat (limited to 'public/assets/css/css.css')
-rw-r--r--public/assets/css/css.css12
1 files changed, 8 insertions, 4 deletions
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;
}