mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-28566 - Fix for participants user details
This commit is contained in:
parent
e63ae067f4
commit
16c0dd2b1a
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
.userinfobox .userpicture {width: 100px;height: 100px;}
|
||||
.userinfobox .content {vertical-align: top;}
|
||||
.userinfobox .links {width: 100px;padding: 5px;vertical-align: bottom;}
|
||||
.userinfobox .links a {display: block;} /* MDL-28566 FIX for participants user details */
|
||||
.userinfobox .list td {padding: 3px;}
|
||||
.userinfobox .username {padding-bottom: 20px;font-weight: bold;}
|
||||
.userinfobox td.label {text-align:right;white-space: nowrap;vertical-align: top;font-weight:bold;}
|
||||
|
@ -49,6 +50,6 @@
|
|||
/** Overide for RTL layout **/
|
||||
.dir-rtl .userprofile .profilepicture {float:right; margin-left:20px;margin-right:0px;}
|
||||
.dir-rtl .descriptionbox {margin-right: 110px;margin-left: 0px; }
|
||||
.dir-rtl .userlist table#participants td,
|
||||
.dir-rtl .userlist table#participants td,
|
||||
.dir-rtl .userlist table#participants th {text-align: right;}
|
||||
.dir-rtl .userlist table#participants {margin: 0 auto;}
|
Loading…
Add table
Add a link
Reference in a new issue