Skip to content

Commit

Permalink
fix toolbar admin css
Browse files Browse the repository at this point in the history
  • Loading branch information
aragonc committed Jun 25, 2016
1 parent b7b5ea5 commit ab6bebf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 8 additions & 0 deletions app/Resources/public/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ a.thumbnail:hover{
padding-top: 10px;
margin-top: 5px;
}
#toolbar-admin.navbar{
margin-bottom: 0;
border-radius: 0;
border: none;
}
header{
padding-top: 20px;
}
.blackboard_show {
float:left;
position:absolute;
Expand Down
10 changes: 0 additions & 10 deletions main/template/default/layout/topbar.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@
{% endif %}

<ul class="nav navbar-nav navbar-right">
<li><a href="{{ _p.web_main }}social/home.php"><img src="{{ _u.avatar_small }}"/></a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">{{ _u.complete_name }}<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="{{ _p.web_main }}social/home.php">{{ "Profile"|get_lang }}</a></li>
<li><a href="{{ _p.web_main }}calendar/agenda_js.php?type=personal">{{ "MyAgenda"|get_lang }}</a></li>
<li><a href="{{ _p.web_main }}messages/inbox.php">{{ "Inbox"|get_lang }}</a></li>
<li><a href="{{ _p.web_main }}auth/my_progress.php">{{ "MyReporting"|get_lang }}</a></li>
</ul>
</li>
<li><a href="{{ _p.web }}index.php?logout=logout&uid={{_u.user_id}}">{{ "Logout"|get_lang }}</a></li>
</ul>
</div> <!-- /nav collapse -->
Expand Down

0 comments on commit ab6bebf

Please sign in to comment.