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

Change subject: Bug 51196: Fix the appearance of wrapped text in navbar
......................................................................


Bug 51196: Fix the appearance of wrapped text in navbar

Now, when the screen is too narrow (or the text is too long)
to display the navigation bar in a single line, the "next"
chapterlink drops into a second line and remains right-aligned.

Change-Id: I311917858e92298a772150deaeaddfe0f43d3f55
---
M modules/ext.BookManagerv2.css
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Raylton P. Sousa: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ext.BookManagerv2.css b/modules/ext.BookManagerv2.css
index 9e2ee37..b9daf7c 100644
--- a/modules/ext.BookManagerv2.css
+++ b/modules/ext.BookManagerv2.css
@@ -43,14 +43,17 @@
        cursor: pointer;
 }
 a.mw-bookmanagerv2-nav-icon {
+       float: left;
        margin: 0 10px;
 }
 a.mw-bookmanagerv2-nav-prev {
+       float: left;
        margin-right: 10px;
        background: transparent url('../images/Angle_left_font_awesome.png') 
no-repeat left center;
        padding-left: 25px;
 }
 a.mw-bookmanagerv2-nav-next {
+       float: right;
        margin-left: 10px;
        background: transparent url('../images/Angle_right_font_awesome.png') 
no-repeat right center;
        padding-right: 25px;

-- 
To view, visit https://gerrit.wikimedia.org/r/75801
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I311917858e92298a772150deaeaddfe0f43d3f55
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BookManagerv2
Gerrit-Branch: master
Gerrit-Owner: Mollywhite <[email protected]>
Gerrit-Reviewer: Raylton P. Sousa <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to