1
0
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:
Shamim Rezaie 2022-06-21 17:30:26 +10:00
parent b81fb00f25
commit 3d5ad1c391
3 changed files with 0 additions and 12 deletions
theme
boost
scss/moodle
style
classic/style

@ -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;