Skip to content

Commit

Permalink
MDL-35564 - minor, "My Moodle" related (to block Course Overview) CSS…
Browse files Browse the repository at this point in the history
… RTL UI fixes
  • Loading branch information
nadavkav committed Sep 21, 2012
1 parent b62ed9d commit b988960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/base/style/core.css
Expand Up @@ -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;}

Expand Down

0 comments on commit b988960

Please sign in to comment.