]> git.mxchange.org Git - friendica.git/commitdiff
fixes
authortommy tomson <thomas.bierey@gmx.de>
Mon, 5 Mar 2012 21:31:03 +0000 (22:31 +0100)
committertommy tomson <thomas.bierey@gmx.de>
Mon, 5 Mar 2012 21:31:03 +0000 (22:31 +0100)
view/theme/diabook/icons/community.png [new file with mode: 0644]
view/theme/diabook/icons/globe.png [changed mode: 0755->0644]
view/theme/diabook/nav.tpl
view/theme/diabook/style.css

diff --git a/view/theme/diabook/icons/community.png b/view/theme/diabook/icons/community.png
new file mode 100644 (file)
index 0000000..7c91e8b
Binary files /dev/null and b/view/theme/diabook/icons/community.png differ
old mode 100755 (executable)
new mode 100644 (file)
index bf27a8f..6bb9bc0
Binary files a/view/theme/diabook/icons/globe.png and b/view/theme/diabook/icons/globe.png differ
index 34a37ad2e9ca991d8356626fc78bf19ad88f07fc..284883ceba6754f30d25fb548eb1498bd4285e15 100644 (file)
                                        <li class="empty">$emptynotifications</li>
                                </ul>
                        </li>           
-               {{ endif }}                                     
+               {{ endif }}     
+                       
+               {{ if $nav.search}}
+               <li id="search-box">
+                       <form method="get" action="$nav.search.0">
+                               <input id="search-text" class="nav-menu-search" type="text" value="" name="search">
+                       </form>
+               </li>           
+               {{ endif }}     
                
                <li id="nav-site-linkmenu" class="nav-menu-icon"><a href="#" rel="#nav-site-menu"><span class="icon s22 gear">Site</span></a>
                        <ul id="nav-site-menu" class="menu-popup">
 
                                {{ if $nav.help }} <li><a class="$nav.help.2" target="friendika-help" href="$nav.help.0" title="$nav.help.3" >$nav.help.1</a></li>{{ endif }}
 
+
+                                                                               <li ><a class="$nav.community.2" href="$nav.community.0" title="$nav.community.3" >$nav.community.1</a></li>
+
+
                                                                                 <li><a class="$nav.search.2" href="$nav.search.0" title="$nav.search.3" >$nav.search.1</a></li>
 
                                {{ if $nav.settings }}<li><a class="menu-sep $nav.settings.2" href="$nav.settings.0" title="$nav.settings.3">$nav.settings.1</a></li>{{ endif }}
index 06ddf6de18458078f5ffa6d51ed652d3f5e70a4f..913f2b641fa209ebba8e1ffb0cde205fff535437 100644 (file)
@@ -91,6 +91,8 @@
   background-image: url("../../../view/theme/diabook/icons/notify.png");}
 .icon.messages {
   background-image: url("../../../view/theme/diabook/icons/messages.png");}
+.icon.community {
+  background-image: url("../../../view/theme/diabook/icons/community.png");}
   
 .icon.drop     { background-image: url("../../../view/theme/diabook/icons/drop.png");}
 .icon.drophide         { background-image: url("../../../view/theme/diabook/icons/drop.png");}
@@ -526,7 +528,7 @@ header #banner a:hover {
   color: #ffffff;
   text-decoration: none;
   outline: none;
-  vertical-align: bottom;
+  vertical-align: middle;
 }
 header #banner #logo-img {
   height: 25px;
@@ -610,12 +612,19 @@ nav #logo-text {
     margin-top: 3px;
     margin-right: 15px;
 }
+nav .nav-menu-search {
+  position: relative;
+  
+  margin: 3px 17px;
+  margin-right: 0px;
+  height: 17px;
+}
 
 nav .nav-menu-icon {
   position: relative;
   height: 22px;
   padding: 5px;
-  margin: 0px 12px;
+  margin: 0px 7px;
   -moz-border-radius: 5px 5px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
@@ -1329,9 +1338,9 @@ section {
   margin: 0px 2em 20px 0px;
 }
 #profile-jot-form #profile-jot-text {
-  height: 3.0em;
+  height: 2.0em;
   width: 99%;
-  font-size: 10px;
+  font-size: 15px;
   color: #999999;
   border: 1px solid #DDD;
   padding: 0.3em;