mirror of
https://github.com/moodle/moodle.git
synced 2025-05-13 19:56:25 +02:00
MDL-35583 - blocks header and footer right align fixes, profile picture right align (update)
This commit is contained in:
parent
7d1bc86e0b
commit
b801e460d9
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user