mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Fix layout of "i" in admin settings of federated sharing
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
441496a5a5
commit
7c1a5f39f7
3 changed files with 8 additions and 4 deletions
3
apps/federatedfilesharing/css/settings-admin.css
Normal file
3
apps/federatedfilesharing/css/settings-admin.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#fileSharingSettings h2 {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
/** @var \OCP\IL10N $l */
|
||||
/** @var array $_ */
|
||||
script('federatedfilesharing', 'settings-admin');
|
||||
style('federatedfilesharing', 'settings-admin');
|
||||
?>
|
||||
|
||||
<?php if($_['internalOnly'] === false): ?>
|
||||
|
|
@ -9,10 +10,10 @@ script('federatedfilesharing', 'settings-admin');
|
|||
<div id="fileSharingSettings" class="section">
|
||||
<h2>
|
||||
<?php p($l->t('Federated Cloud Sharing'));?>
|
||||
<a target="_blank" rel="noreferrer noopener" class="icon-info svg"
|
||||
title="<?php p($l->t('Open documentation'));?>"
|
||||
href="<?php p(link_to_docs('admin-sharing-federated')); ?>"></a>
|
||||
</h2>
|
||||
<a target="_blank" rel="noreferrer noopener" class="icon-info svg"
|
||||
title="<?php p($l->t('Open documentation'));?>"
|
||||
href="<?php p(link_to_docs('admin-sharing-federated')); ?>"></a>
|
||||
|
||||
<p class="settings-hint"><?php p($l->t('Adjust how people can share between servers.')); ?></p>
|
||||
|
||||
|
|
|
|||
|
|
@ -1238,7 +1238,7 @@ table.grid td.date {
|
|||
|
||||
.icon-info {
|
||||
padding: 11px 20px;
|
||||
vertical-align: text-bottom;
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
#shareAPI h2, #encryptionAPI h2, #mail_general_settings h2 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue