1280: Workspace GUI: quote and available feature improvements

Task-Url: https://support.d4science.org/issues/1280


Updated css and label

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@120219 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-11-06 14:23:41 +00:00
parent bc05dbcbe9
commit 7470ffe7fc
3 changed files with 4 additions and 4 deletions

View File

@ -107,7 +107,7 @@ public class WorkspaceFeaturesView extends Composite {
info.setTitle("Workspace available features"); info.setTitle("Workspace available features");
info_features.insert(info, 0); info_features.insert(info, 0);
info_features.setCellVerticalAlignment(how_to, HasVerticalAlignment.ALIGN_MIDDLE); info_features.setCellVerticalAlignment(how_to, HasVerticalAlignment.ALIGN_MIDDLE);
how_to.addStyleName("margin-left-10"); how_to.addStyleName("margin-left-5");
hp_feautures.setCellVerticalAlignment(fp1, HasVerticalAlignment.ALIGN_MIDDLE); hp_feautures.setCellVerticalAlignment(fp1, HasVerticalAlignment.ALIGN_MIDDLE);
hp_feautures.setCellWidth(fp2, "33%"); hp_feautures.setCellWidth(fp2, "33%");

View File

@ -20,7 +20,7 @@
</g:HorizontalPanel> </g:HorizontalPanel>
</g:FlowPanel> </g:FlowPanel>
<g:FlowPanel ui:field="fp3"> <g:FlowPanel ui:field="fp3">
<b:CheckBox checked="false" text="Do not show again" <b:CheckBox checked="false" text="Don't show this again"
ui:field="ck_features_show_again"></b:CheckBox> ui:field="ck_features_show_again"></b:CheckBox>
</g:FlowPanel> </g:FlowPanel>
</g:HorizontalPanel> </g:HorizontalPanel>

View File

@ -395,8 +395,8 @@
margin-right: 10px; margin-right: 10px;
} }
.margin-left-10{ .margin-left-5{
margin-left: 10px; margin-left: 5px;
} }
.alert_ws_features{ .alert_ws_features{