diff --git a/pom.xml b/pom.xml index 020b74f..c40d83b 100644 --- a/pom.xml +++ b/pom.xml @@ -89,18 +89,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + org.gcube.common home-library @@ -173,6 +173,25 @@ test-jar + + + + + + + + + + + + + + + + + + + diff --git a/src/main/java/org/gcube/portlets/widgets/wsexplorer/WorkspaceExplorer.gwt.xml b/src/main/java/org/gcube/portlets/widgets/wsexplorer/WorkspaceExplorer.gwt.xml index 8b37a27..402d934 100644 --- a/src/main/java/org/gcube/portlets/widgets/wsexplorer/WorkspaceExplorer.gwt.xml +++ b/src/main/java/org/gcube/portlets/widgets/wsexplorer/WorkspaceExplorer.gwt.xml @@ -4,17 +4,18 @@ - + + + - - @@ -22,14 +23,14 @@ - + - + - \ No newline at end of file diff --git a/src/main/java/org/gcube/portlets/widgets/wsexplorer/public/workspaceExplorer.css b/src/main/java/org/gcube/portlets/widgets/wsexplorer/public/workspaceExplorer.css index 2b6b079..da8dbe1 100644 --- a/src/main/java/org/gcube/portlets/widgets/wsexplorer/public/workspaceExplorer.css +++ b/src/main/java/org/gcube/portlets/widgets/wsexplorer/public/workspaceExplorer.css @@ -1,3 +1,9 @@ +/************************************************* +* +* SPECIFIC CSS FOR WORKSPACE EXPLORER +* +**************************************************/ + .margin-auto { margin: 0 auto; /* width: 50%; */ diff --git a/src/main/java/org/gcube/portlets/widgets/wsexplorer/resources/BootstrapOverrideResources.java b/src/main/java/org/gcube/portlets/widgets/wsexplorer/resources/BootstrapOverrideResources.java index 25009af..6a1220a 100644 --- a/src/main/java/org/gcube/portlets/widgets/wsexplorer/resources/BootstrapOverrideResources.java +++ b/src/main/java/org/gcube/portlets/widgets/wsexplorer/resources/BootstrapOverrideResources.java @@ -9,6 +9,6 @@ import com.github.gwtbootstrap.client.ui.resources.Resources; import com.google.gwt.resources.client.TextResource; public interface BootstrapOverrideResources extends Resources { - @Source("css/bootstrap.min.css") - TextResource bootstrapCss(); + @Source("css/bootstrap.min.css") + TextResource bootstrapCss(); } \ No newline at end of file diff --git a/src/main/java/org/gcube/portlets/widgets/wsexplorer/resources/css/bootstrap.min.css b/src/main/java/org/gcube/portlets/widgets/wsexplorer/resources/css/bootstrap.min.css index f62bec2..0ca57c4 100644 --- a/src/main/java/org/gcube/portlets/widgets/wsexplorer/resources/css/bootstrap.min.css +++ b/src/main/java/org/gcube/portlets/widgets/wsexplorer/resources/css/bootstrap.min.css @@ -1,3 +1,9 @@ +/************************************************* +* +* BOOTSTRAP MINIMAL CSS FOR WORKSPACE EXPLORE +* +**************************************************/ + /*MODAL FOOTER*/ .modal-footer { background-color: #F5F5F5; @@ -957,4 +963,65 @@ a { a:hover, a:focus { color: #005580; text-decoration: underline; -} \ No newline at end of file +} + + + + +/************************************************* +* +* SPECIFIC CSS FOR WORKSPACE EXPLORER +* +**************************************************/ + +/* .margin-auto { */ +/* margin: 0 auto; */ +/* } */ + +/* .table-overflow td, th { */ +/* overflow: hidden !important; */ +/* } */ + +/* .table-overflow th{ */ +/* text-align: center !important; */ +/* } */ + +/* .breadcrumbs-navigator .breadcrumb { */ +/* margin-bottom: 5px !important; */ +/* margin-left: 0px !important; */ +/* } */ + +/* .moreinfo{ */ +/* margin-top: 60%; */ +/* } */ + +/* .alert-custom { */ +/* margin-top: 10px; */ +/* margin-bottom: 0 !important; */ +/* padding: 4px !important; */ +/* } */ + +/* .fileNameTextBox{ */ +/* vertical-align: top !important; */ +/* margin-right: 10px; */ +/* margin-left: 5px; */ +/* width: 550px; */ +/* font-size: 12px !important; */ +/* } */ + +/* .footerHP{ */ +/* margin-top: 20px !important; */ +/* float: right; */ +/* } */ + +/* .htmlSaveName { */ +/* display: inline; */ +/* font-size: 14px; */ +/* margin-right: 5px; */ +/* vertical-align: middle; */ +/* } */ + +/* .savePanel{ */ +/* border: 1px solid; */ +/* padding-left: 25px; */ +/* } */ \ No newline at end of file diff --git a/src/main/resources/org/gcube/portlets/widgets/wsexplorer/WorkspaceExplorer.gwt.xml b/src/main/resources/org/gcube/portlets/widgets/wsexplorer/WorkspaceExplorer.gwt.xml index 518888d..405b991 100644 --- a/src/main/resources/org/gcube/portlets/widgets/wsexplorer/WorkspaceExplorer.gwt.xml +++ b/src/main/resources/org/gcube/portlets/widgets/wsexplorer/WorkspaceExplorer.gwt.xml @@ -10,12 +10,12 @@ + + - -