@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
.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;
margin-right: 1em;
}
-.comment-edit-preview {
- width: 660px;
- border: 1px solid #2d2d2d;
- margin-top: 10px;
-}
.comment-edit-preview .contact-photo {
width: 32px;
height: 32px;
}
.comment-edit-preview {
+ width: 660px;
+ border: 1px solid #2d2d2d;
+ margin-top: 10px;
top: 15px !important;
left: 15px !important;
}
width: 700px;
padding: 0;
margin: 10px 0;
+ border-bottom: 0px;
+}
+
+.wall-item-bottom .comment-edit-preview {
+ width: 575px;
+ margin-bottom: 5px;
}
.shiny {