Merge "Styling changes to Special:Notifications headers and toolbar"

This commit is contained in:
jenkins-bot 2016-05-31 00:48:15 +00:00 committed by Gerrit Code Review
commit 7647737b00
4 changed files with 6 additions and 5 deletions

View file

@ -15,3 +15,4 @@
@opacity-low: 0.5;
@opacity-mid: 0.8;
@specialpage-separation-unit: 0.7em;

View file

@ -1,3 +1,4 @@
@import '../echo.variables';
.mw-echo-ui-datedNotificationsWidget {
min-height: 5em;
@ -15,8 +16,7 @@
overflow-y: auto;
&-header {
border-bottom: 1px #ccc solid;
margin-bottom: 0.5em;
margin-bottom: @specialpage-separation-unit;
}
}
}

View file

@ -1,3 +1,4 @@
@import '../echo.variables';
.mw-echo-ui-notificationsInboxWidget {
&-toolbar {
&-row {
@ -6,7 +7,7 @@
&-top {
display: table;
margin-bottom: 2em;
margin-bottom: 3 * @specialpage-separation-unit;
&-placeholder {
@ -20,7 +21,7 @@
width: inherit;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
margin-top: 3 * @specialpage-separation-unit;
}
&-pagination {

View file

@ -22,7 +22,6 @@
&-markAllReadButton {
display: table-cell;
text-align: right;
padding-bottom: 0.5em;
}
}
}