Skip to content

Commit

Permalink
Merge pull request #2466 from Automattic/update/editor-tinymce-bar
Browse files Browse the repository at this point in the history
Editor: update visual design of TinyMCE toolbar.
  • Loading branch information
mtias committed Jan 20, 2016
2 parents b51cc40 + 85a62dc commit eceb0b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/components/tinymce/plugins/advanced/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
.mce-toolbar .mce-btn-group .mce-advanced.mce-btn.mce-last {
position: absolute;
top: 3px;
right: 14px;
}

.mce-toolbar .mce-btn-group .mce-btn.mce-active.mce-advanced {
Expand Down
6 changes: 6 additions & 0 deletions client/components/tinymce/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
border-width: 1px 0;
padding: 0;
overflow-x: auto;
margin: 0 auto;

@include breakpoint( ">960px" ) {
border-width: 1px;
max-width: 700px;
}
}

.mce-toolbar .mce-ico {
Expand Down
2 changes: 1 addition & 1 deletion client/post-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
}

@include breakpoint( ">1040px" ) {
right: 0;
right: -1px;
}
}

Expand Down

0 comments on commit eceb0b9

Please sign in to comment.