Skip to content

Commit

Permalink
top right menu css fix, now in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 5, 2015
1 parent ac6f69d commit 553734a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Expand Up @@ -22,7 +22,7 @@
<img src="img/placeholder.png" class="user-image" alt="User Image"/>
<span class="hidden-xs" wicket:id="usernameLink"/>
</a>
<ul class="dropdown-menu" style="border-color: #367fa9;">
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<!-- todo image -->
Expand All @@ -40,7 +40,7 @@
</div>
</li>
<!-- Menu Footer-->
<li class="user-footer" style="border-color: #367fa9; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;">
<li class="user-footer">
<div class="pull-left">
<a class="btn btn-default btn-flat" wicket:id="resetPassword"/>
</div>
Expand Down
12 changes: 12 additions & 0 deletions gui/admin-gui/src/main/webapp/less/midpoint-theme.less
Expand Up @@ -32,4 +32,16 @@ div.btn-group.bootstrap-select.select-picker-sm {
div.form-inline > div.form-group {
margin-left: 0;
margin-right: 0;
}

li.dropdown.user.user-menu {
& > ul.dropdown-menu {
border-color: #367fa9;

& > li.user-footer {
border-color: #367fa9;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
}
}

0 comments on commit 553734a

Please sign in to comment.