From 1947b74e5bd92f11a3e8af2223826e649233a883 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 27 Jun 2011 16:18:06 -0700 Subject: some basic margins for friend suggestion screen --- view/theme/duepuntozero/style.css | 5 +++++ view/theme/loozah/style.css | 7 +++++++ 2 files changed, 12 insertions(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c6ce8ea2c..6e771634a 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -881,6 +881,11 @@ input#dfrn-url { clear: both; } +#fsuggest-desc, #fsuggest-submit-wrapper { + margin-top: 15px; + margin-bottom: 15px; +} + .wall-item-content-wrapper { margin-top: 10px; border: 1px solid #CCC; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 98ab96d2b..c68e38b68 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -997,6 +997,13 @@ input#dfrn-url { clear: both; } + +#fsuggest-desc, #fsuggest-submit-wrapper { + margin-top: 15px; + margin-bottom: 15px; +} + + .wall-item-content-wrapper { margin-top: 10px; border: 1px solid #CCC; -- cgit v1.2.3 From 399c5aed1e3eb66565b1f821bec9e4889b386ee1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 28 Jun 2011 13:03:19 +0200 Subject: added deleteCheckedItems to jot-header.tpl --- view/theme/dispy/jot-header.tpl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'view/theme') diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index aa9e0bfaf..3c70473ba 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -110,6 +110,24 @@ tinyMCE.init({ }); + function deleteCheckedItems() { + var checkedstr = ''; + + $('.item-select').each( function() { + if($(this).is(':checked')) { + if(checkedstr.length != 0) { + checkedstr = checkedstr + ',' + $(this).val(); + } + else { + checkedstr = $(this).val(); + } + } + }); + $.post('item', { dropitems: checkedstr }, function(data) { + window.location.reload(); + }); + } + function jotGetLink() { reply = prompt("$linkurl"); if(reply && reply.length) { -- cgit v1.2.3 From 60caa0349416dad1a3a891e3c0e00d33d25d7a91 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 28 Jun 2011 19:08:13 -0700 Subject: darkzero textareas hard to read --- view/theme/darkzero/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index c92529f26..3459e7409 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -7,7 +7,7 @@ a:hover {text-decoration: underline; } input, select, textarea { background-color: #222222; - color: #FFFFFF; + color: #FFFFFF !important; border: 1px solid #444444; } .openid { background-color: #222222;} -- cgit v1.2.3 From 0b221e8945ae785dc706d8ea9a9e8e25532c0096 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 28 Jun 2011 21:11:52 -0700 Subject: bug #96 move libraries to library - better alignment of like rotator --- view/theme/duepuntozero/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 6e771634a..0c4b710c0 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1003,8 +1003,12 @@ input#dfrn-url { .wall-item-like-buttons { float: left; margin-right: 10px; - padding-right: 10px; - border-right: 2px solid #fff; +/* padding-right: 10px; */ +/* border-right: 2px solid #fff; */ +} + +.like-rotator { + margin-left: 5px; } .wall-item-like-buttons > a, @@ -1018,6 +1022,7 @@ input#dfrn-url { .wall-item-share-buttons { margin-left: 10px; + margin-right: 10px; } .editpost { -- cgit v1.2.3 From 5023eed6052fd3ba3a7bb13cfc70f06c4c29a172 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 28 Jun 2011 21:30:46 -0700 Subject: change simplepie path in dispy --- view/theme/dispy/jot-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index 3c70473ba..eb88f00c1 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -1,5 +1,5 @@ - +