diff options
-rw-r--r-- | mod/profile/views/default/profile/listing.php | 6 | ||||
-rw-r--r-- | views/default/css.php | 26 |
2 files changed, 28 insertions, 4 deletions
diff --git a/mod/profile/views/default/profile/listing.php b/mod/profile/views/default/profile/listing.php index 94a29580c..6b6381f64 100644 --- a/mod/profile/views/default/profile/listing.php +++ b/mod/profile/views/default/profile/listing.php @@ -14,9 +14,9 @@ ?>
- <div class="profile_listing">
+ <div class="search_listing">
- <div class="profile_listing_icon">
+ <div class="search_listing_icon">
<?php
echo elgg_view(
@@ -28,7 +28,7 @@ ?>
</div>
- <div class="profile_listing_info">
+ <div class="search_listing_info">
<p><b><?php
echo "<a href=\"" . $vars['entity']->getUrl() . "\">" . $vars['entity']->name . "</a>";
diff --git a/views/default/css.php b/views/default/css.php index f44506d2e..286192ba8 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -795,7 +795,31 @@ p.user_menu_friends_of { .river_create { background: url(<?php echo $vars['url']; ?>_graphics/dummy_river_icon.gif) no-repeat left top; } - +
+
+/* ***************************************
+ SEARCH LISTINGS
+*************************************** */
+
+.search_listing {
+ display: block;
+ background-color: #eee;
+ padding: 5px;
+ margin-bottom: 10px;
+}
+
+.search_listing_icon {
+ position: absolute;
+}
+
+.search_listing_info {
+ margin-left: 60px;
+ height: 40px;
+}
+
+.search_listing_info p {
+ margin: 0px;
+} /* *************************************** STATUS |