From b7e85715fd5649b96a93bbf6d13f6ef71b719d8c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Mar 2016 18:56:45 +0100 Subject: Improve edit pages layout --- papillon/static/styles.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'papillon/static') diff --git a/papillon/static/styles.css b/papillon/static/styles.css index 1b8ae7d..9bba1d8 100644 --- a/papillon/static/styles.css +++ b/papillon/static/styles.css @@ -23,7 +23,7 @@ See the file COPYING for details. background:white !important; border:0px !important; } - + .new_poll{ width:100% !important; } @@ -184,12 +184,16 @@ color:blue; float:right; color:white; background:green; - width:15px; - height:15px; + width:20px; + height:20px; border-radius:25px; text-align:center; } +.help_button:hover{ + cursor: help; +} + .field_label{ clear:both; font-size:1.5em; -- cgit v1.2.3