jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Mooeypoo: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I714f6bc104e28010f19dc093193e2b21a294aaf1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: Mooeypoo <mor...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to