Merge branch 'MDL-71603-master' of git://github.com/rezaies/moodle

This commit is contained in:
Sara Arjona 2021-08-23 17:04:26 +02:00
commit d91e9ccee8
16 changed files with 185 additions and 77 deletions

View file

@ -80,6 +80,14 @@ div.editor_atto_toolbar div.atto_group {
background: #fff;
}
div.editor_atto_toolbar .atto_toolbar_row {
margin: 6px 0 -3px 5px;
display: table;
div.atto_group {
margin: 3px 5px 3px 4px;
}
}
.editor_atto_content img {
resize: both;
overflow: auto;

View file

@ -159,6 +159,7 @@ a:not([class]),
.btn-link,
.nav-link,
.editor_atto_toolbar button,
.editor_atto_toolbar .atto_toolbar_row,
[role="button"],
.list-group-item-action,
input[type="checkbox"],

View file

@ -9786,6 +9786,8 @@ a:not([class]):focus:hover,
.nav-link:focus,
.editor_atto_toolbar button.focus,
.editor_atto_toolbar button:focus,
.editor_atto_toolbar .atto_toolbar_row.focus,
.editor_atto_toolbar .atto_toolbar_row:focus,
[role="button"].focus,
[role="button"]:focus,
.list-group-item-action.focus,
@ -9817,6 +9819,7 @@ button.close:focus,
.btn-link:focus:hover,
.nav-link:focus:hover,
.editor_atto_toolbar button:focus:hover,
.editor_atto_toolbar .atto_toolbar_row:focus:hover,
[role="button"]:focus:hover,
.list-group-item-action:focus:hover,
input[type="checkbox"]:focus:hover,
@ -19677,6 +19680,12 @@ div.editor_atto_toolbar div.atto_group {
margin: 9px 0 0 9px;
background: #fff; }
div.editor_atto_toolbar .atto_toolbar_row {
margin: 6px 0 -3px 5px;
display: table; }
div.editor_atto_toolbar .atto_toolbar_row div.atto_group {
margin: 3px 5px 3px 4px; }
.editor_atto_content img {
resize: both;
overflow: auto; }

View file

@ -9998,6 +9998,8 @@ a:not([class]):focus:hover,
.nav-link:focus,
.editor_atto_toolbar button.focus,
.editor_atto_toolbar button:focus,
.editor_atto_toolbar .atto_toolbar_row.focus,
.editor_atto_toolbar .atto_toolbar_row:focus,
[role="button"].focus,
[role="button"]:focus,
.list-group-item-action.focus,
@ -10029,6 +10031,7 @@ button.close:focus,
.btn-link:focus:hover,
.nav-link:focus:hover,
.editor_atto_toolbar button:focus:hover,
.editor_atto_toolbar .atto_toolbar_row:focus:hover,
[role="button"]:focus:hover,
.list-group-item-action:focus:hover,
input[type="checkbox"]:focus:hover,
@ -19867,6 +19870,12 @@ div.editor_atto_toolbar div.atto_group {
margin: 9px 0 0 9px;
background: #fff; }
div.editor_atto_toolbar .atto_toolbar_row {
margin: 6px 0 -3px 5px;
display: table; }
div.editor_atto_toolbar .atto_toolbar_row div.atto_group {
margin: 3px 5px 3px 4px; }
.editor_atto_content img {
resize: both;
overflow: auto; }