fix friend suggest link in testbubble
authorFriendika <info@friendika.com>
Tue, 8 Nov 2011 01:25:40 +0000 (17:25 -0800)
committerFriendika <info@friendika.com>
Tue, 8 Nov 2011 01:25:40 +0000 (17:25 -0800)
boot.php
include/nav.php
view/theme/testbubble/style.css

index e46c52a180677ba827ce3f1027d18e77c5e058ac..b7aff697d4eb85c588e3d09ba272001b8f5a32fa 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDIKA_PLATFORM',     'Friendica');
-define ( 'FRIENDIKA_VERSION',      '2.3.1157' );
+define ( 'FRIENDIKA_VERSION',      '2.3.1158' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
 define ( 'DB_UPDATE_VERSION',      1102      );
 
index 62a8a6d1146f70acb947cd9c1d6de8fde4589e3d..f7165fd0dbe6b2b7303021757b9a92b0d48ad882 100644 (file)
@@ -147,7 +147,7 @@ function nav(&$a) {
        $banner = get_config('system','banner');
 
        if($banner === false) 
-               $banner .= '<a href="http://project.friendika.com"><img id="logo-img" src="images/friendika-32.png" alt="logo" /></a><span id="logo-text"><a href="http://project.friendika.com">Friendica</a></span>';
+               $banner .= '<a href="http://friendica.com"><img id="logo-img" src="images/friendika-32.png" alt="logo" /></a><span id="logo-text"><a href="http://friendica.com">Friendica</a></span>';
 
 
        $tpl = get_markup_template('nav.tpl');
index 91920e84dd75408087c07edc1741b7a255360e80..4b66d16c5a841ed0888c1d3e6c9fb56fb476d17b 100644 (file)
@@ -2021,6 +2021,7 @@ margin-left: 0px;
        background-color:#b20202;       
 }
 
+
 #side-invite-link:active {
        background-color: #b20202;
        position:relative;
@@ -2031,6 +2032,46 @@ margin-left: 0px;
        color: #efefef; 
 }
 
+#side-suggest-link {
+       width: 180px;
+       padding: 10px;
+       margin: auto;
+       margin-bottom: 20px;
+       -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
+       background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
+       background-color:#bdbdbd;
+       -moz-border-radius:5px;
+       -webkit-border-radius:5px;
+       border-radius:5px;
+       padding: 5px 10px 5px 10px;
+       color: #efefef;
+       font-size: 1.2em;
+       text-align: center;     
+}
+
+#side-suggest-link:hover {
+       color: #efefef;
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
+       background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20202', endColorstr='#d60808');
+       background-color:#b20202;       
+}
+
+
+#side-suggest-link:active {
+       background-color: #b20202;
+       position:relative;
+       top:1px;        
+}
+
+#side-suggest-link a {
+       color: #efefef; 
+}
+
 #invite-message, #invite-recipients, #invite-recipient-text {
        padding: 10px;
 }