Small fix default.handlebars move Logout-Bar-Style to style.css

JSuenram committed Jan 20, 2022 at 09:02 UTC 76f0c621c42f97d79ad4742ca55968cc718fd21b
3 files changed +6 -1
.gitignore
+1
@@ -308,3 +308,4 @@ __pycache__/
308 *.btm.cs
309 *.odx.cs
310 *.xsd.cs
311 +.DS_Store
public/styles/style.css
+4
@@ -226,6 +226,10 @@ body {
226 -ms-grid-row: 2;
227 }
228
229 +.logoncontrolspan, .logoncontrolspan2 {
230 + color: white;
231 +}
232 +
233 .topbar_td {
234 width: 100px;
235 height: 24px;
views/default.handlebars
+1 -1
@@ -132,7 +132,7 @@
132 <div style="float:right">
133 <div id=notificationCount onclick="clickNotificationIcon()" class="unselectable" style="display: none;" title="Click to view current notifications">0</div>
134 </div>
135 - <p id="logoutControl"><span id=logoutControlSpan style="color:white"></span><span id=idleTimeoutNotify style="color:yellow"></span></p>
135 + <p id="logoutControl"><span id=logoutControlSpan class="logoncontrolspan" style="color:white"></span><span id=idleTimeoutNotify style="color:yellow"></span></p>
136 </div>
137 <div id="page_leftbar">
138 <div style="height:16px"></div>