diff --git a/view/theme/dispy-dark/communityhome.tpl b/view/theme/dispy-dark/communityhome.tpl index 0659ebe206..0838fc7578 100644 --- a/view/theme/dispy-dark/communityhome.tpl +++ b/view/theme/dispy-dark/communityhome.tpl @@ -1,4 +1,4 @@ -{{ if $lastusers_title }} +{{ if $page }}

PostIt to Friendica

Post to Friendica from anywhere by bookmarking this Link.
{{ endif }} diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index 6292da6d23..e47eb22ed1 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -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; diff --git a/view/theme/dispy/communityhome.tpl b/view/theme/dispy/communityhome.tpl index 0659ebe206..0838fc7578 100644 --- a/view/theme/dispy/communityhome.tpl +++ b/view/theme/dispy/communityhome.tpl @@ -1,4 +1,4 @@ -{{ if $lastusers_title }} +{{ if $page }}

PostIt to Friendica

Post to Friendica from anywhere by bookmarking this Link.
{{ endif }} diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 116f88b31b..7c80c8b5bb 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -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;