]> git.mxchange.org Git - friendica.git/commitdiff
fix fpostJS, add and fix some other stuff
authorSimon L'nu <simon.lnu@gmail.com>
Sun, 15 Apr 2012 06:13:36 +0000 (02:13 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Sun, 15 Apr 2012 06:13:36 +0000 (02:13 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/communityhome.tpl
view/theme/dispy-dark/jot-header.tpl
view/theme/dispy-dark/style.css
view/theme/dispy/communityhome.tpl
view/theme/dispy/jot-header.tpl
view/theme/dispy/style.css

index edabab6110015aa94047e28d46dfc2e46886eaaa..df8bbad7c27407fcf556a945647c28deea2b9411 100644 (file)
@@ -39,6 +39,6 @@
 
 <h3 id="postit-header">'PostIt' to Friendica</h3>
 <div id="postit">
-<a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link.
+<a href="$fpostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link.
 </div>
 
index 44120da40d1d980278e7ad292f23fb0d40f280f9..5838729cc50c4431d6bb0eadf1b924da376152e8 100644 (file)
@@ -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,
index a87317d9b8f6eba8b6ce00c126e92e2ff925495c..80e77bfc874431b91f4b900d428fc63dcc7164a8 100644 (file)
@@ -2776,8 +2776,8 @@ div[id$="wrapper"] br {
 }
 #pause {
        position: fixed;
-       bottom: 5px;
-       right: 5px;
+       bottom: 40px;
+       right: 30px;
 }
 .border, .border:hover {
        border: 1px solid #babdb6;
index edabab6110015aa94047e28d46dfc2e46886eaaa..df8bbad7c27407fcf556a945647c28deea2b9411 100644 (file)
@@ -39,6 +39,6 @@
 
 <h3 id="postit-header">'PostIt' to Friendica</h3>
 <div id="postit">
-<a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link.
+<a href="$fpostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link.
 </div>
 
index 44120da40d1d980278e7ad292f23fb0d40f280f9..5838729cc50c4431d6bb0eadf1b924da376152e8 100644 (file)
@@ -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,
index 47e1d11322efdb47e15e909ee7fdcc2acd785dad..92d27a2c8594760569d2cc2d6b615cc56e1d0b38 100644 (file)
@@ -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;