Small fix default.handlebars move Logout-Bar-Style to style.css
This commit is contained in:
parent
25c0b400b9
commit
76f0c621c4
|
@ -308,3 +308,4 @@ __pycache__/
|
|||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
.DS_Store
|
||||
|
|
|
@ -226,6 +226,10 @@ body {
|
|||
-ms-grid-row: 2;
|
||||
}
|
||||
|
||||
.logoncontrolspan, .logoncontrolspan2 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.topbar_td {
|
||||
width: 100px;
|
||||
height: 24px;
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
<div style="float:right">
|
||||
<div id=notificationCount onclick="clickNotificationIcon()" class="unselectable" style="display: none;" title="Click to view current notifications">0</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 id="page_leftbar">
|
||||
<div style="height:16px"></div>
|
||||
|
|
Loading…
Reference in New Issue