user-statistics/src/main/java/org/gcube/portlet/user/userstatisticsportlet/client/ui/CommentsAndLikesWidget.ui.xml

23 lines
771 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">
<ui:style>
.statistic-icon {
display: inline-block;
vertical-align: bottom;
}
.statistic-value {
color: #0084B4 !important;
font-size: 13px;
display: inline-block;
vertical-align: bottom;
}
</ui:style>
<g:HTMLPanel>
<g:Image styleName="{style.statistic-icon}" ui:field="likesImage"></g:Image>
<g:Label styleName="{style.statistic-value}" ui:field="likesValue"></g:Label>
<g:Image styleName="{style.statistic-icon}" ui:field="commentsImage"></g:Image>
<g:Label styleName="{style.statistic-value}" ui:field="commentsValue"></g:Label>
</g:HTMLPanel>
</ui:UiBinder>