MDL-35564 - minor, "My Moodle" related (to block Course Overview) CSS RTL UI fixes

This commit is contained in:
Nadav Kavalerchik 2012-09-21 14:02:31 +03:00
parent b62ed9d67f
commit b9889602ac

View File

@ -312,8 +312,11 @@ input#id_externalurl {direction:ltr;}
* My Moodle
*/
.path-my .coursebox .overview .name {margin-left:20px;}
.dir-rtl .path-my .coursebox .overview .name {margin-right:20px;}
.path-my .coursebox .overview .info {margin-left:25px;}
.dir-rtl .path-my .coursebox .overview .info {margin-right:25px;}
.path-my .coursebox .overview .details {margin-left:25px;}
.dir-rtl .path-my .coursebox .overview .details {margin-right:25px;}
.path-my .coursebox .overview {margin-bottom:10px;}
.path-my .coursebox .info {float: none;}