256: Workspace explorer

Task-Url: https://support.d4science.org/issues/256

Updated SavePanel as DialogPanel
Added rule in gwt.xml to run as super dev mode

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@117172 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-07-10 14:14:35 +00:00
parent d4d491f571
commit 0e075141d5
3 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- UNCOMMNET TO USE GWT 2.7 -->
<!-- <set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/> -->
<!-- UNCOMMNET TO USE GWT 2.7 SUPER DEV MODE-->
<set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
<script src="jquery-1.10.1.min.js"></script>
<script src="bootstrap.min.js"></script>

View File

@ -142,8 +142,8 @@ public class WorkspaceExplorerSavePanel extends ScrollPanel implements HasWorskp
}
});
fileNameTextBox.addStyleName("fileNameTextBox");
fileNameTextBox.setAlignment(TextAlignment.LEFT);
fileNameTextBox.getElement().getStyle().setMarginRight(10.0, Unit.PX);
setFileName(fileName);
HTML name = new HTML("Name:");

View File

@ -48,5 +48,5 @@
.savePanel{
border: 1px solid;
padding-left: 15px;
padding-left: 25px;
}