mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-41912 atto: Add a little padding to the editor content area
This commit is contained in:
parent
7f3836d15a
commit
2bc4212209
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
div.editor_atto {
|
div.editor_atto {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px solid #BBB;
|
border: 1px solid #BBB;
|
||||||
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor_atto + textarea {
|
.editor_atto + textarea {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue