]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
a few more adjustments to the page header
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 10 Dec 2010 03:29:31 +0000 (03:29 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 10 Dec 2010 03:29:31 +0000 (03:29 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7591 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/search/views/default/search/css.php
views/default/css/elements/navigation.php
views/default/css/elements/page_layout.php
views/default/css/screen.php
views/default/navigation/site_nav.php

index 4a7a14baded6bdd248f9f544d93ecf8db78efac7..64483367376a40debae364805c43f23c938fde67 100644 (file)
@@ -6,6 +6,14 @@
  */
 ?>
 
+
+#elgg-search {
+       bottom:5px;
+       height:23px;
+       position:absolute;
+       right:0;
+}
+
 .elgg-page-header #elgg-search input.search-input {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
index 4073b641853b9cdf803f032cb0945dd65fc1c39d..a2f147df82ab63aef4e329ca023e5467a595e303 100644 (file)
 .elgg-site-menu .elgg-more:hover {
        overflow: visible;
 }
-.elgg-site-menu .elgg-more a.subnav span {
-       background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png);
-       background-repeat: no-repeat;
-       background-position: -150px -56px;
-       padding-left: 12px;
-}
-.elgg-site-menu .elgg-more:hover a.subnav span,
 .elgg-site-menu .elgg-more:hover span {
-       background-position: -150px -76px;
+       background-position: -146px -76px;
 }
 .elgg-site-menu .elgg-more ul {
        z-index: 7000;
        -webkit-border-bottom-right-radius: 4px;
 }
 
-
 /* ***************************************
        PAGE MENU
 *************************************** */
index 17f792ad016d1523aa4f1718b7f081873852c147..75f351781b63bdb46f97a8e36dadc2de4b549703 100644 (file)
        width: 990px;
 }
 
-
-#elgg-search {
-       bottom:5px;
-       height:23px;
-       position:absolute;
-       right:0;
-}
-
-
-
 /* ***************************************
        ELGG TOPBAR
 *************************************** */
index adf56d5253997b52171ca4858a9ca4a0b223a192..40aaebb35c1e255318759c5c13dc37f34d30a929 100644 (file)
@@ -86,6 +86,12 @@ echo elgg_view('css/elements/forms', $vars);
 .elgg-icon-help {
        background-position: -302px -136px;
 }
+.elgg-icon-arrow-s {
+       background-position: -146px -56px;
+}
+.elgg-icon-arrow-s:hover {
+       background-position: -146px -76px;
+}
 
 
 
index 7fbeda12514dfe81a7918bf8653f6db3b835d21d..aaf596b93148fae2ef1fa9c0c1bf4c605a68191b 100644 (file)
@@ -34,7 +34,7 @@ if ($featured) {
                $nav_html .= "<li $selected><a href=\"$url\" title=\"$title\"><span>$title</span></a></li>";
        }
 } elseif ($more) {
-       for ($i=0; $i<6; $i++) {
+       for ($i=0; $i<5; $i++) {
                if (!array_key_exists($i, $more)) {
                        break;
                }
@@ -65,7 +65,7 @@ foreach ($more as $info) {
 
 if ($more_nav_html) {
        $more = elgg_echo('more');
-       $nav_html .= "<li class='elgg-more'><a class='subnav' title=\"$more\"><span>$more</span></a>
+       $nav_html .= "<li class='elgg-more'><a class='subnav' title=\"$more\"><span class=\"elgg-icon elgg-icon-arrow-s\"></span>$more</a>
                <ul>
                        $more_nav_html
                </ul>