Skip to content

Commit

Permalink
Theme: Improvement to some info messages
Browse files Browse the repository at this point in the history
- Fix logo on login page in DarkMode (reference #52 )
  • Loading branch information
piotrzarzycki21 committed Jan 18, 2024
1 parent 1346418 commit 4436508
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@
<j:FooterBar id="appFooter" fixed="true">
<j:BarRow>
<j:BarSection>
<j:Label className="smallFont" text="{versionText}"/>
<j:Label text="{versionText}"/>
</j:BarSection>
<j:BarSection itemsHorizontalAlign="itemsCenter">
<j:Label className="smallFont" html="{footerText}" percentWidth="100">
<j:Label html="{footerText}" percentWidth="100">
<j:beads>
<j:TextAlign align="center"/>
</j:beads>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</j:Card>
<j:HGroup percentWidth="100" itemsHorizontalAlign="itemsRight">
<j:Label percentWidth="100" text="* Select item to see more details and install application."
className="smallFont italic brandColor labelTextAlignRight"/>
className="brandColor labelTextAlignRight"/>
</j:HGroup>
<dataGrid:DataGrid localId="genesisApps" className="dataGridJS scrollHeightGenAppGridJS" filterRow="{filterRow}"
headerFilter="{filterHeader}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<j:HGroup percentWidth="100" itemsHorizontalAlign="itemsRight">
<j:Label percentWidth="100" text="* Select item to see more details and install application."
className="smallFont italic brandColor labelTextAlignRight"/>
className="brandColor labelTextAlignRight"/>
</j:HGroup>
<dataGrid:DataGrid localId="genesisDirs" className="dataGridJS scrollHeightGenAppGridJS" filterRow="{filterRow}"
headerFilter="{filterHeader}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
]]>
</fx:Script>
<j:Card className="loginViewBackground" itemsHorizontalAlign="itemsCenter" itemsVerticalAlign="itemsCenter">
<j:Image src="resources/images/loginlogo.jpg"/>
<j:Image src="resources/images/prominic-logo-stacked-WHITE.png" width="200" height="200"/>
<j:Form localId="loginForm" percentWidth="100" includeIn="loginInternal">
<j:beads>
<j:FormValidator id="validatorForm" trigger="{btnLogin}" triggerEvent="click" />
Expand All @@ -155,7 +155,7 @@
</j:TextInput>
</controls:CustomFormItem>
</j:Form>
<j:Label multiline="true" text="You are not authenticated.\nClick the Login button to continue."
<j:Label multiline="true" text="You are not authenticated. Click the Login button to continue."
includeIn="loginExternal" className="bigFont bold labelTextAlignCenter">
<j:style>
<js:SimpleCSSStyles paddingTop="10" paddingBottom="10" />
Expand Down
4 changes: 0 additions & 4 deletions Super.Human.Portal_Royale/src/resources/app-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ a:hover {
}

.jewel.button.noLinkWhiteButtonStyle a {
color: #FFFFFF;
text-decoration: none;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 12px;
Expand Down Expand Up @@ -509,8 +507,6 @@ a:hover {
}

.jewel.button.primary.noLinkStyleInstallApp a {
color: #FFFFFF;
text-decoration: none;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 25px;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions Super.Human.Portal_Royale/src/resources/themes/dark/defaults.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4436508

Please sign in to comment.