modified: view/theme/smoothly/default.php
modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php
This commit is contained in:
parent
04681618da
commit
5ac6e82e7d
3 changed files with 8 additions and 8 deletions
|
@ -28,8 +28,8 @@
|
|||
<footer id="footer">
|
||||
<?php if(x($page, 'footer')) echo $page['footer']; ?>
|
||||
<div id="scrollup" >
|
||||
<a href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/images/totop.png" alt="to top" title="to top" /></a>
|
||||
<a href="javascript:scrollTo(0,100000)"><img src="view/theme/smoothly/images/tobottom.png" alt="to bottom" title="to bottom" /></a>
|
||||
<a href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/images/totop.png" alt="to top" title="to top" /></a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
style.css
|
||||
Theme: Smoothly
|
||||
Maintainer: alex@friendica.pixelbits.de
|
||||
last change: 2013-04-24
|
||||
last change: 2013-05-07
|
||||
|
||||
** Colors **
|
||||
Blue links - #1873a2
|
||||
|
@ -574,14 +574,14 @@ ul#user-menu-popup li a.nav-sep {
|
|||
#lang-select-icon {
|
||||
bottom: 5px;
|
||||
cursor: pointer;
|
||||
left: 915px;
|
||||
left: 25px;
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
}
|
||||
#language-selector {
|
||||
position: fixed;
|
||||
bottom: 2px;
|
||||
left: 945px;
|
||||
left: 55px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
@ -1032,8 +1032,8 @@ ul .sidebar-group-li .icon {
|
|||
/* ================== */
|
||||
|
||||
.contact-block-img {
|
||||
width: 47px;
|
||||
height: 47px;
|
||||
width: 47px !important;
|
||||
height: 47px !important;
|
||||
margin-right: 2px;
|
||||
border: 1px solid #7C7D7B;
|
||||
border-radius: 3px;
|
||||
|
@ -3739,7 +3739,7 @@ margin-left: 0px;
|
|||
|
||||
.field label {
|
||||
float: left;
|
||||
width: 225px;
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
.field checkbox {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*
|
||||
* Name: Smoothly
|
||||
* Description: Like coffee with milk. Theme optimized for iPad[2].
|
||||
* Version: Version 2013-04-24
|
||||
* Version: Version 2013-05-07
|
||||
* Author: Anne Walk
|
||||
* Author: Devlon Duthied
|
||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||
|
|
Loading…
Reference in a new issue