Merge pull request #14177 from nextcloud/bugfix/noid/fix-small-glitches

Fix small glitches in update notification page
This commit is contained in:
John Molakvoæ 2019-02-13 14:51:02 +01:00 committed by GitHub
commit cc69038c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<template v-if="isNewVersionAvailable"> <template v-if="isNewVersionAvailable">
<p v-if="versionIsEol"> <p v-if="versionIsEol">
<span class="warning"> <span class="warning">
<span class="icon icon-error"></span> <span class="icon icon-error-white"></span>
{{ t('updatenotification', 'The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible.') }} {{ t('updatenotification', 'The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible.') }}
</span> </span>
</p> </p>
@ -380,9 +380,6 @@
font-weight: normal; font-weight: normal;
} }
} }
.warning {
color: var(--color-error);
}
.whatsNew { .whatsNew {
display: inline-block; display: inline-block;
} }

View File

@ -962,6 +962,10 @@ span.version {
} }
} }
#version.section {
border-bottom: none;
}
.section { .section {
margin-bottom: 0; margin-bottom: 0;
/* section divider lines, none needed for last one */ /* section divider lines, none needed for last one */