Issue #2006598 by nick_schuch: Fixed Tour toggle not floating right.
parent
e26a156ab0
commit
8d79d9ab90
|
@ -3,7 +3,7 @@
|
|||
* RTL styling for tour module.
|
||||
*/
|
||||
|
||||
.js .toolbar .tour-toolbar-tab.tab {
|
||||
.js .toolbar .bar .tour-toolbar-tab.tab {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue