Move existing image widget to below uploader
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 12 Sep 2010 16:27:05 +0000 (12:27 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 12 Sep 2010 19:40:47 +0000 (15:40 -0400)
ansel/templates/image/plupload.inc
ansel/themes/screen.css

index 3771cb0..2186bc7 100644 (file)
@@ -1,3 +1,5 @@
+<div id="anseluploader"></div>
+<?php echo $nojs; ?>
 <div class="anselWidgets">
     <div id="horizontal_carousel">
      <div class="anselWidget" style="height:150px;">
@@ -12,8 +14,6 @@
      </div>
     </div>
 </div>
-<div id="anseluploader"></div>
-<?php echo $nojs; ?>
 <script type="text/javascript">
 // <![CDATA[
 // Delay response
index d1c68ee..21fa2b9 100644 (file)
@@ -376,7 +376,6 @@ a.latest:link, a.latest:visited, a.latest:hover, a.latest:active {
 }
 #anseluploader {
     width: auto;
-    margin-top: 180px;
 }
 .uploaderContainer {
     border: solid 1px #999999;