mirror of
https://github.com/friendica/friendica
synced 2024-11-20 03:03:40 +00:00
commit
2a404ae6dd
3 changed files with 8 additions and 8 deletions
|
@ -58,9 +58,8 @@
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div id="scrollup">
|
<div id="scrollup" >
|
||||||
<a href="#top"><img src="view/theme/smoothly/totop.png"
|
<a href="#top"><img src="view/theme/smoothly/totop.png" alt="back to top" title="Back to top" /></a>
|
||||||
alt="back to top" title="Back to top" /></a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul id="nav-notifications-template" style="display:none;" rel="template">
|
<ul id="nav-notifications-template" style="display:none;" rel="template">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Smoothly
|
Smoothly
|
||||||
|
|
||||||
Created by Anne Walk and Devlon Duthie on 2011-09-24
|
Created by Anne Walk and Devlon Duthie on 2011-09-24
|
||||||
Modified by alex@friendica.pixelbits.de on 2012-09-13
|
Modified by alex@friendica.pixelbits.de on 2012-09-14
|
||||||
|
|
||||||
|
|
||||||
** Colors **
|
** Colors **
|
||||||
|
@ -371,7 +371,8 @@ nav #banner #logo-text a {
|
||||||
|
|
||||||
nav #user-menu {
|
nav #user-menu {
|
||||||
display: block;
|
display: block;
|
||||||
width: 190px;
|
width: auto;
|
||||||
|
min-width: 190px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
@ -3756,8 +3757,8 @@ hr.line-dots {
|
||||||
----------------------------------------------------------- */
|
----------------------------------------------------------- */
|
||||||
#scrollup {
|
#scrollup {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 5px;
|
right: 1px;
|
||||||
bottom: 5px;
|
bottom: 30px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Name: Smoothly
|
* Name: Smoothly
|
||||||
* Description: Theme optimized for iPad[2]
|
* Description: Like coffee with milk. Theme works fine with iPad[2].
|
||||||
* Version: 0.7
|
* Version: 0.7
|
||||||
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
|
|
Loading…
Reference in a new issue