Merge "Allow .mw-echo-title-heading outside special page"

This commit is contained in:
jenkins-bot 2014-09-05 10:06:13 +00:00 committed by Gerrit Code Review
commit f89a4a5a71
2 changed files with 2 additions and 13 deletions

View file

@ -109,21 +109,17 @@
}
.mw-echo-title {
a {
.mw-echo-title-heading, a {
font-weight: bold;
}
// Helper class to be used to force single-line text in overlay
.mw-echo-title-heading,
.plainlinks {
.truncated-text();
max-width: 100%;
display: inline-block;
vertical-align: top;
}
a {
font-weight: bold;
}
}

View file

@ -1,5 +1,3 @@
@import '../mixins.less';
/* Echo specific CSS */
#mw-echo-more {
@ -71,11 +69,6 @@ ul#mw-echo-special-container {
padding: 0;
margin: 30px 0 0 0;
max-width: 600px;
// Helper class to be used to force single-line text capped by ellipsis in container
.mw-echo-title-heading {
.truncated-text();
}
}
.mw-echo-notification {