1280: Workspace GUI: quote and available feature improvements
Task-Url: https://support.d4science.org/issues/1280 Updated css git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@120221 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7470ffe7fc
commit
1604ccddcc
|
@ -17,6 +17,7 @@ import com.github.gwtbootstrap.client.ui.constants.Trigger;
|
|||
import com.github.gwtbootstrap.client.ui.event.ClosedEvent;
|
||||
import com.github.gwtbootstrap.client.ui.event.ClosedHandler;
|
||||
import com.google.gwt.core.client.GWT;
|
||||
import com.google.gwt.dom.client.Style.VerticalAlign;
|
||||
import com.google.gwt.uibinder.client.UiBinder;
|
||||
import com.google.gwt.uibinder.client.UiField;
|
||||
import com.google.gwt.user.client.ui.Composite;
|
||||
|
@ -117,6 +118,7 @@ public class WorkspaceFeaturesView extends Composite {
|
|||
hp_feautures.setCellHorizontalAlignment(fp3, HasHorizontalAlignment.ALIGN_RIGHT);
|
||||
hp_feautures.setCellVerticalAlignment(fp3, HasVerticalAlignment.ALIGN_MIDDLE);
|
||||
|
||||
ck_features_show_again.getElement().getStyle().setVerticalAlign(VerticalAlign.MIDDLE);
|
||||
ck_features_show_again.getElement().getFirstChildElement().setId("check_features_donotshowagain");
|
||||
|
||||
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
</g:HorizontalPanel>
|
||||
</g:FlowPanel>
|
||||
<g:FlowPanel ui:field="fp2">
|
||||
<g:HorizontalPanel ui:field="ws_features"
|
||||
verticalAlignment="middle">
|
||||
<g:HorizontalPanel ui:field="ws_features" verticalAlignment="middle">
|
||||
|
||||
<b:Label ui:field="shf" text="Share"></b:Label>
|
||||
<b:Label ui:field="plk" text="Public Link"></b:Label>
|
||||
|
|
|
@ -400,7 +400,7 @@
|
|||
}
|
||||
|
||||
.alert_ws_features{
|
||||
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
|
||||
background: #FFF !important;
|
||||
border: 1px solid #99BBE8 !important;
|
||||
color: #226599 !important;
|
||||
margin-bottom: 5px !important;
|
||||
|
@ -411,7 +411,7 @@
|
|||
}
|
||||
|
||||
.alert_ws_features .close{
|
||||
top: 4px !important;
|
||||
top: 6px !important;
|
||||
}
|
||||
|
||||
#check_features_donotshowagain{
|
||||
|
|
Loading…
Reference in New Issue