2016-05-31 00:37:52 +00:00
|
|
|
@import '../echo.variables';
|
2016-03-16 22:47:20 +00:00
|
|
|
.mw-echo-ui-notificationsInboxWidget {
|
|
|
|
&-toolbar {
|
|
|
|
&-row {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-top {
|
|
|
|
display: table;
|
2016-05-31 00:37:52 +00:00
|
|
|
margin-bottom: 3 * @specialpage-separation-unit;
|
2016-03-16 22:47:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
&-placeholder {
|
|
|
|
display: table-cell;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-bottom {
|
|
|
|
display: table;
|
|
|
|
width: inherit;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2016-05-31 00:37:52 +00:00
|
|
|
margin-top: 3 * @specialpage-separation-unit;
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|