minor fix

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/questions@128514 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-05-06 16:19:55 +00:00
parent 2c31a666b1
commit 6d8e87feb6
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public class VREManagersPanel extends Composite {
// add to main panel
alertBlockOnLeave.setHTML(leaveAlertMessage + "<br><br>");
alertBlockOnLeave.add(cancel);
alertBlockOnLeave.add(new HTML("<span> or </span>"));
alertBlockOnLeave.add(new HTML("<span style=\"display:inline;\"> or </span>"));
alertBlockOnLeave.add(confirmLeave);
alertBlockOnLeave.setType(AlertType.WARNING);
alertBlockOnLeave.setHeading("WARNING!");