Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
17bf38b9
Commit
17bf38b9
authored
Jan 19, 2015
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2409197
by balagan, idebr, vacho: Add missing RTL css for the Tour dialog
parent
fd90b0b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
core/modules/tour/css/tour.module.css
core/modules/tour/css/tour.module.css
+10
-2
No files found.
core/modules/tour/css/tour.module.css
View file @
17bf38b9
...
...
@@ -60,13 +60,20 @@
z-index
:
101
;
top
:
0
;
/* keeps the page from scrolling when calculating position. */
left
:
0
;
padding
:
1em
1em
1.5em
1.5em
;
padding
:
1em
1em
1.5em
1.5em
;
/* LTR */
}
[
dir
=
"rtl"
]
.joyride-tip-guide
{
padding
:
1em
1.5em
1.5em
1em
;
}
.joyride-content-wrapper
{
/* Apply padding from parent .joyride-tip-guide to absolutely positioned children. */
position
:
relative
;
padding-right
:
1em
;
padding-right
:
1em
;
/* LTR */
}
[
dir
=
"rtl"
]
.joyride-content-wrapper
{
padding-right
:
0
;
padding-left
:
1em
;
}
/* Mobile */
...
...
@@ -140,6 +147,7 @@
}
[
dir
=
"rtl"
]
.joyride-close-tip
{
left
:
0
;
right
:
auto
;
}
.joyride-modal-bg
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment