Skip to content

Commit

Permalink
MDL-35583 - blocks header and footer right align fixes, profile pictu…
Browse files Browse the repository at this point in the history
…re right align
  • Loading branch information
nadavkav committed Oct 7, 2012
1 parent ccd90e7 commit 9461033
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions theme/canvas/style/blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
text-align: left;
font-size: 1.1em;
}
.dir-rtl .block h3.main {text-align: right;}

/* Login
------------------------------*/
Expand All @@ -45,6 +46,8 @@
.block_login .footer {
text-align: left;
}
.dir-rtl .block_login .footer {text-align: right;}

/* News
-------------------------------*/

Expand Down
7 changes: 6 additions & 1 deletion theme/canvas/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ input[type="radio"] {
text-align: left;
padding-left:10px
}
.dir-rtl .userinfobox .content {text-align: right;}

.userinfobox .links {
vertical-align: top;
Expand All @@ -255,11 +256,13 @@ input[type="radio"] {
display: block;
text-align: left;
}
.dir-rtl .userinfobox .links a {text-align: right;}

.profilepicture {
float: left;
margin-right: 10px;
}
.dir-rtl .profilepicture {float: right;}

.descriptionbox {
margin-left: 110px;
Expand Down Expand Up @@ -656,4 +659,6 @@ input[type="radio"] {
margin: 10% auto;
}

.path-grade-report.dir-rtl #graded_users_selector .singleselect {margin: 0px;}
.path-grade-report.dir-rtl #graded_users_selector .singleselect {margin: 0px;}

.yui3-menu .yui3-menu {position: static;}

0 comments on commit 9461033

Please sign in to comment.