Skip to content

Commit

Permalink
Merge branch 'MDL-41716-master' of git://github.com/phalacee/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Sep 23, 2013
2 parents b3af3bb + 9cc23e2 commit 96218d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/editor/atto/styles.css
@@ -1,11 +1,15 @@
div.editor_atto {
background-color: white;
border: 1px solid #BBB;
width: 100%;
}

.editor_atto + textarea {
width: 100%;
padding: 0;
resize: vertical;
border-radius: 0;
border: 1px solid #BBB;
}

div.editor_atto_toolbar {
Expand All @@ -15,6 +19,7 @@ div.editor_atto_toolbar {
border-top: 1px solid #BBB;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
width: 100%;
}

div.editor_atto_toolbar button {
Expand Down

0 comments on commit 96218d0

Please sign in to comment.