Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.display.view.web/src/org/eclipse/osee/display/view/web/CssConstants.java')
-rw-r--r--plugins/org.eclipse.osee.display.view.web/src/org/eclipse/osee/display/view/web/CssConstants.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.display.view.web/src/org/eclipse/osee/display/view/web/CssConstants.java b/plugins/org.eclipse.osee.display.view.web/src/org/eclipse/osee/display/view/web/CssConstants.java
index 6d498d0ce3f..edf2c7b65c6 100644
--- a/plugins/org.eclipse.osee.display.view.web/src/org/eclipse/osee/display/view/web/CssConstants.java
+++ b/plugins/org.eclipse.osee.display.view.web/src/org/eclipse/osee/display/view/web/CssConstants.java
@@ -33,7 +33,9 @@ public final class CssConstants {
public static final String OSEE_FOOTER_BAR = "osee-footer-bar";
public static final String OSEE_PRODUCT_SUMMARY = "osee-product-summary";
- public static final String OSEE_SEARCH_HEADER_COMPONENT = ".osee-search-header-component";
+ public static final String OSEE_SEARCH_HEADER_COMPONENT_LARGE = "osee-search-header-component-large";
+ public static final String OSEE_SEARCH_HEADER_COMPONENT_SMALL = "osee-search-header-component-small";
+ public static final String OSEE_SEARCH_HEADER_COMPONENT_FOOTER = "osee-search-header-component-footer";
public static final String OSEE_TITLE_LARGE = "osee-title-large";
public static final String OSEE_TITLE_LARGE_TEXT = "osee-title-large-text";
public static final String OSEE_TITLE_MEDIUM_TEXT = "osee-title-medium-text";
@@ -48,6 +50,8 @@ public final class CssConstants {
public static final String OSEE_HORIZONTAL_LINE = "osee-horizontal-line";
public static final String OSEE_BREADCRUMB_ARTNAME = "osee-breadcrumb-artname";
+ public static final String OSEE_RIGHTARROW = "osee-rightarrow";
+
public static final String OSEE_ATTRIBUTELABEL = "osee-attributelabel";
public static final String OSEE_ATTRIBUTEVALUE = "osee-attributevalue";
public static final String OSEE_ATTRIBUTESTITLELABEL = "osee-attributestitlelabel";

Back to the top