mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-23 21:23:09 +00:00
cc3e40b408
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
63 lines
965 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|