tiny tiny fix

This commit is contained in:
Janne Koivistoinen 2017-11-08 15:03:22 +02:00
parent a39bf13154
commit f3fb8a11c3
2 changed files with 5 additions and 2 deletions

View file

@ -196,12 +196,14 @@
/* Place enough to the right to hide the error */
right: -355px;
opacity: 0;
max-width: 340px;
margin: 0 15px;
/* Animate error from the right */
transition: right var(--transitionStyle);
transition: all ease-out 0.2s;
transition-delay: 1s;
/* Bleed the bg color from the bottom */
padding-bottom: 4px;
@ -218,6 +220,7 @@
.genericErrorVisible {
right: 0;
opacity: 1;
}
.genericErrorContent {

View file

@ -116,7 +116,7 @@
"EditListingPhotosForm.imageRequired": "You need to add at least one image.",
"EditListingPhotosForm.imageTypes": ".JPG, .GIF or .PNG max. 10 MB",
"EditListingPhotosForm.imageUploadFailed.uploadFailed": "Failed to upload image. Please try again.",
"EditListingPhotosForm.imageUploadFailed.uploadOverLimit": "Image was too big. Maximum size is 10 MB.",
"EditListingPhotosForm.imageUploadFailed.uploadOverLimit": "Maximum file size is 10 MB. Please try again.",
"EditListingPhotosForm.savedImageAltText": "Saved listing image",
"EditListingPhotosForm.showListingFailed": "Fetching listing data failed",
"EditListingPhotosForm.updateFailed": "Failed to update listing. Please try again.",