]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Design issues with preview fixed
authorMichael Vogel <icarus@dabo.de>
Thu, 20 Dec 2012 03:19:02 +0000 (04:19 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 20 Dec 2012 03:19:02 +0000 (04:19 +0100)
include/network.php
view/theme/vier/style.css

index 5877dda41b876651810cc8e76e3766b0bd475cb7..f6e6cc2a30825c189ab77f196f0780b39ac80586 100644 (file)
@@ -15,6 +15,9 @@ function fetch_url($url,$binary = false, &$redirects = 0, $timeout = 0, $accept_
 
        @curl_setopt($ch, CURLOPT_HEADER, true);
 
+       @curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
+       @curl_setopt($ch, CURLOPT_MAXREDIRS, 5);
+
        if (!is_null($accept_content)){
                curl_setopt($ch,CURLOPT_HTTPHEADER, array (
                        "Accept: " . $accept_content
index b278cbf8c517315d8cad34dc35a00bb7b22edfa5..f7e10c94de1aae0a82caf004b0dabb669ec2160e 100644 (file)
@@ -1244,8 +1244,11 @@ border-bottom: 1px solid #D2D2D2;
 .wall-item-container.comment .wall-item-links {
   padding-left: 12px;
 }
+.wall-item-bottom .wall-item-comment-wrapper {
+  margin: 1px 5px 1px 0px;
+}
 .wall-item-comment-wrapper {
-  margin: 1px 5px 1px 80px;
+  margin: 1px 15px 1px 80px;
 }
 .wall-item-comment-wrapper .comment-edit-photo {
   display: none;
@@ -1270,11 +1273,6 @@ border-bottom: 1px solid #D2D2D2;
   margin-right: 1em;
 }
 
-.comment-edit-preview {
-  width: 660px;
-  border: 1px solid #2d2d2d;
-  margin-top: 10px;
-}
 .comment-edit-preview .contact-photo {
   width: 32px;
   height: 32px;
@@ -1283,6 +1281,9 @@ border-bottom: 1px solid #D2D2D2;
 
 }
 .comment-edit-preview {
+  width: 660px;
+  border: 1px solid #2d2d2d;
+  margin-top: 10px;
   top: 15px !important;
   left: 15px !important;
 }
@@ -1296,6 +1297,12 @@ border-bottom: 1px solid #D2D2D2;
   width: 700px;
   padding: 0;
   margin: 10px 0;
+  border-bottom: 0px;
+}
+
+.wall-item-bottom .comment-edit-preview {
+  width: 575px;
+  margin-bottom: 5px;
 }
 
 .shiny {