mirror of
https://github.com/moodle/moodle.git
synced 2025-04-26 02:44:13 +02:00
Merged CSS improvements for MyMoodle from stable
This commit is contained in:
parent
d6da4a1aeb
commit
854c0e06a3
@ -17,6 +17,7 @@
|
||||
grades
|
||||
login
|
||||
message
|
||||
mymoodle
|
||||
question
|
||||
tabs
|
||||
user
|
||||
@ -515,19 +516,27 @@ body#grade-index .grades .header {
|
||||
font-size:1.1em;
|
||||
}
|
||||
|
||||
/***
|
||||
*** MyMoodle
|
||||
***/
|
||||
|
||||
.my .courseboxcontent .overview .info {
|
||||
font-size:0.7em;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Question
|
||||
***/
|
||||
|
||||
.que .no {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.que .grade {
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.que .history {
|
||||
font-size:75%;
|
||||
font-size:75%;
|
||||
}
|
||||
|
||||
/***
|
||||
|
@ -1114,6 +1114,20 @@ body#message-messages {
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** MyMoodle
|
||||
***/
|
||||
|
||||
.my .courseboxcontent .overview .info {
|
||||
margin-left:20px;
|
||||
}
|
||||
|
||||
.my .courseboxcontent .overview {
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Question
|
||||
***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user