From d76377e2659038431d1ca2982a6276b0acd10bef Mon Sep 17 00:00:00 2001 From: Neeraj Baid Date: Sun, 29 Mar 2015 11:25:09 -0700 Subject: [PATCH] Mildly improve drop-zone css. --- static/index.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/static/index.css b/static/index.css index d4f8bea..4ecb33f 100644 --- a/static/index.css +++ b/static/index.css @@ -1,10 +1,9 @@ -#drop_zone { - border: 1.5px solid #bbb; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; +.drop-zone { border-radius: 5px; - padding: 25px; + padding-top: 200px; + padding-bottom: 200px; text-align: center; - font: 20pt 'Helvetica-Light'; - color: #bbb; + font: 20pt 'HelveticaNeue-Light'; + color: #444; + background-color: #eee; }