Skip to content

Commit

Permalink
bolding actions/account menu #12274702992571
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhuang committed May 14, 2014
1 parent 7351cc5 commit 9773c4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load item_tags %}
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" title="Account"><i class="glyphicon glyphicon-user"></i>&nbsp; {% viewable_name cur_agent %} <span class="caret"></span></a>
<a href="#" id="adminBarLoginLabel" class="dropdown-toggle" data-toggle="dropdown" title="Account"><i class="glyphicon glyphicon-user"></i>&nbsp; {% viewable_name cur_agent %} <span class="caret"></span></a>
<ul class="dropdown-menu login-menu pull-right">
{% login_menu %}
</ul>
</li>
</li>
4 changes: 4 additions & 0 deletions deme_django/static/css/deme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6207,6 +6207,10 @@ body.nonadmin #metabar {
min-height: 2.9285714285714284em;
margin: 0;
}
.adminbar #adminBarActionsLabel,
.adminbar #adminBarLoginLabel {
font-weight: bold;
}
.adminbar .left-wrap,
.adminbar .actions-wrap {
position: absolute;
Expand Down
3 changes: 3 additions & 0 deletions deme_django/static/less/deme/adminbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ body {
height: 41 / @font-size-base-int * 1em;
min-height: 41 / @font-size-base-int * 1em;
margin: 0;
#adminBarActionsLabel, #adminBarLoginLabel {
font-weight: bold;
}
.left-wrap, .actions-wrap {
position: absolute;
left: 0;
Expand Down

0 comments on commit 9773c4a

Please sign in to comment.