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:
parent
bc05dbcbe9
commit
7470ffe7fc
|
@ -107,7 +107,7 @@ public class WorkspaceFeaturesView extends Composite {
|
|||
info.setTitle("Workspace available features");
|
||||
info_features.insert(info, 0);
|
||||
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.setCellWidth(fp2, "33%");
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</g:HorizontalPanel>
|
||||
</g:FlowPanel>
|
||||
<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>
|
||||
</g:FlowPanel>
|
||||
</g:HorizontalPanel>
|
||||
|
|
|
@ -395,8 +395,8 @@
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.margin-left-10{
|
||||
margin-left: 10px;
|
||||
.margin-left-5{
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.alert_ws_features{
|
||||
|
|
Loading…
Reference in New Issue