]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Minor interface updates for search results.
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 11 Mar 2010 19:26:18 +0000 (19:26 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 11 Mar 2010 19:26:18 +0000 (19:26 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@5369 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/search/views/default/search/css.php

index 85c7a44d82f2beb1cc8afb10c9d56cf7ffb630b8..4eb07d323ee0fd7e7eb182f7a78ae4ace592e9a7 100644 (file)
 .search_listing_info p {
        margin:0;
 }
+.search_listing_category_title {
+       margin-top:20px;
+}
+.search_listing_category_title h2 {
+       color:#666666;
+}
+.search_listing.more {
+       display: block;
+}
 
 
 /* search matches */
        padding: 4px;
        margin: 6px;
 }
-.searchListing {
-       display: block;
-       margin-bottom: 2em;
-}
 .searchMatch {
        background-color: #bbdaf7;
 }
 .searchMatchColor5 {
        background-color: #4690d6;
 }
-.searchTitle {
-       text-decoration: underline;
-}
-.search_listing_category_title {
-       margin-top:20px;
-}
-.search_listing.more {
-       display: block;
-}