Small UI style fix

This commit is contained in:
Dmitry Khomutov 2017-01-07 20:54:33 +07:00
parent 2ecd4ff2f7
commit 052338f831
3 changed files with 3 additions and 2 deletions

View file

@ -440,7 +440,7 @@
}
.skin-black .main-header li.user-header {
background-color: #1a2226;
background-color: #222d32;
}
.skin-black .content-header {

View file

@ -151,6 +151,7 @@ class Application extends b8\Application
/**
* Check whether we should skip auth (because it is disabled)
*
* @return bool
*/
protected function shouldSkipAuth()

View file

@ -89,7 +89,7 @@
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header bg-light-blue">
<li class="user-header">
<img src="https://www.gravatar.com/avatar/<?php print md5($this->User()->getEmail()); ?>?d=mm" class="img-circle" alt="<?php print $this->User()->getName(); ?>" />
<p>
<?php print $this->User()->getName(); ?>