mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 02:46:46 +00:00
Merge "Allow .mw-echo-title-heading outside special page"
This commit is contained in:
commit
f89a4a5a71
|
@ -109,21 +109,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-echo-title {
|
.mw-echo-title {
|
||||||
a {
|
.mw-echo-title-heading, a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Helper class to be used to force single-line text in overlay
|
.mw-echo-title-heading,
|
||||||
.plainlinks {
|
.plainlinks {
|
||||||
.truncated-text();
|
.truncated-text();
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
@import '../mixins.less';
|
|
||||||
|
|
||||||
/* Echo specific CSS */
|
/* Echo specific CSS */
|
||||||
|
|
||||||
#mw-echo-more {
|
#mw-echo-more {
|
||||||
|
@ -71,11 +69,6 @@ ul#mw-echo-special-container {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 30px 0 0 0;
|
margin: 30px 0 0 0;
|
||||||
max-width: 600px;
|
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 {
|
.mw-echo-notification {
|
||||||
|
|
Loading…
Reference in a new issue