Commit 99fb4541 authored by Gilles-Philippe Leblanc's avatar Gilles-Philippe Leblanc
Browse files

Bug 1648850: Fix title for notifications overlaping compose button

behatnotneeded: style change only
Change-Id: If024c6ec5c8f5a707db12c9c4a6afb56d72dc8b6
parent 75c2c2ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    <span class="icon icon-edit icon-lg left" role="presentation" aria-hidden="true"></span>
    {str section='module.multirecipientnotification' tag='composemessage'}
</a>

<div id="notifications-page-header"/></div>

{if $activitylist.count > 0}

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    <span class="icon icon-edit icon-lg left" role="presentation" aria-hidden="true"></span>
    {str section='module.multirecipientnotification' tag='composemessage'}
</a>

<div id="notifications-page-header"/></div>

{if $activitylist.count > 0}

+9 −3
Original line number Diff line number Diff line
@@ -344,9 +344,15 @@ td.action-list-copy {
    }
}

.btn-with-heading {
// Fix the compose button positionning in the inbox/sent notifications pages.
.notifications + #messages + h1 {
    border-bottom: none;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 6.5px;
    + .btn-with-heading {
        float: right;
    margin-top:-75px;
    }
}

.collapsible-group + .button {
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ h1 {
    }
}

#notifications-page-header {
    @extend .page-header;
    clear: both;
}

// Add padding if there is no navigation
.header + .container h1 {
    padding-top: 20px;