mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-10181, user management improvements fixes
This commit is contained in:
parent
0a5a42ed76
commit
c55dee3fa9
12 changed files with 127 additions and 109 deletions
|
@ -2377,10 +2377,9 @@ body#message-messages {
|
|||
***/
|
||||
.notepost {
|
||||
margin-bottom: 1em;
|
||||
background-color: #F0F0F0;
|
||||
background-color: #EEE;
|
||||
}
|
||||
.sitenotepost {
|
||||
background-color: #FFFFF0;
|
||||
}
|
||||
.coursenotepost {
|
||||
}
|
||||
|
@ -2393,6 +2392,8 @@ body#message-messages {
|
|||
}
|
||||
|
||||
.notepost .header {
|
||||
background: #DDD;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.notepost .user {
|
||||
|
@ -2401,22 +2402,19 @@ body#message-messages {
|
|||
|
||||
.notepost .userpicture {
|
||||
float: left;
|
||||
margin: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.notepost .rating5 {
|
||||
color: red;
|
||||
}
|
||||
.notepost .rating1 {
|
||||
color: orange;
|
||||
}
|
||||
.notepost .info, .notepost .rating {
|
||||
|
||||
.notepost .info {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.notepost .content {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.notepost .footer {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue