fix the search box
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
629a66793c
commit
7de8e15ca4
4 changed files with 22 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
{{ if $lastusers_title }}
|
{{ if $page }}
|
||||||
<h3>PostIt to Friendica</h3>
|
<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>
|
<div style="padding-left: 8px;"><span >Post to Friendica from anywhere by bookmarking this <a href="$fostitJS" title="PostIt">Link</a>.</span></div>
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
|
|
|
@ -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;
|
background: transparent url(icons.png) -190px -60px no-repeat;
|
||||||
}
|
}
|
||||||
.search-box {
|
.search-box {
|
||||||
margin: 5px;
|
display: inline-block;
|
||||||
width: 65%;
|
|
||||||
height: 40px;
|
height: 40px;
|
||||||
z-index: 100;
|
margin: 12px 0 0 -3px;
|
||||||
|
position: relative;
|
||||||
|
right: -12px;
|
||||||
|
top: 17px;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
#search-text {
|
#search-text {
|
||||||
border: 1px #2e2f2e solid;
|
border: 1px #2e2f2e solid;
|
||||||
|
background: #2e2f2e;
|
||||||
|
color: #eec;
|
||||||
}
|
}
|
||||||
.nav-ajax-update, .nav-ajax-left {
|
.nav-ajax-update, .nav-ajax-left {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{{ if $lastusers_title }}
|
{{ if $page }}
|
||||||
<h3>PostIt to Friendica</h3>
|
<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>
|
<div style="padding-left: 8px;"><span >Post to Friendica from anywhere by bookmarking this <a href="$fostitJS" title="PostIt">Link</a>.</span></div>
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
|
|
|
@ -199,6 +199,10 @@ input[type=submit] {
|
||||||
.action {
|
.action {
|
||||||
margin: 5px 0;
|
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;
|
background: transparent url(icons.png) -190px -60px no-repeat;
|
||||||
}
|
}
|
||||||
.search-box {
|
.search-box {
|
||||||
margin: 5px;
|
display: inline-block;
|
||||||
width: 65%;
|
|
||||||
height: 40px;
|
height: 40px;
|
||||||
z-index: 100;
|
margin: 12px 0 0 -3px;
|
||||||
|
position: relative;
|
||||||
|
right: -12px;
|
||||||
|
top: 17px;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
#search-text {
|
#search-text {
|
||||||
border: 1px #eec solid;
|
border: 1px #eec solid;
|
||||||
|
background: #eec;
|
||||||
|
color: #e2e33436;
|
||||||
}
|
}
|
||||||
.nav-ajax-update, .nav-ajax-left {
|
.nav-ajax-update, .nav-ajax-left {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
|
Loading…
Reference in a new issue