diff options
author | Adrien Dorsaz <adrien@adorsaz.ch> | 2013-08-08 23:32:48 +0200 |
---|---|---|
committer | Adrien Dorsaz <adrien@adorsaz.ch> | 2013-08-08 23:32:48 +0200 |
commit | 8d44f2e647a148df237bba2c28092f7f085770d8 (patch) | |
tree | d7a33acce1a6ef3cef28c8002f8cbc291235a61c | |
parent | 8db18c880dd06def2c20e4d2ab5b49177f67badc (diff) | |
download | Papillon-8d44f2e647a148df237bba2c28092f7f085770d8.tar.bz2 Papillon-8d44f2e647a148df237bba2c28092f7f085770d8.zip |
Adjust size of new_poll form for big screen (>600 px)
-rw-r--r-- | papillon/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |