updated css

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/ws-thredds-sync-widget@164744 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-03-05 15:38:38 +00:00
parent 62a917fd52
commit ac3773c330
2 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,7 @@ import org.gcube.portlets.widgets.wsthreddssync.client.view.LoaderIcon;
import org.gcube.portlets.widgets.wsthreddssync.shared.WsFolder;
import com.github.gwtbootstrap.client.ui.Alert;
import com.github.gwtbootstrap.client.ui.Form;
import com.github.gwtbootstrap.client.ui.Pager;
import com.github.gwtbootstrap.client.ui.ProgressBar;
import com.github.gwtbootstrap.client.ui.TextArea;
@ -87,6 +88,9 @@ public abstract class MonitorFolderSyncStatusView extends Composite {
@UiField
HTMLPanel field_loader;
@UiField
Form field_form;
private WsFolder folder;
@ -149,6 +153,8 @@ public abstract class MonitorFolderSyncStatusView extends Composite {
field_current_message.addStyleName("textAreaWidth");
field_history_messages.addStyleName("textAreaWidth");
field_form.addStyleName("myFormWidth");
}

View File

@ -50,7 +50,7 @@
</b:ControlGroup>
</b:Column>
</b:Row>
<b:Form type="HORIZONTAL" addStyleNames="{style.myFormWidth}">
<b:Form type="HORIZONTAL" addStyleNames="{style.myFormWidth}" ui:field="field_form">
<b:Fieldset styleName="{style.noBorder}">
<!-- <b:ControlGroup ui:field="cg_status"> -->
<!-- <b:ControlLabel for="cl_status">Status</b:ControlLabel> -->