Commit dd414dba authored by Evren Kutar's avatar Evren Kutar

Merge branch 'UI-Improvements-4' into develop

parents fbd02c97 a69e79f7
...@@ -91,6 +91,13 @@ a:hover { ...@@ -91,6 +91,13 @@ a:hover {
letter-spacing: 0.5px; letter-spacing: 0.5px;
} }
img.header-profile {
width:27px;
height:27px;
border-radius:100%;
margin-right:6px;
}
/** DETAIL PAGE **/ /** DETAIL PAGE **/
.detail-page { .detail-page {
......
...@@ -82,11 +82,10 @@ ...@@ -82,11 +82,10 @@
<!-- /.dropdown-alerts --> <!-- /.dropdown-alerts -->
</li> </li>
<!-- /.dropdown --> <!-- /.dropdown -->
<li class="dropdown"> <li class="dropdown" style="border-left:1px solid #891723;">
<a class="dropdown-toggle" data-toggle="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" style="padding-top: 7px; padding-bottom: 6px;">
<i class="fa fa-user fa-fw" tooltip-placement="bottom" <img src="../../../img/sample-profile-pic.jpg" class="header-profile">&nbsp;{{$root.current_user.name}}&nbsp;{{$root.current_user.surname}}&nbsp;
uib-tooltip="Profil"></i>&nbsp;{{$root.current_user.name}}&nbsp;{{$root.current_user.surname}}&nbsp;<i <i class="fa fa-caret-down" style="margin-left:3px;"></i>
class="fa fa-caret-down"></i>
</a> </a>
<ul class="dropdown-menu dropdown-user"> <ul class="dropdown-menu dropdown-user">
<li><a role="button"><i class="fa fa-user fa-fw"></i> Profil</a></li> <li><a role="button"><i class="fa fa-user fa-fw"></i> Profil</a></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment