Pull request #484 (Smoothly)

This commit is contained in:
Thomas Willingham 2012-09-17 18:37:44 +01:00
parent 55b741a4eb
commit e34b8e6d46
3 changed files with 6 additions and 7 deletions

View file

@ -47,8 +47,7 @@ function cmtBbClose(id) {
$(".comment-edit-bb-" + id).hide(); $(".comment-edit-bb-" + id).hide();
} }
$(document).ready(function(){
$(document).ready(function(){
var doctitle = document.title; var doctitle = document.title;
function checkNotify() { function checkNotify() {
if(document.getElementById("notify-update").innerHTML != "") if(document.getElementById("notify-update").innerHTML != "")
@ -58,4 +57,5 @@ function cmtBbClose(id) {
}; };
setInterval(function () {checkNotify();}, 10 * 1000); setInterval(function () {checkNotify();}, 10 * 1000);
}) })
</script> </script>

View file

@ -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-14 Modified by alex@friendica.pixelbits.de on 2012-09-17
** Colors ** ** Colors **
@ -175,7 +175,7 @@ input[type=submit]:active {
section { section {
float: left; float: left;
padding-top: 45px; /*60*/ margin-top: 45px;
width: 730px; width: 730px;
font-size: 0.9em; font-size: 0.9em;
line-height: 1.2em; line-height: 1.2em;
@ -546,7 +546,7 @@ ul#user-menu-popup li a.nav-sep {
aside { aside {
float: right; float: right;
width: 205px; width: 205px;
margin-top: 40px; margin-top: 45px;
font-size: 0.9em; font-size: 0.9em;
font-style: bold; font-style: bold;
} }
@ -569,7 +569,6 @@ aside a{
font-size: 1.4em; font-size: 1.4em;
font-weight: bold; font-weight: bold;
border-bottom: none; border-bottom: none;
padding-top: 15px;
} }
.vcard #profile-photo-wrapper { .vcard #profile-photo-wrapper {

View file

@ -3,7 +3,7 @@
/* /*
* Name: Smoothly * Name: Smoothly
* Description: Like coffee with milk. Theme works fine with iPad[2]. * Description: Like coffee with milk. Theme works fine with iPad[2].
* Version: 0.8.1 * Version: 0.8.2
* 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>
* Screenshot: <a href="screenshot.png">Screenshot</a> * Screenshot: <a href="screenshot.png">Screenshot</a>