move Style for topbar Invite-Page to style.css with same settings for later customizing

JSuenram committed Feb 3, 2022 at 13:21 UTC 9aec0c26f3dcf204d1f23d58ea1ef5609b1f2375
2 files changed +7 -1
public/styles/style.css
+6
@@ -116,6 +116,12 @@ body {
116 grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)) !important;
117 }
118
119 +.AgentInviteMasthead {
120 + background:url(logo.png) 0px 0px;
121 + background-color:#036;
122 + background-repeat:no-repeat;height:66px;width:100%;overflow:hidden;
123 +}
124 +
125 #masthead {
126 width: auto;
127 margin: 0;
views/agentinvite.handlebars
+1 -1
@@ -49,7 +49,7 @@
49 <body id="body" onload="if (typeof(startup) !== 'undefined') startup();" style="display:none;overflow:hidden">
50 <div id="container">
51 <!-- Begin Masthead -->
52 - <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;">
52 + <div id="masthead" class="noselect AgentInviteMasthead">
53 <div style="float:left;text-shadow: 1px 1px 2px #000">{{{titlehtml}}}</div>
54 <div style="float:left; height: 66px; color:#c8c8c8; padding-left:14px; padding-top:7px">
55 <strong><font style="font-size:46px; font-family: Arial, Helvetica, sans-serif;text-shadow: 1px 1px 2px #000">{{{title1}}}</font></strong>