Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f09119e
)
MDL-41235 atto - Matching the width of the html view to the wysiwyg view
author
Jason Fowler
<phalacee@gmail.com>
Fri, 30 Aug 2013 07:23:31 +0000
(15:23 +0800)
committer
Jason Fowler
<phalacee@gmail.com>
Tue, 10 Sep 2013 06:13:14 +0000
(14:13 +0800)
lib/editor/atto/styles.css
patch
|
blob
|
blame
|
history
diff --git
a/lib/editor/atto/styles.css
b/lib/editor/atto/styles.css
index
437ae34
..
a6dcb45
100644
(file)
--- a/
lib/editor/atto/styles.css
+++ b/
lib/editor/atto/styles.css
@@
-3,6
+3,11
@@
div.editor_atto {
border: 1px solid #444;
}
+.editor_atto + textarea {
+ width: 100%;
+ padding: 0;
+}
+
div.editor_atto_toolbar {
display: block;
}
@@
-69,3
+74,4
@@
body.dir-rtl div.editor_atto_toolbar button.atto_indent_button {
display: block;
margin: 5px;
}
+