Issue #2006598 by nick_schuch: Fixed Tour toggle not floating right.

8.0.x
Alex Pott 2013-06-06 12:09:37 +01:00
parent e26a156ab0
commit 8d79d9ab90
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* RTL styling for tour module. * RTL styling for tour module.
*/ */
.js .toolbar .tour-toolbar-tab.tab { .js .toolbar .bar .tour-toolbar-tab.tab {
float: left; float: left;
} }

View File

@ -4,7 +4,7 @@
*/ */
/* Tab appearance. */ /* Tab appearance. */
.js .toolbar .tour-toolbar-tab.tab { .js .toolbar .bar .tour-toolbar-tab.tab {
float: right; /* LTR */ float: right; /* LTR */
} }
.js .toolbar .tour-toolbar-tab button { .js .toolbar .tour-toolbar-tab button {