Merge pull request #14205 from nextcloud/backport/14177/stable14

[stable14] Fix small glitches in update notification page
This commit is contained in:
Roeland Jago Douma 2019-02-14 19:41:21 +01:00 committed by GitHub
commit 777d663163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -40,10 +40,6 @@
font-weight: normal;
}
#updatenotification .warning {
color: #ce3702;
}
#updatenotification .whatsNew {
display: inline-block;
}

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">
<p v-if="versionIsEol">
<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.') }}
</span>
</p>

View File

@ -905,6 +905,10 @@ span.version {
}
}
#version.section {
border-bottom: none;
}
.section {
margin-bottom: 0;
/* use 2nd child since app-navigation-toggle is the first */