Merge "Styling changes to the footer message"

This commit is contained in:
jenkins-bot 2016-03-24 22:51:25 +00:00 committed by Gerrit Code Review
commit d80cd6a673
3 changed files with 13 additions and 2 deletions

View file

@ -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\"",

View file

@ -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' ]

View file

@ -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;
}
}
}