]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes: #1356. Reverted search_listing to entity_listing for theme support.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 12 Nov 2009 17:11:01 +0000 (17:11 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 12 Nov 2009 17:11:01 +0000 (17:11 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3673 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css.php
views/default/entities/entity_listing.php
views/default/entities/gallery_listing.php

index da91e07a896bcbe89edf8a1759721605ce3aca14..4c37ed340a97acdeb90ab849c21a544833897cf0 100644 (file)
@@ -1245,7 +1245,7 @@ p.user_menu_friends_of {
 /* ***************************************
        ENTITY LISTINGS
 *************************************** */
-.entity_listing {
+.search_listing {
        display: block;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
@@ -1253,28 +1253,28 @@ p.user_menu_friends_of {
        margin:0 10px 5px 10px;
        padding:5px;
 }
-.entity_listing_icon {
+.search_listing_icon {
        float:left;
 }
-.entity_listing_icon img {
+.search_listing_icon img {
        width: 40px;
 }
-.entity_listing_icon .avatar_menu_button img {
+.search_listing_icon .avatar_menu_button img {
        width: 15px;
 }
-.entity_listing_info {
+.search_listing_info {
        margin-left: 50px;
        min-height: 40px;
 }
 /* IE 6 fix */
-* html .entity_listing_info {
+* html .search_listing_info {
        height:40px;
 }
-.entity_listing_info p {
+.search_listing_info p {
        margin:0 0 3px 0;
        line-height:1.2em;
 }
-.entity_listing_info p.owner_timestamp {
+.search_listing_info p.owner_timestamp {
        margin:0;
        padding:0;
        color:#666666;
@@ -1297,36 +1297,36 @@ table.entity_gallery {
        background: black;
        color:white;
 }
-.entity_gallery_item .entity_listing {
+.entity_gallery_item .search_listing {
        background: none;
        text-align: center;
 }
-.entity_gallery_item .entity_listing_header {
+.entity_gallery_item .search_listing_header {
        text-align: center;
 }
-.entity_gallery_item .entity_listing_icon {
+.entity_gallery_item .search_listing_icon {
        position: relative;
        text-align: center;
 }
-.entity_gallery_item .entity_listing_info {
+.entity_gallery_item .search_listing_info {
        margin: 5px;
 }
-.entity_gallery_item .entity_listing_info p {
+.entity_gallery_item .search_listing_info p {
        margin: 5px;
        margin-bottom: 10px;
 }
-.entity_gallery_item .entity_listing {
+.entity_gallery_item .search_listing {
        background: none;
        text-align: center;
 }
-.entity_gallery_item .entity_listing_icon {
+.entity_gallery_item .search_listing_icon {
        position: absolute;
        margin-bottom: 20px;
 }
-.entity_gallery_item .entity_listing_info {
+.entity_gallery_item .search_listing_info {
        margin: 5px;
 }
-.entity_gallery_item .entity_listing_info p {
+.entity_gallery_item .search_listing_info p {
        margin: 5px;
        margin-bottom: 10px;
 }
@@ -2345,7 +2345,7 @@ h3.settings {
 .admin_statistics table tr:hover {
        background: #E4E4E4;
 }
-.admin_users_online .entity_listing {
+.admin_users_online .search_listing {
        margin:0 0 5px 0;
        padding:5px;
        border:2px solid #cccccc;
index f6157e11ad03621bbbc663c0633e7b0b66ea2709..d934a2b0c0ff2936d7c24e4e36e8b1671b1c7464 100644 (file)
@@ -9,16 +9,16 @@
  */
 ?>
 
-<div class="entity_listing">
+<div class="search_listing">
 
-       <div class="entity_listing_icon">
+       <div class="search_listing_icon">
                <?php
 
                        echo $vars['icon'];
 
                ?>
        </div>
-       <div class="entity_listing_info">
+       <div class="search_listing_info">
                <?php
 
                        echo $vars['info'];
index 5421bcecb75b5554ee0fce61dbcc98b52e99843a..66f88f2be467c38a8856f7cd0fa595a15cdc5b2e 100644 (file)
@@ -10,9 +10,9 @@
 
 ?>
 
-<div class="entity_listing">
+<div class="search_listing">
 
-       <div class="entity_listing_header">
+       <div class="search_listing_header">
 
                        <?php
 
@@ -21,7 +21,7 @@
                        ?>
 
        </div>
-       <div class="entity_listing_info">
+       <div class="search_listing_info">
                <?php
 
                        echo $vars['info'];