From 29047ba5d5adbafd2b83ad93d2919aa70a7ec879 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Mon, 1 Feb 2016 10:14:15 +0000 Subject: [PATCH] min height and width added for the modal in order to handle window's size reduction git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/image-previewer-widget@122662 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../widgets/imagepreviewerwidget/client/ui/Carousel.ui.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/widgets/imagepreviewerwidget/client/ui/Carousel.ui.xml b/src/main/java/org/gcube/portlets/widgets/imagepreviewerwidget/client/ui/Carousel.ui.xml index e169872..ecda456 100644 --- a/src/main/java/org/gcube/portlets/widgets/imagepreviewerwidget/client/ui/Carousel.ui.xml +++ b/src/main/java/org/gcube/portlets/widgets/imagepreviewerwidget/client/ui/Carousel.ui.xml @@ -2,7 +2,6 @@ - .image { margin: 0; position: relative; @@ -37,6 +36,8 @@ margin-left: -5%; width: 80%; height: 80%; + min-width: 450px; + min-height: 400px; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); @@ -78,7 +79,6 @@ padding: 10px 10px 10px; margin-bottom: 0px; height: 5%; - text-align: right; background-color: #F5F5F5; border-top: 1px solid #DDD; border-radius: 0px 0px 6px 6px;