From 8d79d9ab905440602e7aa25f21127521cc96f885 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 6 Jun 2013 12:09:37 +0100 Subject: [PATCH] Issue #2006598 by nick_schuch: Fixed Tour toggle not floating right. --- core/modules/tour/css/tour-rtl.css | 2 +- core/modules/tour/css/tour.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/tour/css/tour-rtl.css b/core/modules/tour/css/tour-rtl.css index cef3d00dbcd..5e19f7b58cb 100644 --- a/core/modules/tour/css/tour-rtl.css +++ b/core/modules/tour/css/tour-rtl.css @@ -3,7 +3,7 @@ * RTL styling for tour module. */ -.js .toolbar .tour-toolbar-tab.tab { +.js .toolbar .bar .tour-toolbar-tab.tab { float: left; } diff --git a/core/modules/tour/css/tour.css b/core/modules/tour/css/tour.css index 7754abe5347..945e9e31aac 100644 --- a/core/modules/tour/css/tour.css +++ b/core/modules/tour/css/tour.css @@ -4,7 +4,7 @@ */ /* Tab appearance. */ -.js .toolbar .tour-toolbar-tab.tab { +.js .toolbar .bar .tour-toolbar-tab.tab { float: right; /* LTR */ } .js .toolbar .tour-toolbar-tab button {