Css fixed
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/questions@128512 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
dd3300fb24
commit
2d790c2429
|
@ -12,7 +12,6 @@ import org.gcube.portlets.widgets.wsmail.client.forms.MailForm;
|
|||
|
||||
import com.github.gwtbootstrap.client.ui.AlertBlock;
|
||||
import com.github.gwtbootstrap.client.ui.Button;
|
||||
import com.github.gwtbootstrap.client.ui.Label;
|
||||
import com.github.gwtbootstrap.client.ui.constants.AlertType;
|
||||
import com.github.gwtbootstrap.client.ui.constants.ButtonType;
|
||||
import com.google.gwt.core.client.GWT;
|
||||
|
@ -103,7 +102,6 @@ public class VREManagersPanel extends Composite {
|
|||
managers = users;
|
||||
askManagersOption.setHorizontalAlignment(HasAlignment.ALIGN_LEFT);
|
||||
askManagersOption.setVerticalAlignment(HasVerticalAlignment.ALIGN_TOP);
|
||||
askManagersOption.setStyleName("questions-frame");
|
||||
postToImage.setStyleName("manager-post-image");
|
||||
postToImage.setTitle("Message privately to the Managers");
|
||||
if (users == null || users.isEmpty()) {
|
||||
|
@ -194,7 +192,7 @@ public class VREManagersPanel extends Composite {
|
|||
// add to main panel
|
||||
alertBlockOnLeave.setHTML(leaveAlertMessage + "<br><br>");
|
||||
alertBlockOnLeave.add(cancel);
|
||||
alertBlockOnLeave.add(new Label(" or "));
|
||||
alertBlockOnLeave.add(new HTML("<span> or </span>"));
|
||||
alertBlockOnLeave.add(confirmLeave);
|
||||
alertBlockOnLeave.setType(AlertType.WARNING);
|
||||
alertBlockOnLeave.setHeading("WARNING!");
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.questions-frame {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.manager-user-photo {
|
||||
padding: 3px;
|
||||
border: 1px solid #E6E6E6;
|
||||
|
|
Loading…
Reference in New Issue