diff --git a/view/theme/smoothly/nav.tpl b/view/theme/smoothly/nav.tpl index 43cc7bca00..b010442a90 100644 --- a/view/theme/smoothly/nav.tpl +++ b/view/theme/smoothly/nav.tpl @@ -58,9 +58,11 @@ + - - diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 541a86a893..0a94987979 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -3,7 +3,7 @@ Smoothly Created by Anne Walk and Devlon Duthie on 2011-09-24 - Modified by alex@friendica.pixelbits.de on 2012-09-06 + Modified by alex@friendica.pixelbits.de on 2012-09-11 */ /* ========== */ @@ -3331,7 +3331,12 @@ ul.menu-popup { } hr.line-dots { - background: url("dot.png") repeat-x scroll left center transparent; + background: url(view/theme/smoothly/dot.png) repeat-x scroll left center transparent; border: medium none; /*padding: 0.5em 0;*/ } + +/* SCROLL TO TOP +----------------------------------------------------------- */ +#scrollup{position:fixed;right:5px;bottom:5px;z-index:100;}#scrollup a:hover{text-decoration:none;border:0;} + diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index e69b8a3b99..70542a40fc 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -2,8 +2,8 @@ /* * Name: Smoothly - * Description: Theme opzimized for Tablets - * Version: 0.4 + * Description: Theme optimized for iPad/iPad2 + * Version: 0.5 * Author: Alex * Maintainer: Alex * Screenshot: Screenshot @@ -13,6 +13,7 @@ $a->theme_info = array(); function smoothly_init(&$a) { $a->page['htmlhead'] .= <<< EOT + EOT; -} +} \ No newline at end of file diff --git a/view/theme/smoothly/totop.png b/view/theme/smoothly/totop.png new file mode 100644 index 0000000000..d222b39653 Binary files /dev/null and b/view/theme/smoothly/totop.png differ