css height fixed

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/image-previewer-widget@129165 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-06-18 18:30:52 +00:00
parent 3bc7a83513
commit 21d7be0b66
1 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
margin-left: -45% !important;
}
.modal-body-custom {
height: 700px !important;
height: 550px !important;
}
.modal-header-custom>.close {
font-size: 40px;
@ -17,13 +17,13 @@
margin-left: -42% !important;
}
.modal-body-custom {
height: 600px !important;
height: 450px !important;
}
}
@media screen and (min-width: 600px) and (max-width: 800px) {
.modal-body-custom {
height: 500px !important;
height: 350px !important;
}
}
@ -35,6 +35,7 @@
.modal-custom {
min-width: 300px !important;
top: 1% !important;
}
.modal-body-custom {