mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-14 20:11:52 +00:00
Small fix default.handlebars move Logout-Bar-Style to style.css
This commit is contained in:
parent
25c0b400b9
commit
76f0c621c4
3 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -308,3 +308,4 @@ __pycache__/
|
||||||
*.btm.cs
|
*.btm.cs
|
||||||
*.odx.cs
|
*.odx.cs
|
||||||
*.xsd.cs
|
*.xsd.cs
|
||||||
|
.DS_Store
|
||||||
|
|
|
@ -226,6 +226,10 @@ body {
|
||||||
-ms-grid-row: 2;
|
-ms-grid-row: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logoncontrolspan, .logoncontrolspan2 {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.topbar_td {
|
.topbar_td {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
<div style="float:right">
|
<div style="float:right">
|
||||||
<div id=notificationCount onclick="clickNotificationIcon()" class="unselectable" style="display: none;" title="Click to view current notifications">0</div>
|
<div id=notificationCount onclick="clickNotificationIcon()" class="unselectable" style="display: none;" title="Click to view current notifications">0</div>
|
||||||
</div>
|
</div>
|
||||||
<p id="logoutControl"><span id=logoutControlSpan style="color:white"></span><span id=idleTimeoutNotify style="color:yellow"></span></p>
|
<p id="logoutControl"><span id=logoutControlSpan class="logoncontrolspan" style="color:white"></span><span id=idleTimeoutNotify style="color:yellow"></span></p>
|
||||||
</div>
|
</div>
|
||||||
<div id="page_leftbar">
|
<div id="page_leftbar">
|
||||||
<div style="height:16px"></div>
|
<div style="height:16px"></div>
|
||||||
|
|
Loading…
Reference in a new issue