Catrope has uploaded a new change for review.
https://gerrit.wikimedia.org/r/234447
Change subject: Fix positioning of resolved check icon in RTL
......................................................................
Fix positioning of resolved check icon in RTL
Everything in the title bar is positioned according to
the content language, but the check icon was positioned
according to the interface language. I think this should
all be using the interface language, but for consistency
let's at least make this use the same as everything else
in its vicinity for now, so it doesn't look horribly broken.
Change-Id: I714f6bc104e28010f19dc093193e2b21a294aaf1
---
M modules/styles/board/topic/titlebar.less
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow
refs/changes/47/234447/1
diff --git a/modules/styles/board/topic/titlebar.less
b/modules/styles/board/topic/titlebar.less
index 75019ae..9e88a60 100644
--- a/modules/styles/board/topic/titlebar.less
+++ b/modules/styles/board/topic/titlebar.less
@@ -32,12 +32,22 @@
div#content .mw-content-ltr .flow-topic-title {
/* @noflip */
margin: 0 2.5em .15em 0;
+
+ .mw-ui-icon.mw-ui-icon-before:before {
+ /* @noflip */
+ float: left;
+ }
}
// Correct positioning for ltr/rtl content direction
div#content .mw-content-rtl .flow-topic-title {
/* @noflip */
margin: 0 0 .15em 2.5em;
+
+ .mw-ui-icon.mw-ui-icon-before:before {
+ /* @noflip */
+ float: right;
+ }
}
.flow-moderated-topic-title {
--
To view, visit https://gerrit.wikimedia.org/r/234447
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I714f6bc104e28010f19dc093193e2b21a294aaf1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits