Styling changes to the footer message

Change-Id: Ie57c0f981671392b751a9774de7be6bb187de3b8
This commit is contained in:
Moriel Schottlender 2016-03-24 15:08:26 -07:00
parent 3641f7c79b
commit 2df435c1fb
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;
}
}
}