Move documentation link in relation to the heading
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
8b0c6c6df1
commit
2b840250c3
|
@ -6,11 +6,14 @@ script('federatedfilesharing', 'settings-admin');
|
||||||
|
|
||||||
<?php if($_['internalOnly'] === false): ?>
|
<?php if($_['internalOnly'] === false): ?>
|
||||||
|
|
||||||
<div id="fileSharingSettings" class="followupsection">
|
<div id="fileSharingSettings" class="section">
|
||||||
<h3><?php p($l->t('Federated Cloud Sharing'));?></h3>
|
<h2>
|
||||||
<a target="_blank" rel="noreferrer noopener" class="icon-info svg"
|
<?php p($l->t('Federated Cloud Sharing'));?>
|
||||||
title="<?php p($l->t('Open documentation'));?>"
|
<a target="_blank" rel="noreferrer noopener" class="icon-info svg"
|
||||||
href="<?php p(link_to_docs('admin-sharing-federated')); ?>"></a>
|
title="<?php p($l->t('Open documentation'));?>"
|
||||||
|
href="<?php p(link_to_docs('admin-sharing-federated')); ?>"></a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<p class="settings-hint"><?php p($l->t('Adjust how people can share between servers.')); ?></p>
|
<p class="settings-hint"><?php p($l->t('Adjust how people can share between servers.')); ?></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -26,3 +26,7 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ocFederationAddServer #serverUrl {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
|
|
@ -886,6 +886,13 @@ span.version {
|
||||||
&:not(:nth-child(2)) {
|
&:not(:nth-child(2)) {
|
||||||
border-top: 1px solid $color-border;
|
border-top: 1px solid $color-border;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* correctly display help icons next to headings */
|
||||||
|
h2 .icon-info {
|
||||||
|
padding: 6px 20px;
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.personal-settings-setting-box .section {
|
.personal-settings-setting-box .section {
|
||||||
|
|
Loading…
Reference in New Issue