From 268b581ed5e7b573a834474d49f08d40f69faf5c Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sat, 2 Jul 2011 17:47:35 +0530 Subject: [PATCH] upload css --- edgware/static/css/files/upload.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index 79d4725..2213446 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -52,6 +52,8 @@ background-color: #298A08; } .fileForm { +overflow: auto; + width: 100% } .fileTitle { @@ -60,6 +62,7 @@ margin: 5px; } .fileDesc { +width: 200px; float: left; margin: 5px; }