Changed icon to download button and added word-wrap property to modal's title

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/image-previewer-widget@126952 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-04-10 07:43:03 +00:00
parent 1c3dabd207
commit 79e3ca6925
3 changed files with 4 additions and 3 deletions

View File

@ -107,9 +107,9 @@ public class Carousel extends Composite{
closeButtonSmart.setWidth("15px");
// set icons
downloadButton.setIcon(IconType.DOWNLOAD);
downloadButton.setIcon(IconType.DOWNLOAD_ALT);
closeButton.setIcon(IconType.COLLAPSE);
downloadButtonSmart.setIcon(IconType.DOWNLOAD);
downloadButtonSmart.setIcon(IconType.DOWNLOAD_ALT);
closeButtonSmart.setIcon(IconType.COLLAPSE);
prevButton.setIcon(IconType.CHEVRON_LEFT);
nextButton.setIcon(IconType.CHEVRON_RIGHT);

View File

@ -91,4 +91,5 @@
.modal-header>h3 {
font-size: 15px;
color: white;
word-wrap: break-word;
}

View File

@ -24,7 +24,7 @@
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="ImagePreviewer/ImagePreviewer.nocache.js"></script>
<script type="text/javascript" src="ImagePreviewer/ImagePreviewer.nocache.js"></script>
</head>
<!-- -->