Merge pull request #3595 from JSuenram/master

move Style for topbar Invite-Page to style.css with same settings for…
This commit is contained in:
Ylian Saint-Hilaire 2022-02-03 11:41:16 -08:00 committed by GitHub
commit 193bb106f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -116,6 +116,12 @@ body {
grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)) !important; grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)) !important;
} }
.AgentInviteMasthead {
background:url(logo.png) 0px 0px;
background-color:#036;
background-repeat:no-repeat;height:66px;width:100%;overflow:hidden;
}
#masthead { #masthead {
width: auto; width: auto;
margin: 0; margin: 0;

View File

@ -49,7 +49,7 @@
<body id="body" onload="if (typeof(startup) !== 'undefined') startup();" style="display:none;overflow:hidden"> <body id="body" onload="if (typeof(startup) !== 'undefined') startup();" style="display:none;overflow:hidden">
<div id="container"> <div id="container">
<!-- Begin Masthead --> <!-- Begin Masthead -->
<div id="masthead" class=noselect style="background:url(logo.png) 0px 0px;background-color:#036;background-repeat:no-repeat;height:66px;width:100%;overflow:hidden;"> <div id="masthead" class="noselect AgentInviteMasthead">
<div style="float:left;text-shadow: 1px 1px 2px #000">{{{titlehtml}}}</div> <div style="float:left;text-shadow: 1px 1px 2px #000">{{{titlehtml}}}</div>
<div style="float:left; height: 66px; color:#c8c8c8; padding-left:14px; padding-top:7px"> <div style="float:left; height: 66px; color:#c8c8c8; padding-left:14px; padding-top:7px">
<strong><font style="font-size:46px; font-family: Arial, Helvetica, sans-serif;text-shadow: 1px 1px 2px #000">{{{title1}}}</font></strong> <strong><font style="font-size:46px; font-family: Arial, Helvetica, sans-serif;text-shadow: 1px 1px 2px #000">{{{title1}}}</font></strong>