69: Create new Accounting Portlet

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

Updated Theme

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager-theme@118951 82a268e6-3cf1-43bd-a215-b396298e98cf
feature/21013
Giancarlo Panichi 9 years ago
parent 3f9b4b1488
commit dc26fdd43b

@ -10,9 +10,9 @@ package com.sencha.gxt.theme.neptune.client;
import com.sencha.gxt.themebuilder.base.client.config.TypeDetails;
public interface BorderLayoutDetails {
@TypeDetails(sampleValue = "#DFEAF2", comment = "background for the borderlayoutcontainer, visible in margins and collapsed regions")
@TypeDetails(sampleValue = "#f0f2f2", comment = "background for the borderlayoutcontainer, visible in margins and collapsed regions")
String panelBackgroundColor();
@TypeDetails(sampleValue = "util.border('solid', '#DFEAF2', 1)", comment = "border styling for a non-mini collapsed region")
@TypeDetails(sampleValue = "util.border('solid', '#f0f2f2', 1)", comment = "border styling for a non-mini collapsed region")
BorderDetails collapsePanelBorder();
}

@ -17,7 +17,7 @@ public interface ButtonGroupDetails {
@TypeDetails(sampleValue = "util.padding(4)", comment = "the group's body padding")
EdgeDetails bodyPadding();
@TypeDetails(sampleValue = "util.border('solid', '#dfeaf2', 3)", comment = "the groups border")
@TypeDetails(sampleValue = "util.border('solid', '#f0f2f2', 3)", comment = "the groups border")
BorderDetails border();
@TypeDetails(sampleValue = "3", comment = "border radius of the button group")

@ -14,7 +14,7 @@ public interface GridDetails {
public interface RowEditorDetails {
@TypeDetails(sampleValue = "#DFEAF2", comment = "background color")
@TypeDetails(sampleValue = "#f0f2f2", comment = "background color")
String backgroundColor();
@TypeDetails(sampleValue = "util.border('solid', '#e1e1e1', 1, 0)", comment = "border parameters")

@ -1573,12 +1573,12 @@ public class ThemeDetailsImpl implements ThemeDetails {
@Override
public java.lang.String headerBackgroundColor() {
return "#DFEAF2";
return "#f0f2f2";
}
@Override
public java.lang.String headerGradient() {
return "#DFEAF2 0%, #DFEAF2 100%";
return "#f0f2f2 0%, #f0f2f2 100%";
}
@Override
@ -2204,7 +2204,7 @@ public class ThemeDetailsImpl implements ThemeDetails {
@Override
public java.lang.String color() {
return "#dfeaf2";
return "#f0f2f2";
}
@Override
@ -2298,7 +2298,7 @@ public class ThemeDetailsImpl implements ThemeDetails {
@Override
public java.lang.String headerGradient() {
return "#dfeaf2 0%, #dfeaf2 100%";
return "#f0f2f2 0%, #f0f2f2 100%";
}
@Override

Loading…
Cancel
Save