Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 25 additions & 5 deletions kview/src/main/resources/dev/ikm/komet/kview/mvvm/view/kview.css
Original file line number Diff line number Diff line change
Expand Up @@ -2469,6 +2469,14 @@ Timeline Year line segment (will overlay change circles)
-fx-font-family: "Noto Sans";
-fx-font-size: 12px;
-fx-font-style: normal;
-fx-text-fill: -Grey-12;
}

.text-noto-sans-twelve {
-fx-font-family: "Noto Sans Semibold";
-fx-font-size: 12px;
-fx-font-style: normal;
-fx-fill: -Grey-10;
}

.text-noto-sans-normal-grey-eight {
Expand Down Expand Up @@ -3296,14 +3304,25 @@ Timeline Year line segment (will overlay change circles)
-fx-border-width: 4;
}

/* The main title of the Pattern that shows in the top of the window */
.pattern-main-title {
-fx-font-family: "Noto Sans";
-fx-font-size: 18px;

-fx-padding: -1px 0 0 1px;
}

.pattern-definition-container {
-fx-padding: 0 0 13px 10;
}

/* Styles title text inside the content of TitlePane. eg: DESCRIPTION , Fully Qualified Name.*/
.pattern-title {
-fx-text-alignment: center;
-fx-font-family: "Noto Sans";
-fx-font-size: 12px;
-fx-font-style: normal;
-fx-fill: -Grey-8;
-fx-font-weight: bold;
}

.pattern-titled-pane {
Expand Down Expand Up @@ -5089,10 +5108,11 @@ Styling a context menu for kview ui/ux controls
}

.pattern-field {
-fx-font-family: Noto Sans;
-fx-font-size: 12;
-fx-font-weight: 500;
-fx-fill: -Grey-12;
-fx-font-family: "Noto Sans";
-fx-font-size: 13;
-fx-text-fill: -Grey-10;

-fx-padding: 0 0 3px -1px;
}

/*******************************************************************************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@
<children>
<TitledPane fx:id="patternDefinitionTitledPane" contentDisplay="BOTTOM" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" nodeOrientation="LEFT_TO_RIGHT" prefWidth="5000.0" styleClass="pattern-titled-pane" text="PATTERN DEFINITION">
<content>
<GridPane prefWidth="711.0">
<GridPane styleClass="pattern-definition-container" prefWidth="711.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="195"/>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="16.0" minHeight="16.0" prefHeight="16.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="25.0" minHeight="25.0" prefHeight="25.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="16.0" prefHeight="16.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="18.0" prefHeight="18.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" styleClass="semantic-field" text="SEMANTIC MEANING:" GridPane.columnIndex="0">
Expand Down Expand Up @@ -544,7 +544,7 @@
</children>
</HBox>
<PublicIDControl fx:id="identifierControl" GridPane.columnSpan="2" GridPane.rowIndex="3"/>
<Label fx:id="patternTitleText" alignment="TOP_LEFT" maxHeight="1.7976931348623157E308" prefHeight="49.0" prefWidth="416.0" styleClass="pattern-title" text="New Pattern" textFill="#212430" wrapText="true" GridPane.columnIndex="1">
<Label fx:id="patternTitleText" alignment="TOP_LEFT" maxHeight="1.7976931348623157E308" prefHeight="49.0" prefWidth="416.0" styleClass="pattern-main-title" text="New Pattern" textFill="#212430" wrapText="true" GridPane.columnIndex="1">
<font>
<Font name="Open Sans Regular" size="17.0" />
</font>
Expand Down Expand Up @@ -576,8 +576,11 @@
<font>
<Font name="Open Sans Regular" size="12.0" />
</font>
<padding>
<Insets bottom="0" left="0" right="2" top="0" />
</padding>
</Label>
<Text fx:id="statusText" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="text-noto-sans-bold-grey-twelve">
<Text fx:id="statusText" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="text-noto-sans-twelve">
<font>
<Font name="Open Sans Regular" size="12.0" />
</font>
Expand All @@ -590,8 +593,11 @@
<font>
<Font name="Open Sans Regular" size="12.0" />
</font>
<padding>
<Insets bottom="0" left="0" right="2" top="0" />
</padding>
</Label>
<Text fx:id="lastUpdatedText" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="text-noto-sans-bold-grey-twelve">
<Text fx:id="lastUpdatedText" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="text-noto-sans-twelve">
<font>
<Font name="Open Sans Regular" size="12.0" />
</font>
Expand All @@ -604,8 +610,11 @@
<font>
<Font name="Open Sans Regular" size="12.0" />
</font>
<padding>
<Insets bottom="0" left="0" right="2" top="0" />
</padding>
</Label>
<Text fx:id="moduleText" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="text-noto-sans-bold-grey-twelve">
<Text fx:id="moduleText" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="text-noto-sans-twelve">
<font>
<Font name="Open Sans Regular" size="12.0" />
</font>
Expand All @@ -618,8 +627,11 @@
<font>
<Font name="Open Sans Regular" size="12.0" />
</font>
<padding>
<Insets bottom="0" left="0" right="2" top="0" />
</padding>
</Label>
<Text fx:id="pathText" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="text-noto-sans-bold-grey-twelve" />
<Text fx:id="pathText" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="text-noto-sans-twelve" />
</children>
</FlowPane>
<FlowPane prefHeight="43.0" prefWidth="202.0">
Expand All @@ -628,8 +640,11 @@
<font>
<Font name="Open Sans Regular" size="12.0" />
</font>
<padding>
<Insets bottom="0" left="0" right="2" top="0" />
</padding>
</Label>
<Text fx:id="originationText" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="text-noto-sans-bold-grey-twelve" />
<Text fx:id="originationText" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="text-noto-sans-twelve" />
</children>
</FlowPane>
</children>
Expand Down