mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
MDL-30359 Fixes for dir-rtl in theme_base CSS
This commit is contained in:
parent
fe41ba7489
commit
2062be1a01
@ -652,6 +652,7 @@ body.tag .managelink {padding: 5px;}
|
||||
#page-enrol-users .enrol_user_buttons .enrolusersbutton div,
|
||||
#page-enrol-users .enrol_user_buttons .enrolusersbutton form {display:inline;}
|
||||
#page-enrol-users .enrol_user_buttons .enrolusersbutton input {padding-left:6px;padding-right:6px;}
|
||||
#page-enrol-users.dir-rtl .col_userdetails .subfield_picture {float: right;}
|
||||
|
||||
/**
|
||||
* Overide for RTL layout
|
||||
@ -664,6 +665,9 @@ body.tag .managelink {padding: 5px;}
|
||||
.dir-rtl .mform .fitem .fitemtitle {float:right;}
|
||||
.dir-rtl .loginbox .loginform .form-label {float:right;text-align:left;}
|
||||
.dir-rtl .loginbox .loginform .form-input {text-align: right;}
|
||||
.dir-rtl .yui3-menu-hidden {left: 0px;}
|
||||
#page-admin-roles-define.dir-rtl #rolesform .felement {margin-right: 180px;}
|
||||
#page-message-edit.dir-rtl table.generaltable th.c0 {text-align: right;}
|
||||
|
||||
/**
|
||||
* Backup
|
||||
|
@ -27,7 +27,7 @@
|
||||
.path-course-view li.activity form.togglecompletion .ajaxworking {position:absolute;top:0; left:20px;width: 20px; height: 20px;background: url([[pix:i/ajaxloader]]) no-repeat;}
|
||||
.dir-rtl.path-course-view li.activity {margin-right:0px;margin-left:20px;}
|
||||
.dir-rtl.path-course-view li.activity form.togglecompletion,
|
||||
.dir-rtl.path-course-view li.activity span.autocompletion {right:auto;right:-20px;}
|
||||
.dir-rtl.path-course-view li.activity span.autocompletion {left:auto;right:-20px;}
|
||||
|
||||
.section img.movetarget {height:16px;width:80px;}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user