css fixes
This commit is contained in:
parent
c85f1a208d
commit
a0245f3e93
4
view/css/bootstrap-red.css
vendored
4
view/css/bootstrap-red.css
vendored
@ -46,7 +46,9 @@ nav.navbar {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
.navbar-toggler-right {
|
||||
top: 0.5rem;
|
||||
}
|
||||
/* nav overrides end */
|
||||
|
||||
.wall-item-tools .dropdown-menu {
|
||||
|
@ -1261,7 +1261,7 @@ img.mail-conv-sender-photo {
|
||||
#avatar {
|
||||
width: 2.2rem;
|
||||
height: 2.2rem;
|
||||
border-radius: 50%;
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
|
@ -5,8 +5,8 @@
|
||||
{{/foreach}}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="hidden-md-up dropup clearfix" style="position:fixed; right:7px; bottom:2rem; z-index:1020">
|
||||
<button type="button" class="btn btn-outline-success btn-sm float-right" data-toggle="dropdown">
|
||||
<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-secondary btn-sm float-right" data-toggle="dropdown">
|
||||
<i class="fa fa-bars"></i>
|
||||
</button>
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
|
Reference in New Issue
Block a user