Skip to content

Commit

Permalink
Merge branch 'MDL-41989-master' of git://github.com/phalacee/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Oct 1, 2013
2 parents c7b6b27 + 0c9070c commit 3a3e3fa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/editor/atto/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@
div.editor_atto_toolbar {
display: block;
background: #F2F2F2;
min-height: 42px;
min-height: 35px;
border: 1px solid #BBB;
width: 100%;
padding: 0 0 9px 0;
}

div.editor_atto_toolbar button {
padding: 5px 9px 4px 9px;
padding: 3px 9px;
background: none;
border: 0px;
margin: 0;
border-radius: 0;
cursor: pointer;
}

div.editor_atto_toolbar button + button {
Expand All @@ -44,6 +45,10 @@ div.editor_atto_toolbar button[disabled] {
opacity: .45;
}

div.editor_atto_toolbar button:active {
background: #B7D6FF;
}

div.editor_atto_toolbar button img {
padding: 1px;
}
Expand Down

0 comments on commit 3a3e3fa

Please sign in to comment.