mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +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
1 changed files with 3 additions and 5 deletions
|
@ -244,7 +244,7 @@ input[type="radio"] {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left:10px
|
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 {
|
.userinfobox .links {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -262,7 +262,7 @@ input[type="radio"] {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
.dir-rtl .profilepicture {float: right;}
|
.dir-rtl .profilepicture {float: right;margin-left: 10px;margin-right: 0px;}
|
||||||
|
|
||||||
.descriptionbox {
|
.descriptionbox {
|
||||||
margin-left: 110px;
|
margin-left: 110px;
|
||||||
|
@ -660,5 +660,3 @@ input[type="radio"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.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;}
|
|
Loading…
Add table
Add a link
Reference in a new issue