e154e9d8cd
Conflicts: lib/editor/atto/plugins/image/yui/build/moodle-atto_image-button/moodle-atto_image-button-min.js
24 lines
388 B
CSS
24 lines
388 B
CSS
.atto_image_preview {
|
|
max-width: 150px;
|
|
max-height: 150px;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.editor_atto_content img {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.atto_image_size {
|
|
display: inline-block;
|
|
}
|
|
.atto_image_size input[type=checkbox] {
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
.atto_image_size input[type=text] {
|
|
width: 3em;
|
|
}
|
|
.atto_image_size label {
|
|
display: inline-block;
|
|
}
|