veto

Simple Sinatra voting website.
git clone git://git.knutsen.co/veto
Log | Files | Refs | README | LICENSE

commit 9dfb44338e14fffd5a41f919dc45b60107a2483f
parent 0c1ca6eeed04fb6296396610be2978e0b5ae0e40
Author: Fredrik <moi@knutsen.co>
Date:   Thu, 25 Oct 2018 00:46:33 +0100

Merge pull request #3 from Demonstrandum/devel

Minor CSS bugs
Diffstat:
Mpublic/styles.css | 4+++-
Mviews/index.erb | 4+++-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/public/styles.css b/public/styles.css @@ -5,7 +5,9 @@ html, body { margin: 0; padding: 0; font-size: 16px; + min-height: 100vh; font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif; + overflow-x: hidden; } body { @@ -113,7 +115,7 @@ h3 { .issues { position: absolute; - right: 0; + right: 15px; /* Scroll bar */ bottom: 0; overflow: hidden; } diff --git a/views/index.erb b/views/index.erb @@ -35,7 +35,9 @@ <div class="row"> <div class="twelve columns" style="margin-bottom: 1em"> <input type="checkbox" checked id="other" name="other"> - <label for="other" style="cursor: pointer">Allow 'other' option?</label> + <label for="other" style="cursor: pointer"> + Allow 'other' option, i.e. alternative choices? + </label> </div> </div>