css fix for image height

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/image-previewer-widget@149313 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2017-06-06 14:57:08 +00:00
parent 35e157c801
commit f4b1414c7c
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); /* IE 9 */
-webkit-transform: translate(-50%, -50%); /* Safari */
max-height: 70%;
max-height: 90%;
height: 90% !important;
width: auto;
}