Timeline bugfixes
This commit is contained in:
@ -84,7 +84,7 @@ if ($logedin) {
|
||||
<div class='gotop desktop'><a href='#top'>▲</a></div>
|
||||
<div class="topbar" style='text-align:center; background-color:none;'>
|
||||
<div class="topbar" style='height:45px; z-index:99;'>
|
||||
<span style='float:left; line-height:45px;padding-left:10px;' class='appname'>
|
||||
<span style='float:left; line-height:45px;padding-left:10px;' class='appname desktop'>
|
||||
<a href="./<?php echo ($logedin ? "?mode=home" : ""); ?>" style="font-family: 'patua', serif; font-weight:bold; color:white; font-size:20px; text-decoration:none" ><?php echo $setting['appname']; ?></a>
|
||||
</span>
|
||||
|
||||
@ -114,8 +114,13 @@ if ($logedin) {
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
|
||||
<span style='float:right; margin-right:20px; height:100%;'>
|
||||
<span class="fw" style='margin-right:20px; height:100%;'>
|
||||
<?php if ($logedin): ?>
|
||||
|
||||
<span class="topbutton mobile" style='position:relative;'>
|
||||
<a href="./<?php echo ($logedin ? "?mode=home" : ""); ?>"' class='fontello topicon' style='text-decoration:none; display:inline; font-size:20px;'></a>
|
||||
</span>
|
||||
|
||||
<span class="topbutton desktop" style='position:relative;'>
|
||||
<div style='position:absolute; left:-200px; display:none; height: 50%; background-color:white; border-radius:10px; padding: 2px; margin-top: 8px;' class="search"><form method='get' style="margin-top:-11px;"><input type='text' name='search' style='margin-left:3px; width:150px' placeholder='Type your search here'><input type='submit' value='' class='fontello'></form></div>
|
||||
<a href='?page=search' class='searchform fontello topicon' onClick='return false'></a>
|
||||
|
Reference in New Issue
Block a user