mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-36629 usability: CSS adaptations for Workshop
This commit is contained in:
parent
01d1bb3a23
commit
94972ccae1
2 changed files with 9 additions and 1 deletions
|
@ -285,11 +285,16 @@
|
|||
background-color: #e7f1c3;
|
||||
}
|
||||
|
||||
.path-mod-workshop .userplan th .actions {
|
||||
display: inline;
|
||||
}
|
||||
.path-mod-workshop .userplan tr.phasetasks li {
|
||||
background-image: url([[pix:mod_workshop|userplan/task-todo]]);
|
||||
background-position: top left;
|
||||
background-repeat: no-repeat;
|
||||
list-style-type: none;
|
||||
min-height: 16px;
|
||||
margin: .3em 0;
|
||||
}
|
||||
|
||||
.path-mod-workshop .userplan tr.phasetasks li.completed {
|
||||
|
@ -557,3 +562,5 @@
|
|||
margin: 2em auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.path-mod-workshop .workshop-risk-dataloss { vertical-align: text-bottom; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue