mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
Merge "NotificationBadgeWidget: Fix alignment of actions buttons"
This commit is contained in:
commit
bb89634306
|
@ -17,6 +17,10 @@
|
||||||
border-top: 1px solid #DDDDDD;
|
border-top: 1px solid #DDDDDD;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
> .oo-ui-buttonGroupWidget {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.oo-ui-buttonElement {
|
.oo-ui-buttonElement {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
@ -33,6 +37,7 @@
|
||||||
line-height: 4em;
|
line-height: 4em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
padding: 0.5em;
|
||||||
|
|
||||||
.oo-ui-iconElement-icon {
|
.oo-ui-iconElement-icon {
|
||||||
// HACK: these are absolutely positioned in OOUI, and our line-height: 4em;
|
// HACK: these are absolutely positioned in OOUI, and our line-height: 4em;
|
||||||
|
|
Loading…
Reference in a new issue