Issue #2006598 by nick_schuch: Fixed Tour toggle not floating right.
parent
e26a156ab0
commit
8d79d9ab90
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue