fixes in diabook
This commit is contained in:
parent
a406c16581
commit
b64b1d13a4
BIN
view/theme/diabook/icons/bug-x.gif
Normal file
BIN
view/theme/diabook/icons/bug-x.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 B |
Binary file not shown.
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 386 B |
BIN
view/theme/diabook/icons/language.png
Normal file
BIN
view/theme/diabook/icons/language.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 849 B |
Binary file not shown.
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 388 B |
|
@ -1,5 +1,6 @@
|
|||
<header>
|
||||
{# $langselector version 0.01#}
|
||||
|
||||
|
||||
|
||||
<div id="site-location">$sitelocation</div>
|
||||
<div id="banner">$banner</div>
|
||||
|
@ -73,7 +74,9 @@
|
|||
<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>
|
||||
<li><a class="$nav.search.2" href="$nav.search.0" title="$nav.search.3" >$nav.search.1</a></li>
|
||||
|
||||
<li><a class="$nav.search.2" href="friendica" title="About" >About</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 }}
|
||||
{{ if $nav.admin }}<li><a class="$nav.admin.2" href="$nav.admin.0" title="$nav.admin.3" >$nav.admin.1</a></li>{{ endif }}
|
||||
|
@ -135,6 +138,12 @@
|
|||
|
||||
</nav>
|
||||
|
||||
<div style="position: fixed; bottom: 5px; left: 25px;">$langselector</div>
|
||||
<div style="position: fixed; bottom: 7px; left: 5px;"><a href="http://pad.toktan.org/p/diabook" target="blank" ><img src="images/bug-x.gif" title="Fehlerreport für das Theme diaBook erstellen"></a></div>
|
||||
|
||||
|
||||
<a class="$nav.login.2" href="$nav.login.0" title="$nav.login.3" >$nav.login.1</a>
|
||||
|
||||
|
||||
|
||||
<ul id="nav-notifications-template" style="display:none;" rel="template">
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
.icon.lock { background-image: url("../../../view/theme/diabook/icons/lock.png");}
|
||||
.icon.unlock { background-image: url("../../../view/theme/diabook/icons/unlock.png");}
|
||||
.icon.isstar { background-image: url("../../../view/theme/diabook/icons/isstar.png");}
|
||||
.icon.language { background-image: url("../../../view/theme/diabook/icons/language.png");}
|
||||
|
||||
|
||||
.camera { background-image: url("../../../view/theme/diabook/icons/camera.png");
|
||||
|
@ -172,7 +173,7 @@
|
|||
.youtube { background-position: -130px -40px;}
|
||||
|
||||
/*.attach { background-position: -190px -40px;}*/
|
||||
.language { background-position: -210px -40px;}
|
||||
/*.language { background-position: -210px -40px;}*/
|
||||
|
||||
|
||||
.icon.on { background-image: url("../../../view/theme/diabook/icons/toogle_on.png"); background-repeat: no-repeat;}
|
||||
|
@ -1190,6 +1191,7 @@ section {
|
|||
color: #999999;
|
||||
border: 1px solid #DDD;
|
||||
padding: 0.3em;
|
||||
font-size: 14px;
|
||||
}
|
||||
.wall-item-comment-wrapper .comment-edit-text-full {
|
||||
font-size: 14px;
|
||||
|
@ -1537,6 +1539,7 @@ section {
|
|||
float: right;
|
||||
margin-left: 10px;
|
||||
margin-top: 2px;
|
||||
font-size: 10px;
|
||||
}
|
||||
#profile-jot-perms{
|
||||
float: right;
|
||||
|
|
Loading…
Reference in a new issue