mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-19124 Continued misc user profile cleanups
- fixed user styles in base theme - added new divs for better control on user profile and user index pages - reduced data on course user profiles down to minimum - removed user/tabs.php completely and all uses of it - changed default user icon pix to something very bland (bye bye smiley cake)
This commit is contained in:
parent
db1a1c0d9e
commit
99cca8470e
19 changed files with 106 additions and 540 deletions
|
@ -1,6 +1,22 @@
|
|||
/*$$$$$$$$$$$$$$$$$ User $$$$$$$$$$$$$$$$$$$$*/
|
||||
|
||||
.userprofile .fullprofilelink {text-align:center; margin:10px;}
|
||||
.userprofile .profilepicture {float:left; margin-right:20px;}
|
||||
.userprofile .description {margin-bottom:20px;}
|
||||
|
||||
.user-box {margin:8px;width:115px;height:160px;text-align:center;float:left;clear: none;}
|
||||
|
||||
.userlist #showall {margin: 10px 0px;}
|
||||
.userlist .buttons {text-align: center;}
|
||||
.userlist table#participants {text-align:center;}
|
||||
.userlist table#participants td,
|
||||
.userlist table#participants th {vertical-align: middle;text-align: left;padding: 4px;}
|
||||
.userlist table.controls {width: 100%;}
|
||||
.userlist table.controls tr {vertical-align: top;}
|
||||
.userlist table.controls td.right,
|
||||
.userlist table.controls td.left {padding: 4px;}
|
||||
.userlist table.controls .right {text-align: right;}
|
||||
|
||||
.userinfobox {width:100%;border:1px solid;border-collapse: separate;padding:10px;}
|
||||
.userinfobox .left,
|
||||
.userinfobox .side {width: 100px;vertical-align: top;}
|
||||
|
@ -14,24 +30,7 @@
|
|||
.groupinfobox {border:1px solid;}
|
||||
.groupinfobox .left {padding: 10px;width: 100px;vertical-align: top;}
|
||||
|
||||
.iplookup #note,
|
||||
#course-participation h2,
|
||||
#user-index .rolesform,
|
||||
#user-view .buttons,
|
||||
#user-index .buttons {text-align: center;}
|
||||
#user-view .buttons form,
|
||||
#user-view .buttons form div {display:inline;}
|
||||
|
||||
#user-index #showall {margin: 10px 0px;}
|
||||
#user-index table#participants,
|
||||
#user-index table#participants td,
|
||||
#user-index table#participants th {vertical-align: middle;text-align: left;padding: 4px;}
|
||||
#user-index table.controls {width: 100%;}
|
||||
#user-index table.controls tr {vertical-align: top;}
|
||||
#user-index table.controls td.right,
|
||||
#user-index table.controls td.left {padding: 4px;}
|
||||
#user-index table.controls .right {text-align: right;}
|
||||
#course-participation #showall {text-align:center;margin: 10px 0px;}
|
||||
.course-participation #showall {text-align:center;margin: 10px 0px;}
|
||||
#user-policy .noticebox {text-align:center;margin-left:auto;margin-right:auto;margin-bottom:10px;width:80%;height:250px;}
|
||||
#user-policy #policyframe {width:100%;height:100%;}
|
||||
.iplookup #map {margin:auto;}
|
||||
|
@ -40,4 +39,4 @@
|
|||
.userselector div {margin-top: 0.2em;}
|
||||
.userselector div label {margin-right: 0.3em;}
|
||||
#userselector_options .collapsibleregioncaption {font-weight: bold;}
|
||||
#userselector_options p {margin:0.2em 0;text-align:left;}
|
||||
#userselector_options p {margin:0.2em 0;text-align:left;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue