From 8d44f2e647a148df237bba2c28092f7f085770d8 Mon Sep 17 00:00:00 2001 From: Adrien Dorsaz Date: Thu, 8 Aug 2013 23:32:48 +0200 Subject: Adjust size of new_poll form for big screen (>600 px) --- papillon/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papillon/static/styles.css b/papillon/static/styles.css index e337060..07260f8 100644 --- a/papillon/static/styles.css +++ b/papillon/static/styles.css @@ -175,7 +175,7 @@ color:blue; } .new_poll{ - width:200px; + width:400px; margin:auto; padding:0; } -- cgit v1.2.3