diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-14 21:41:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-14 21:41:44 -0300 |
commit | beaab428eb8b6e19ca6d413249f6307100d9b853 (patch) | |
tree | b7c2b617c19ee5e1b133e8029b80bb52c1bb8ec8 /views/default/search/css.php | |
download | elgg-beaab428eb8b6e19ca6d413249f6307100d9b853.tar.gz elgg-beaab428eb8b6e19ca6d413249f6307100d9b853.tar.bz2 |
Squashed 'mod/saravea_theme/' content from commit daab1e0
git-subtree-dir: mod/saravea_theme
git-subtree-split: daab1e0a1d564efeb637ecb2ce27ade44f45ac64
Diffstat (limited to 'views/default/search/css.php')
-rw-r--r-- | views/default/search/css.php | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/views/default/search/css.php b/views/default/search/css.php new file mode 100644 index 000000000..1e9531b2d --- /dev/null +++ b/views/default/search/css.php @@ -0,0 +1,60 @@ +<?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; +} |