mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsInboxWidget.less
Moriel Schottlender cc3e40b408 Make the notifications list the pending element
Change the pending element to be the notifications list rather than
the whole inbox widget in the Special:Notifications page.

Bug: T136581
Change-Id: I82b073c9cd628f30c13305510d6604e3ef636c2a
2016-05-30 17:24:12 -07:00

63 lines
965 B
Plaintext

.mw-echo-ui-notificationsInboxWidget {
&-toolbar {
&-row {
display: table-row;
}
&-top {
display: table;
margin-bottom: 2em;
&-placeholder {
display: table-cell;
width: 100%;
}
}
&-bottom {
display: table;
width: inherit;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}
&-pagination {
&-buttons,
&-start,
&-label {
display: table-cell;
}
&-buttons {
vertical-align: middle;
.oo-ui-buttonOptionWidget .oo-ui-buttonElement-button {
// This is needed so the height of the buttons with icons
// is the same as the height of the button with label text
// See https://phabricator.wikimedia.org/T136024
height: 1.6em;
.oo-ui-iconElement-icon {
top: 0.4em;
}
}
}
&-start {
vertical-align: middle;
}
&-label {
padding: 0 0.5em;
vertical-align: middle;
span {
white-space: nowrap;
}
}
}
}
}