mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-41716 atto - Fix resizing inconsistencies between editor modes
This commit is contained in:
parent
83f26f6407
commit
9cc23e2692
@ -1,11 +1,15 @@
|
|||||||
div.editor_atto {
|
div.editor_atto {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px solid #BBB;
|
border: 1px solid #BBB;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor_atto + textarea {
|
.editor_atto + textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
resize: vertical;
|
||||||
|
border-radius: 0;
|
||||||
|
border: 1px solid #BBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.editor_atto_toolbar {
|
div.editor_atto_toolbar {
|
||||||
@ -15,6 +19,7 @@ div.editor_atto_toolbar {
|
|||||||
border-top: 1px solid #BBB;
|
border-top: 1px solid #BBB;
|
||||||
border-left: 1px solid #BBB;
|
border-left: 1px solid #BBB;
|
||||||
border-right: 1px solid #BBB;
|
border-right: 1px solid #BBB;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.editor_atto_toolbar button {
|
div.editor_atto_toolbar button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user