From 6278b2a923a89fbf2e77aee367dd6499e48f8c1b Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sat, 14 Apr 2012 16:24:35 -0400 Subject: string fix: typo. slow down scroll to top in dispys Signed-off-by: Simon L'nu --- view/theme/dispy/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/dispy') diff --git a/view/theme/dispy/theme.php b/view/theme/dispy/theme.php index 8af61d78b..edc9b9548 100644 --- a/view/theme/dispy/theme.php +++ b/view/theme/dispy/theme.php @@ -120,7 +120,7 @@ function dispy_init(&$a) { }); $('a[href=#top]').click(function() { - $('html, body').animate({scrollTop:0}, '500'); + $('html, body').animate({scrollTop:0}, 'slow'); return false; }); -- cgit v1.2.3 From d836be1dc3dfee6f969fab0c03094af8b44dd697 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sun, 15 Apr 2012 02:13:36 -0400 Subject: fix fpostJS, add and fix some other stuff Signed-off-by: Simon L'nu --- view/theme/dispy/communityhome.tpl | 2 +- view/theme/dispy/jot-header.tpl | 2 +- view/theme/dispy/style.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'view/theme/dispy') diff --git a/view/theme/dispy/communityhome.tpl b/view/theme/dispy/communityhome.tpl index edabab611..df8bbad7c 100644 --- a/view/theme/dispy/communityhome.tpl +++ b/view/theme/dispy/communityhome.tpl @@ -39,6 +39,6 @@

'PostIt' to Friendica

-Post to Friendica from anywhere by bookmarking this link. +Post to Friendica from anywhere by bookmarking this link.
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index 44120da40..5838729cc 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -36,7 +36,7 @@ function initEditor(cb) { entity_encoding : "raw", add_unload_trigger : false, remove_linebreaks : false, - force_p_newlines : true, + force_p_newlines : false, force_br_newlines : true, forced_root_block : '', convert_urls: false, diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 47e1d1132..92d27a2c8 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -2777,8 +2777,8 @@ div[id$="wrapper"] br { } #pause { position: fixed; - bottom: 5px; - right: 5px; + bottom: 40px; + right: 30px; } .border, .border:hover { border: 1px solid #babdb6; -- cgit v1.2.3 From 6a2f0eb475356ebe946a499a7a8bdee487b7ff32 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sun, 15 Apr 2012 03:18:55 -0400 Subject: REALLY fix fpostit this time Signed-off-by: Simon L'nu --- view/theme/dispy/bottom.tpl | 1 + view/theme/dispy/default.php | 5 +-- view/theme/dispy/head.tpl | 29 +++++++--------- view/theme/dispy/header.tpl | 0 view/theme/dispy/js/jquery.autogrow.textarea.js | 46 +++++++++++++++++++++++++ view/theme/dispy/lang_selector.tpl | 10 ++++++ view/theme/dispy/style.css | 12 +++++-- view/theme/dispy/theme.php | 39 +++++++++++---------- 8 files changed, 102 insertions(+), 40 deletions(-) create mode 100644 view/theme/dispy/bottom.tpl create mode 100644 view/theme/dispy/header.tpl create mode 100644 view/theme/dispy/js/jquery.autogrow.textarea.js create mode 100644 view/theme/dispy/lang_selector.tpl (limited to 'view/theme/dispy') diff --git a/view/theme/dispy/bottom.tpl b/view/theme/dispy/bottom.tpl new file mode 100644 index 000000000..1b7dda8f8 --- /dev/null +++ b/view/theme/dispy/bottom.tpl @@ -0,0 +1 @@ + diff --git a/view/theme/dispy/default.php b/view/theme/dispy/default.php index b02f41947..729f9be2a 100644 --- a/view/theme/dispy/default.php +++ b/view/theme/dispy/default.php @@ -28,9 +28,10 @@ -