mirror of
https://github.com/wheelybird/ldap-user-manager.git
synced 2025-01-18 07:32:53 +01:00
Header styling tweaks (#197)
* Improve display of username in header * Change colour to match other text
This commit is contained in:
parent
ccc709e010
commit
ec4d468dcf
@ -330,9 +330,9 @@ function render_menu() {
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
<div style="text-align: right;">
|
||||
<?php if(isset($USER_ID)) { print $USER_ID; } ?>
|
||||
</div>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a style="color:#333"><?php if(isset($USER_ID)) { print $USER_ID; } ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user