Remove notifications bottom controls

Bug: T140964
Change-Id: I5c1a07161ab75de0537c002785da89ebeadc508a
This commit is contained in:
Kavitha Muthu 2016-10-13 11:32:27 -07:00
parent fa490fa04e
commit cc2189f009
2 changed files with 1 additions and 22 deletions

View file

@ -52,14 +52,6 @@
padding-bottom: 0.5em;
}
&-bottom {
display: table;
width: inherit;
margin-left: auto;
margin-right: auto;
margin-top: 3 * @specialpage-separation-unit;
}
&-settings {
padding-left: 1em;
}

View file

@ -135,20 +135,7 @@
.append(
this.$toolbarWrapper,
this.noticeMessageWidget.$element,
this.datedListWidget.$element,
$( '<div>' )
.addClass( 'mw-echo-ui-notificationsInboxWidget-main-toolbar-bottom' )
.append(
$( '<div>' )
.addClass( 'mw-echo-ui-notificationsInboxWidget-row' )
.append(
$( '<div>' )
.addClass( 'mw-echo-ui-notificationsInboxWidget-cell' )
.append(
this.bottomPaginationWidget.$element
)
)
)
this.datedListWidget.$element
);
this.$element