From 307fcac86d8b6627389bdfaae048bcb24e146c72 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Dec 2013 17:36:53 -0800 Subject: more icon updates --- view/theme/redbasic/css/style.css | 20 ++++++++++---------- view/theme/redbasic/js/redbasic.js | 10 +++++----- view/tpl/conv_frame.tpl | 9 --------- view/tpl/conversation.tpl | 8 -------- view/tpl/event.tpl | 4 ++-- view/tpl/group_drop.tpl | 4 ++-- view/tpl/group_side.tpl | 2 +- view/tpl/install_checks.tpl | 2 +- view/tpl/lang_selector.tpl | 2 +- view/tpl/profile_vcard.tpl | 2 +- view/tpl/threaded_conversation.tpl | 8 -------- 11 files changed, 23 insertions(+), 48 deletions(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 029a15978..36e147502 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -458,6 +458,14 @@ footer { clear: both; } +.vcard-profile-edit-icon { + font-size: 1.2em; +} +.vcard-profile-edit-icon:hover { + text-decoration: none; +} + + #profile-extra-links { clear: both; margin-top: 10px; @@ -589,11 +597,6 @@ footer { margin-bottom: 10px; } -.contact-entry-direction-icon { - margin-top: 24px; - margin-right: 2px; -} - .contact-entry-photo img { border: none; } @@ -638,11 +641,7 @@ footer { margin-left: 50px; } -/* might be obsolete -.wall-item-delete-icon { - border: none; -} -*/ + /* might be obsolete #profile-youtube-wrapper { @@ -2697,6 +2696,7 @@ text-decoration: none; list-style-type: none; } +.group-edit-icon, .savedsearchdrop { opacity: 0; } diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index e40a94fcc..12ff2c6fe 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -20,19 +20,19 @@ $(document).ready(function() { $('.group-edit-icon').hover( function() { - $(this).addClass('icon'); $(this).removeClass('iconspacer');}, + $(this).css('opacity','1.0');}, function() { - $(this).removeClass('icon'); $(this).addClass('iconspacer');} - ); + $(this).css('opacity','0');} +); $('.sidebar-group-element').hover( function() { id = $(this).attr('id'); - $('#edit-' + id).addClass('icon'); $('#edit-' + id).removeClass('iconspacer');}, + $('#edit-' + id).css('opacity','1.0');}, function() { id = $(this).attr('id'); - $('#edit-' + id).removeClass('icon');$('#edit-' + id).addClass('iconspacer');} + $('#edit-' + id).css('opacity','0');} ); diff --git a/view/tpl/conv_frame.tpl b/view/tpl/conv_frame.tpl index 596246708..aa7b55e9b 100755 --- a/view/tpl/conv_frame.tpl +++ b/view/tpl/conv_frame.tpl @@ -1,14 +1,5 @@
- -{{if $dropping}} - -
-{{/if}} -
diff --git a/view/tpl/conversation.tpl b/view/tpl/conversation.tpl index 8948fd474..97d64327a 100755 --- a/view/tpl/conversation.tpl +++ b/view/tpl/conversation.tpl @@ -18,11 +18,3 @@ {{/foreach}}
- -{{if $dropping}} - -
-{{/if}} diff --git a/view/tpl/event.tpl b/view/tpl/event.tpl index 58a19eb76..e0977e262 100755 --- a/view/tpl/event.tpl +++ b/view/tpl/event.tpl @@ -3,8 +3,8 @@ {{if $event.item.author.xchan_name}}{{$event.item.author.xchan_name}}{{/if}} {{$event.html}} - {{if $event.item.plink}}{{/if}} - {{if $event.edit}}{{/if}} + {{if $event.item.plink}}{{/if}} + {{if $event.edit}}{{/if}}
{{/foreach}} diff --git a/view/tpl/group_drop.tpl b/view/tpl/group_drop.tpl index 670136db7..8cc9ab324 100755 --- a/view/tpl/group_drop.tpl +++ b/view/tpl/group_drop.tpl @@ -2,8 +2,8 @@ + onmouseout="imgdull(this);" >
diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl index d2d8a77e2..a0ed7a82d 100755 --- a/view/tpl/group_side.tpl +++ b/view/tpl/group_side.tpl @@ -13,7 +13,7 @@ /> {{/if}} {{if $group.edit}} - + {{/if}} {{$group.text}} diff --git a/view/tpl/install_checks.tpl b/view/tpl/install_checks.tpl index 2068df916..2f773f746 100755 --- a/view/tpl/install_checks.tpl +++ b/view/tpl/install_checks.tpl @@ -3,7 +3,7 @@
{{foreach $checks as $check}} - + {{if $check.help}} {{/if}} diff --git a/view/tpl/lang_selector.tpl b/view/tpl/lang_selector.tpl index 945cbf51e..159eeea7e 100755 --- a/view/tpl/lang_selector.tpl +++ b/view/tpl/lang_selector.tpl @@ -1,4 +1,4 @@ -
+
{{$check.title}} {{if $check.required}}(required){{/if}}
{{$check.title}} {{if $check.required}}(required){{/if}}
{{$check.help}}