aboutsummaryrefslogtreecommitdiff
path: root/views/default/search/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/search/css.php')
-rw-r--r--views/default/search/css.php60
1 files changed, 0 insertions, 60 deletions
diff --git a/views/default/search/css.php b/views/default/search/css.php
deleted file mode 100644
index 1e9531b2d..000000000
--- a/views/default/search/css.php
+++ /dev/null
@@ -1,60 +0,0 @@
-<?php
-/**
- * Elgg Search css
- *
- */
-?>
-
-/**********************************
-Search plugin
-***********************************/
-.elgg-search-header {
- bottom: 15px;
- width: 24%;
- height: 23px;
- position: absolute;
- right: 0;
-}
-.elgg-search input[type=text] {
- width: 230px;
-
-}
-.elgg-search input[type=submit] {
- display: none;
-}
-.elgg-search input[type=text] {
- height: 20px;
- width: 97%;
- margin-top: 13px;
- border: 0;
- background: #EEE url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 99% -916px;
- font-size: 1em;
-
-}
-
-.search-list li {
- padding: 5px 0 0;
-}
-.search-heading-category {
- margin-top: 20px;
- color: #666666;
-}
-
-.search-highlight {
- background-color: #FFF01C;
-}
-.search-highlight-color1 {
- background-color: #FFF01C;
-}
-.search-highlight-color2 {
- background-color: #BFF553;
-}
-.search-highlight-color3 {
- background-color: #F062A4;
-}
-.search-highlight-color4 {
- background-color: #ccc;
-}
-.search-highlight-color5 {
- background-color: #4690d6;
-}