mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-65421-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
7e573716bf
1
pix/movehere.svg
Normal file
1
pix/movehere.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="16" viewBox="0 0 80 16"><style>.st0{fill:none;stroke:#000;stroke-width:2;stroke-miterlimit:10}</style><path d="M25.4 1.5h3.5v1h-3.5zM24.4 1.5h1v3h-1zM25.4 14.5v-4h-1v4h.5zM30.4 1.5h3v1h-3zM34.9 1.5h3v1h-3zM24.4 6h1v3h-1zM66.4 1.5h3v1h-3zM57.4 1.5h3v1h-3zM61.9 1.5h3v1h-3zM70.9 1.5h3v1h-3zM48.4 1.5h3v1h-3zM52.9 1.5h3v1h-3zM43.9 1.5h3v1h-3zM39.4 1.5h3v1h-3zM33.9 13.5h3v1h-3zM69.9 13.5h3v1h-3zM77.4 13.5h-3v1h3V14zM65.4 13.5h3v1h-3zM75.4 1.5v1h2V5h1V1.5zM60.9 13.5h3v1h-3z"/><path d="M25 13.5h-.5v1h3.4v-1zM77.4 6.5h1v3h-1zM77.4 13.9v.6h1V11h-1zM38.4 13.5h3v1h-3zM29.4 13.5h3v1h-3zM42.9 13.5h3v1h-3zM56.4 13.5h3v1h-3zM47.4 13.5h3v1h-3zM51.9 13.5h3v1h-3z"/><path class="st0" d="M13 4l4 4-4 4m4-4H2.8"/></svg>
|
After Width: | Height: | Size: 766 B |
@ -500,11 +500,6 @@ li.section.hidden span.commands a.editing_show {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.section img.movetarget {
|
||||
height: 16px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
input.titleeditor {
|
||||
width: 330px;
|
||||
vertical-align: text-bottom;
|
||||
|
@ -39,6 +39,10 @@ $iconsizes: map-merge((
|
||||
height: $icon-big-height;
|
||||
font-size: $icon-big-height;
|
||||
}
|
||||
|
||||
&.movetarget {
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-dark a .icon {
|
||||
|
@ -10567,6 +10567,8 @@ div.editor_atto_toolbar button .icon {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
font-size: 64px; }
|
||||
.icon.movetarget {
|
||||
width: 80px; }
|
||||
|
||||
.navbar-dark a .icon {
|
||||
color: rgba(255, 255, 255, 0.5) !important;
|
||||
@ -12040,10 +12042,6 @@ li.section.hidden span.commands a.editing_show {
|
||||
text-align: center;
|
||||
clear: both; }
|
||||
|
||||
.section img.movetarget {
|
||||
height: 16px;
|
||||
width: 80px; }
|
||||
|
||||
input.titleeditor {
|
||||
width: 330px;
|
||||
vertical-align: text-bottom; }
|
||||
|
@ -10808,6 +10808,8 @@ div.editor_atto_toolbar button .icon {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
font-size: 64px; }
|
||||
.icon.movetarget {
|
||||
width: 80px; }
|
||||
|
||||
.navbar-dark a .icon {
|
||||
color: rgba(255, 255, 255, 0.5) !important;
|
||||
@ -12282,10 +12284,6 @@ li.section.hidden span.commands a.editing_show {
|
||||
text-align: center;
|
||||
clear: both; }
|
||||
|
||||
.section img.movetarget {
|
||||
height: 16px;
|
||||
width: 80px; }
|
||||
|
||||
input.titleeditor {
|
||||
width: 330px;
|
||||
vertical-align: text-bottom; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user