From 5e21be7e323a017309252a6718848790b8b9369d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 11 Jul 2014 09:30:22 +0200 Subject: [PATCH] Fixed generic lightboxes --- app/styles/modules/lightbox.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/modules/lightbox.scss b/app/styles/modules/lightbox.scss index c4e52387..a79d8eb3 100644 --- a/app/styles/modules/lightbox.scss +++ b/app/styles/modules/lightbox.scss @@ -262,7 +262,8 @@ } -.lightbox-generic-success { +.lightbox-generic-success, +.lightbox-generic-error { section { @include table-flex-child(0, 420px, 0, 420px); }