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-07-05 18:23:01 +00:00
|
|
|
|
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-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-03-16 22:47:20 +00:00
|
|
|
}
|
|
|
|
}
|
2016-05-31 22:32:16 +00:00
|
|
|
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|