mirror of
https://github.com/moodle/moodle.git
synced 2025-04-04 16:04:00 +02:00
MDL-48350 theme_bootstrapbase: restyle action icons in docked blocks
This commit is contained in:
parent
919b9dfabd
commit
d847581601
@ -110,6 +110,8 @@ body.has_dock {
|
||||
font-size: 1.1em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
float: left;
|
||||
max-width: 85%;
|
||||
}
|
||||
.commands {
|
||||
display: block;
|
||||
|
@ -16639,6 +16639,8 @@ body.has_dock div#dock {
|
||||
font-size: 1.1em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
float: left;
|
||||
max-width: 85%;
|
||||
}
|
||||
#dockeditempanel .dockeditempanel_hd .commands {
|
||||
display: block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user