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
This commit is contained in:
Costantino Perciante 2016-02-01 10:14:15 +00:00
parent 9fd8747bb6
commit 29047ba5d5
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,6 @@
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
<ui:style>
.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;