mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-82211 workshop: Fix icons size
This commit is contained in:
parent
5182744131
commit
a4a71a49ad
@ -7,6 +7,11 @@
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.path-mod-workshop .collapsibleregioncaption img {
|
||||
max-width: 16px;
|
||||
max-height: 16px;
|
||||
}
|
||||
|
||||
.path-mod-workshop div.singlebutton {
|
||||
text-align: center;
|
||||
margin: 0.75em auto;
|
||||
@ -367,8 +372,9 @@
|
||||
background-position: top left;
|
||||
background-repeat: no-repeat;
|
||||
list-style-type: none;
|
||||
min-height: 16px;
|
||||
margin: .3em 0;
|
||||
min-height: 20px;
|
||||
margin: .2em 0;
|
||||
background-size: 15px;
|
||||
}
|
||||
|
||||
.dir-rtl.path-mod-workshop .userplan dd.phasetasks li {
|
||||
|
Loading…
x
Reference in New Issue
Block a user