mirror of
https://github.com/moodle/moodle.git
synced 2025-04-02 23:12:32 +02:00
MDL-75028 theme_boost: fix the inline edit tooltip for RTL
This commit is contained in:
parent
b81fb00f25
commit
3d5ad1c391
theme
@ -634,11 +634,7 @@ input.titleeditor {
|
||||
}
|
||||
|
||||
span.editinstructions {
|
||||
/*rtl:remove*/
|
||||
position: absolute;
|
||||
/*rtl:raw:
|
||||
position: relative;
|
||||
*/
|
||||
top: 0;
|
||||
margin-top: -22px;
|
||||
margin-left: 30px;
|
||||
|
@ -14207,11 +14207,7 @@ input.titleeditor {
|
||||
vertical-align: text-bottom; }
|
||||
|
||||
span.editinstructions {
|
||||
/*rtl:remove*/
|
||||
position: absolute;
|
||||
/*rtl:raw:
|
||||
position: relative;
|
||||
*/
|
||||
top: 0;
|
||||
margin-top: -22px;
|
||||
margin-left: 30px;
|
||||
|
@ -14207,11 +14207,7 @@ input.titleeditor {
|
||||
vertical-align: text-bottom; }
|
||||
|
||||
span.editinstructions {
|
||||
/*rtl:remove*/
|
||||
position: absolute;
|
||||
/*rtl:raw:
|
||||
position: relative;
|
||||
*/
|
||||
top: 0;
|
||||
margin-top: -22px;
|
||||
margin-left: 30px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user