]> git.mxchange.org Git - friendica.git/commitdiff
fix the search box
authorSimon L'nu <simon.lnu@gmail.com>
Mon, 26 Mar 2012 07:01:13 +0000 (03:01 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Mon, 26 Mar 2012 07:01:13 +0000 (03:01 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/communityhome.tpl
view/theme/dispy-dark/style.css
view/theme/dispy/communityhome.tpl
view/theme/dispy/style.css

index 0659ebe206e6cb70669662cea39eff5e473c4865..0838fc7578a64319bce9a47d48a8fdaacf087052 100644 (file)
@@ -1,4 +1,4 @@
-{{ if $lastusers_title }}
+{{ if $page }}
 <h3>PostIt to Friendica</h3>
 <div style="padding-left: 8px;"><span >Post to Friendica from anywhere by bookmarking this <a href="$fostitJS" title="PostIt">Link</a>.</span></div>
 {{ endif }}
index 6292da6d23ed79f6ba868ca50395c48c41186bad..e47eb22ed123090ef202c624716c34dacf4becf7 100644 (file)
@@ -491,13 +491,18 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
        background: transparent url(icons.png) -190px -60px no-repeat;
 }
 .search-box {
-       margin: 5px;
-       width: 65%;
+       display: inline-block;
        height: 40px;
-       z-index: 100;
+       margin: 12px 0 0 -3px;
+       position: relative;
+       right: -12px;
+       top: 17px;
+       width: 0;
 }
 #search-text {
        border: 1px #2e2f2e solid;
+       background: #2e2f2e;
+       color: #eec;
 }
 .nav-ajax-update, .nav-ajax-left {
        width: 30px;
index 0659ebe206e6cb70669662cea39eff5e473c4865..0838fc7578a64319bce9a47d48a8fdaacf087052 100644 (file)
@@ -1,4 +1,4 @@
-{{ if $lastusers_title }}
+{{ if $page }}
 <h3>PostIt to Friendica</h3>
 <div style="padding-left: 8px;"><span >Post to Friendica from anywhere by bookmarking this <a href="$fostitJS" title="PostIt">Link</a>.</span></div>
 {{ endif }}
index 116f88b31b932227158fdd3a05a65529bd097c28..7c80c8b5bb086c5f2a4a0c540c1ea7dfab7a7667 100644 (file)
@@ -199,6 +199,10 @@ input[type=submit] {
 .action {
        margin: 5px 0;
 }
+.tool {
+       margin: 5px 0;
+       list-style: none;
+}
 
 
 /**
@@ -483,13 +487,18 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
        background: transparent url(icons.png) -190px -60px no-repeat;
 }
 .search-box {
-       margin: 5px;
-       width: 65%;
+       display: inline-block;
        height: 40px;
-       z-index: 100;
+       margin: 12px 0 0 -3px;
+       position: relative;
+       right: -12px;
+       top: 17px;
+       width: 0;
 }
 #search-text {
        border: 1px #eec solid;
+       background: #eec;
+       color: #e2e33436;
 }
 .nav-ajax-update, .nav-ajax-left {
        width: 30px;