Added brackground color to confirm
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@119762 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1b763d0978
commit
22bb892612
|
@ -106,6 +106,7 @@ public class DialogConfirm extends DialogBox implements ClickHandler {
|
||||||
HTML html = new HTML(message);
|
HTML html = new HTML(message);
|
||||||
html.getElement().getStyle().setMarginLeft(5, Unit.PX);
|
html.getElement().getStyle().setMarginLeft(5, Unit.PX);
|
||||||
hpMask.add(html);
|
hpMask.add(html);
|
||||||
|
dock.getElement().getStyle().setBackgroundColor("#CCCCCC");
|
||||||
vpContainer.add(hpMask);
|
vpContainer.add(hpMask);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue