From bae28965abb179948ccd50eabdc2c038a58b9b03 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 14 Dec 2016 19:11:01 -0800 Subject: issue #446 apps usability - disable app if attached to a plugin that is uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. --- view/theme/redbasic/css/style.css | 3 ++- view/tpl/app.tpl | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b5f25073d..3ae52d5cc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1067,11 +1067,12 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { .contact-block-content { margin-top: 10px; } -.contact-block-img.archived { +.contact-block-img.archived, .app-deleted { opacity: 0.3; filter:alpha(opacity=30); } + .profile-match-connect { margin-top: 5px; } .reshared-content { margin-left: 20px; } diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 3e6b71b29..cfb652913 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,5 +1,5 @@
-
+
{{$app.name}}
@@ -16,7 +16,7 @@ {{if $install}}{{/if}} {{if $edit}}{{/if}} - {{if $delete}}{{/if}} + {{if $delete}}{{/if}}
{{/if}} -- cgit v1.2.3