MDL-30359 Fixes for dir-rtl in theme_base CSS

This commit is contained in:
Mary Evans 2011-11-19 00:04:41 +00:00
parent fe41ba7489
commit 2062be1a01
2 changed files with 5 additions and 1 deletions

View File

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

View File

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