mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Styling changes to the footer message
Change-Id: Ie57c0f981671392b751a9774de7be6bb187de3b8
This commit is contained in:
parent
3641f7c79b
commit
2df435c1fb
|
@ -85,7 +85,7 @@
|
|||
"echo-none": "You have no notifications.",
|
||||
"echo-more-info": "More info",
|
||||
"echo-feedback": "Feedback",
|
||||
"echo-popup-footer-feedback": "Provide feedback. [$2 $1]",
|
||||
"echo-popup-footer-feedback": "<strong>Provide feedback</strong>. [$2 $1]",
|
||||
"echo-popup-footer-feedback-survey": "Take this quick survey about notifications.",
|
||||
"echo-popup-footer-feedback-info": "This feedback link is designed to help the developers learn more about how people use Notifications so we continue to improve the tool. Clicking the survey link will send you to a third-party website.",
|
||||
"echo-quotation-marks": "\"$1\"",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
} );
|
||||
|
||||
infoIcon = new OO.ui.ButtonWidget( {
|
||||
icon: 'info',
|
||||
icon: 'help',
|
||||
framed: false,
|
||||
title: mw.msg( 'echo-popup-footer-feedback-info' ),
|
||||
classes: [ 'mw-echo-ui-footerNoticeWidget-info' ]
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import '../../echo.variables';
|
||||
@import '../../echo.mixins';
|
||||
|
||||
.mw-echo-ui-footerNoticeWidget {
|
||||
padding: 0.5em;
|
||||
|
@ -21,4 +22,14 @@
|
|||
&-icon {
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
&-dismiss,
|
||||
&-info {
|
||||
.mw-echo-ui-mixin-hover-opacity();
|
||||
|
||||
.oo-ui-iconElement-icon {
|
||||
width: 1.3em !important;
|
||||
height: 1.3em !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue