mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
MDL-35583 - blocks header and footer right align fixes, profile picture right align (update)
This commit is contained in:
parent
7d1bc86e0b
commit
43aae6cc28
@ -244,7 +244,7 @@ input[type="radio"] {
|
||||
text-align: left;
|
||||
padding-left:10px
|
||||
}
|
||||
.dir-rtl .userinfobox .content {text-align: right;}
|
||||
.dir-rtl .userinfobox .content {text-align: right;padding-right:10px;padding-left:0px;}
|
||||
|
||||
.userinfobox .links {
|
||||
vertical-align: top;
|
||||
@ -262,7 +262,7 @@ input[type="radio"] {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.dir-rtl .profilepicture {float: right;}
|
||||
.dir-rtl .profilepicture {float: right;margin-left: 10px;margin-right: 0px;}
|
||||
|
||||
.descriptionbox {
|
||||
margin-left: 110px;
|
||||
@ -659,6 +659,4 @@ input[type="radio"] {
|
||||
margin: 10% auto;
|
||||
}
|
||||
|
||||
.path-grade-report.dir-rtl #graded_users_selector .singleselect {margin: 0px;}
|
||||
|
||||
.yui3-menu .yui3-menu {position: static;}
|
||||
.path-grade-report.dir-rtl #graded_users_selector .singleselect {margin: 0px;}
|
Loading…
x
Reference in New Issue
Block a user