diff --git a/css/style.css b/css/style.css index a28a4f6..6af2f4f 100644 --- a/css/style.css +++ b/css/style.css @@ -88,7 +88,7 @@ h1{ min-height: 290px; overflow: hidden; padding-bottom: 40px; - width: 990px; + width: 960px; box-shadow:0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1); } @@ -121,7 +121,7 @@ h1{ #dropbox .preview{ width:245px; - height: 215px; + height: 245px; float:left; margin: 55px 0 0 60px; position: relative; @@ -170,7 +170,7 @@ h1{ height:12px; width:100%; left:0; - bottom: 0; + bottom: 30px; box-shadow:0 0 2px #000; } @@ -192,4 +192,24 @@ h1{ #dropbox .preview.done .progress{ width:100% !important; +} + + + +/*------------------------- + Link Box +--------------------------*/ + + + + +#dropbox .linkHolder { + position: absolute; + left: 0; + bottom: 0; + width: 100%; +} + +#dropbox .linkHolder input { + width: 100%; } \ No newline at end of file diff --git a/index.php b/index.php index c635c9c..efbcd57 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,7 @@
- Drop images here to upload.
(they will only be visible to you)
+ Drop images here to upload.
diff --git a/js/upload.js b/js/upload.js index e2f0d0d..9aaa077 100644 --- a/js/upload.js +++ b/js/upload.js @@ -7,7 +7,8 @@ $(function(){ paramname:'image', maxfiles: 5, - maxfilesize: 2, + queuefiles: 1, + maxfilesize: 10, url: 'upload.php', uploadFinished:function(i,file,response){ @@ -52,14 +53,14 @@ $(function(){ }); - var template = '
'+ - ''+ - ''+ - ''+ - ''+ - '
'+ - '
'+ - '
'+ + var template = '
' + + '' + + '' + + '' + + '' + + '
' + + '
' + + '
' + '
';