]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated attachment view position. It is now closer to top.
authorSarven Capadisli <csarven@controlyourself.ca>
Wed, 15 Jul 2009 19:53:24 +0000 (19:53 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Wed, 15 Jul 2009 19:53:24 +0000 (19:53 +0000)
js/util.js
theme/base/css/display.css

index bbcbc0bbb983ccf557bcf01268e62d5bdc55efb2..f3ed918cf26bb00963663c08c6209f2f3580d223 100644 (file)
@@ -283,7 +283,7 @@ function NoticeAttachments() {
         },
         timeout : 0,
         autoHide : true,
-        css : {'max-width':'542px', 'top':'22.5%', 'left':'32.5%'}
+        css : {'max-width':'542px', 'top':'5%', 'left':'32.5%'}
     };
 
     $('#content .notice a.attachment').click(function() {
index 3426e71c0b656c99cf5423bce37a2d8e2445f227..3604f193a00d249e8e8ec1790ce0befb103e87d2 100644 (file)
@@ -1028,7 +1028,7 @@ border-radius:7px;
 -webkit-border-radius:7px;
 }
 #jOverlayLoading {
-top:22.5%;
+top:5%;
 left:40%;
 }
 #attachment_view img {