css fixes

This commit is contained in:
Mario Vavti 2017-03-19 17:06:55 +01:00
parent c85f1a208d
commit a0245f3e93
3 changed files with 6 additions and 4 deletions

View File

@ -46,7 +46,9 @@ nav.navbar {
overflow: auto; overflow: auto;
} }
.navbar-toggler-right {
top: 0.5rem;
}
/* nav overrides end */ /* nav overrides end */
.wall-item-tools .dropdown-menu { .wall-item-tools .dropdown-menu {

View File

@ -1261,7 +1261,7 @@ img.mail-conv-sender-photo {
#avatar { #avatar {
width: 2.2rem; width: 2.2rem;
height: 2.2rem; height: 2.2rem;
border-radius: 50%; border-radius: $radius;
} }
.page-title { .page-title {

View File

@ -5,8 +5,8 @@
{{/foreach}} {{/foreach}}
</ul> </ul>
</div> </div>
<div class="hidden-md-up dropup clearfix" style="position:fixed; right:7px; bottom:2rem; z-index:1020"> <div class="hidden-md-up dropdown clearfix" style="position:fixed; right:7px; top:4.5rem; z-index:1020">
<button type="button" class="btn btn-outline-success btn-sm float-right" data-toggle="dropdown"> <button type="button" class="btn btn-outline-secondary btn-sm float-right" data-toggle="dropdown">
<i class="fa fa-bars"></i> <i class="fa fa-bars"></i>
</button> </button>
<div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-menu dropdown-menu-right">