]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated groups/forums topic css
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 22 Jun 2010 10:51:45 +0000 (10:51 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 22 Jun 2010 10:51:45 +0000 (10:51 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6536 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/groups/views/default/forum/maintopic.php
mod/groups/views/default/groups/css.php

index 7a4a86da7d87efec40fcdc3547719a6f0f09208c..7f8bb0b0b0428464314559983c9ee426e43194e1 100644 (file)
@@ -49,8 +49,9 @@
        echo "<p class='entity_subtext'>" . friendly_time($vars['entity']->time_created) . "</p>";\r
 \r
        //display the actual message posted\r
+       echo "<div class='topic_post'>";\r
        echo parse_urls(elgg_view("output/longtext",array("value" => $vars['entity']->description)));\r
-       echo "</div>"; // close entity_listing_info\r
+       echo "</div></div>"; // close entity_listing_info\r
 ?>\r
                \r
 </div>
\ No newline at end of file
index d435b1f7c722fc098c003cbc2d3401dd86487537..a9e4127910d664fde2a99a6d8341fd58f9b03d23 100644 (file)
@@ -24,6 +24,9 @@
        text-align: right;
        margin-left: 10px;
 }
+.entity_listing.topic .topic_post p {
+       margin:10px 0 5px 0;
+}
 .entity_listing.topic:hover {
        background-color: white;
 }