social-profile/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/OkAlert.ui.xml

31 lines
809 B
XML

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui"
xmlns:m="urn:import:org.gcube.portlets.user.gcubewidgets.client.elements">
<ui:style>
.alert {
border: 1px solid #b8daff;
border-radius: 4px;
margin: 20px;
padding: 15px;
background-color: #cce5ff;
color: #3C763D;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 14px;
}
.profile-link {
font-weight: bold;
}
.profile-link:hover {
cursor: pointer;
cursor: hand;
text-decoration: underline;
}
</ui:style>
<g:HTMLPanel styleName="{style.alert}">
<span ui:field="message"></span>
<m:Span ui:field="handler" styleName="{style.profile-link}"></m:Span>
</g:HTMLPanel>
</ui:UiBinder>