From 58b9d15f65c5eaabc729771fbdc636fd33a3bb73 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Tue, 11 Feb 2020 15:04:20 +0100 Subject: [PATCH] new style --- voicegardens/static/styles.css | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/voicegardens/static/styles.css b/voicegardens/static/styles.css index b73ee55..f77b9c4 100644 --- a/voicegardens/static/styles.css +++ b/voicegardens/static/styles.css @@ -10,12 +10,13 @@ canvas { display: block; } +/* Button style */ + img.button { width: 4%; + cursor: pointer; } -/* Button style */ - .record { position:fixed; top:20px; @@ -99,10 +100,12 @@ h1 { } .about:hover { - top: unset; - right: 25vw; - bottom: 4vh; - left: unset; + width: 7% !important; + top: unset; + right: 25vw; + bottom: 2vh; + left: unset; + } .leaf { @@ -113,7 +116,7 @@ h1 { .leaf:hover { top: unset; - bottom: 5vh; + bottom: 3vh; left: 55vw; } @@ -123,6 +126,12 @@ h1 { left: 40vw; } + .stop:hover { + top: unset; + bottom: 4vh; + left: 40vw; + } + .record { top: unset; bottom: 3vh; @@ -131,7 +140,7 @@ h1 { .record:hover { top: unset; - bottom: 5vh; + bottom: 3vh; left: 25vw; }