modified icon copy not it should be more clear

This commit is contained in:
Massimiliano Assante 2020-07-22 10:03:18 +02:00
parent 506b0749d8
commit 61bcaf1720
4 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v7.0.0] - 2020-07-21 ## [v7.0.0-SNAPSHOT] - 2020-07-21
Ported to git Ported to git

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.admin</groupId> <groupId>org.gcube.portlets.admin</groupId>
<artifactId>resource-management</artifactId> <artifactId>resource-management</artifactId>
<version>7.0.0</version> <version>7.0.0-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>gCube Resource Management Portlet</name> <name>gCube Resource Management Portlet</name>
<description> <description>

View File

@ -729,8 +729,10 @@ public class ResourceManagementPortlet implements EntryPoint {
copy2Clipboard.setIconStyle("copy-clip-icon"); copy2Clipboard.setIconStyle("copy-clip-icon");
copy2Clipboard.setToolTip("Copy to Clipboard"); copy2Clipboard.setToolTip("Copy to Clipboard");
copy2Clipboard.setText("Copy");
copy2Clipboard.setStyleAttribute("margin-top", "-12px");
statusbar.add(copy2Clipboard); statusbar.add(copy2Clipboard);
statusbar.add(new Label("&nbsp;&nbsp;Loaded Resources:&nbsp;&nbsp;")); statusbar.add(new Label("&nbsp;&nbsp;Resources No.:&nbsp;"));
Status loadedResources = new Status(); Status loadedResources = new Status();
loadedResources.setWidth(35); loadedResources.setWidth(35);
loadedResources.setText("0"); loadedResources.setText("0");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB