2016-05-31 00:37:52 +00:00
|
|
|
@import '../echo.variables';
|
2016-03-16 22:47:20 +00:00
|
|
|
.mw-echo-ui-notificationsInboxWidget {
|
2016-07-05 21:38:24 +00:00
|
|
|
width: @specialpage-width;
|
2016-05-31 22:32:16 +00:00
|
|
|
&-row {
|
|
|
|
display: table-row;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
&-cell {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
&-placeholder {
|
2016-05-27 20:39:15 +00:00
|
|
|
display: table-cell;
|
2016-05-31 22:32:16 +00:00
|
|
|
width: 100%;
|
2016-05-27 20:39:15 +00:00
|
|
|
}
|
2016-05-31 22:32:16 +00:00
|
|
|
}
|
2016-03-16 22:47:20 +00:00
|
|
|
|
2016-05-31 22:32:16 +00:00
|
|
|
&-sidebar {
|
|
|
|
width: @specialpage-sidebar-width;
|
|
|
|
padding-right: 1em;
|
|
|
|
vertical-align: top;
|
2016-07-19 21:29:15 +00:00
|
|
|
|
|
|
|
@media all and ( max-width: @specialpage-mobile-width-medium ) {
|
|
|
|
// Hide the sidebar for small screens
|
|
|
|
display: none;
|
|
|
|
}
|
2016-05-31 22:32:16 +00:00
|
|
|
}
|
2016-03-16 22:47:20 +00:00
|
|
|
|
2016-05-31 22:32:16 +00:00
|
|
|
&-main {
|
|
|
|
vertical-align: top;
|
|
|
|
width: 100%;
|
2016-03-16 22:47:20 +00:00
|
|
|
|
2016-05-31 22:32:16 +00:00
|
|
|
&-toolbar {
|
|
|
|
&-top {
|
|
|
|
display: table;
|
|
|
|
margin-bottom: 3 * @specialpage-separation-unit;
|
2016-03-16 22:47:20 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-05-31 22:32:16 +00:00
|
|
|
&-bottom {
|
|
|
|
display: table;
|
|
|
|
width: inherit;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 3 * @specialpage-separation-unit;
|
|
|
|
}
|
2016-06-29 23:36:03 +00:00
|
|
|
|
|
|
|
&-settings {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|
|
|
|
}
|
2016-05-31 22:32:16 +00:00
|
|
|
|
2016-07-19 21:29:15 +00:00
|
|
|
@media all and ( max-width: @specialpage-mobile-width-medium ) {
|
|
|
|
// Make narrow
|
|
|
|
width: @specialpage-mobile-width-small;
|
|
|
|
|
|
|
|
// Override table-layout for the top toolbar so we get
|
|
|
|
// filters and pagination under one another
|
|
|
|
&-main {
|
|
|
|
&-toolbar {
|
|
|
|
&-top {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
|
|
.mw-echo-ui-notificationsInboxWidget-row {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&-readState {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
&-pagination {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|