aboutsummaryrefslogtreecommitdiff
path: root/mod/search/views/default/search/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/search/views/default/search/css.php')
-rw-r--r--mod/search/views/default/search/css.php110
1 files changed, 51 insertions, 59 deletions
diff --git a/mod/search/views/default/search/css.php b/mod/search/views/default/search/css.php
index fdc402199..85c7a44d8 100644
--- a/mod/search/views/default/search/css.php
+++ b/mod/search/views/default/search/css.php
@@ -1,3 +1,45 @@
+<?php
+/**
+ * Elgg Search css
+ *
+ * @package search
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd <info@elgg.com>
+ * @copyright Curverider Ltd 2008-2010
+ * @link http://elgg.com/
+ */
+?>
+
+.search_listing {
+ background:none;
+ border-bottom:1px dotted #CCCCCC;
+ clear:both;
+ display:block;
+ margin:0;
+ padding:5px 0 7px;
+ position:relative;
+}
+.search_listing_icon {
+ float:left;
+ margin-left:3px;
+ margin-top:3px;
+}
+.search_listing_icon .avatar_menu_button img {
+ width: 15px;
+ margin:0;
+}
+.search_listing_info {
+ float:left;
+ margin-left:7px;
+ min-height:28px;
+ width:693px;
+}
+.search_listing_info p {
+ margin:0;
+}
+
+
+/* search matches */
.searchtype {
background: #FFFACD;
color: black;
@@ -12,79 +54,29 @@
margin-bottom: 2em;
}
.searchMatch {
- background-color: #FFFF66;
+ background-color: #bbdaf7;
}
.searchMatchColor1 {
- background-color: #FFFF66;
+ background-color: #bbdaf7;
}
.searchMatchColor2 {
background-color: #A0FFFF;
}
.searchMatchColor3 {
- background-color: #FF9999;
+ background-color: #FDFFC3;
}
.searchMatchColor4 {
- background-color: #FF66FF;
+ background-color: #cccccc;
}
.searchMatchColor5 {
- background-color: #99FF99;
+ background-color: #4690d6;
}
.searchTitle {
text-decoration: underline;
}
-#searchform input.search_input {
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- background-color:#FFFFFF;
- border:1px solid #BBBBBB;
- color:#999999;
- font-size:12px;
- font-weight:bold;
- margin:0pt;
- padding:2px;
- width:180px;
- height:12px;
-}
-#searchform input.search_submit_button {
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- color:#333333;
- background: #cccccc;
- border:none;
- font-size:12px;
- font-weight:bold;
- margin:0px;
- padding:2px;
- width:auto;
- height:18px;
- cursor:pointer;
-}
-#searchform input.search_submit_button:hover {
- color:#ffffff;
- background: #4690d6;
-}
-/*
-.search_listing {
- display: block;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- background:white;
- margin:0 10px 5px 10px;
- padding:5px;
+.search_listing_category_title {
+ margin-top:20px;
}
-
-.entity_gallery_item .search_listing {
- background: none;
- text-align: center;
+.search_listing.more {
+ display: block;
}
-*/
-
-/* override the entity container piece
-.search_listing .search_listing {
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- background: transparent;
- margin: 0;
- padding: 0;
-}
-*/