summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-20 20:46:04 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit31c4e2830ade156def01186da564b532ca96b5e9 (patch)
treec294422a52bbe093150c31335ede84e3dd258c89 /templates
parent7be636f26a4cd2857035d7d07cdf111c442566b5 (diff)
🧹 Cleanup css
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index cf6c71970..6a93c537f 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -91,9 +91,9 @@
</li>
<li
- class="util dropdown"
+ class="util"
news-stop-propagation>
- <button class="icon-share share dropbtn"
+ <button class="icon-share share"
title="<?php p($l->t('Share')) ?>"
ng-click="Content.openDropdown(item.id)">
</button>
@@ -135,11 +135,11 @@
</fieldset>
</form>
- <div style="margin-left: 2em; font-size: 0.85em;"
+ <div class="dropdown-search-message"
ng-if="Share.userList.length === 0 && nameQuery && !App.loading.isLoading('user') && !Share.searchUsersFailed">
<?php p($l->t('No users found')) ?>
</div>
- <div style="margin-left: 2em; font-size: 0.85em;"
+ <div class="dropdown-search-message"
ng-if="Share.userList.length === 0 && Share.searchUsersFailed">
<?php p($l->t('Error while searching for users')) ?>
</div>
@@ -148,7 +148,7 @@
class="icon-category-installed pr-3"
ng-click="Share.shareItem(item.id, user.value.shareWith)">
{{ user.label }}
- <span class="right" style="margin-top: 1.1em; margin-right: 1em"
+ <span class="share-status-icon"
ng-class="{'icon-loading-small': Share.isLoading(user.value.shareWith), 'icon-checkmark': Share.isStatus(item.id, user.value.shareWith, true), 'icon-close': Share.isStatus(item.id, user.value.shareWith, false)}">
</span>
</a>