Merge pull request #14399 from nextcloud/feature/noid/fix-top-margin-special-updater-url
Fix top margin for info text when non-default updater server URL is used
This commit is contained in:
commit
3664e46944
3 changed files with 4 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -57,7 +57,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-if="!isDefaultUpdateServerURL">
|
<template v-if="!isDefaultUpdateServerURL">
|
||||||
<p>
|
<p class="topMargin">
|
||||||
<em>{{ t('updatenotification', 'A non-default update server is in use to be checked for updates:') }} <code>{{updateServerURL}}</code></em>
|
<em>{{ t('updatenotification', 'A non-default update server is in use to be checked for updates:') }} <code>{{updateServerURL}}</code></em>
|
||||||
</p>
|
</p>
|
||||||
</template>
|
</template>
|
||||||
|
@ -497,4 +497,7 @@
|
||||||
#updatenotification .update-menu .icon-star:focus {
|
#updatenotification .update-menu .icon-star:focus {
|
||||||
background-image: var(--icon-star-000);
|
background-image: var(--icon-star-000);
|
||||||
}
|
}
|
||||||
|
#updatenotification .topMargin {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue