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; import com.sencha.gxt.themebuilder.base.client.config.TypeDetails;
public interface BorderLayoutDetails { 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(); 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(); BorderDetails collapsePanelBorder();
} }

@ -17,7 +17,7 @@ public interface ButtonGroupDetails {
@TypeDetails(sampleValue = "util.padding(4)", comment = "the group's body padding") @TypeDetails(sampleValue = "util.padding(4)", comment = "the group's body padding")
EdgeDetails bodyPadding(); 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(); BorderDetails border();
@TypeDetails(sampleValue = "3", comment = "border radius of the button group") @TypeDetails(sampleValue = "3", comment = "border radius of the button group")

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

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

Loading…
Cancel
Save