Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
6d5f9d12
Commit
6d5f9d12
authored
Sep 27, 2017
by
Gareth J Barnard
Browse files
MDL-60250 theme_bootstrapbase: Calendar popover misplaced in RTL langs.
parent
84940517
Changes
3
Hide whitespace changes
Inline
Side-by-side
theme/bootstrapbase/less/bootstrap/popovers.less
View file @
6d5f9d12
...
...
@@ -6,6 +6,7 @@
.popover {
position: absolute;
top: 0;
/*rtl:ignore*/
left: 0;
z-index: @zindexPopover;
display: none;
...
...
theme/bootstrapbase/readme_moodle.txt
View file @
6d5f9d12
...
...
@@ -51,3 +51,10 @@ in the compiled CSS (MDL-53152):
* @gridRowWidth
* @gridRowWidth1200
* @gridRowWidth768
popovers.less
-------------
MDL-60250 - The '/*rtl:ignore*/' directive has been added to the 'left' attribute of the 'popover' class so that
the rtlcss-php tool (https://github.com/moodlehq/rtlcss-php) does not flip this to a 'right' attribute and cause
the popover to be misplaced on the page when the JavaScript calculates the postion of the popover and adds an
overriding inline CSS 'left' attribute which is fine in LTR languages but confuses it in RTL languages.
theme/bootstrapbase/style/moodle.css
View file @
6d5f9d12
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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