Skip to content

Commit

Permalink
Remove the padding from ToolbarAdd trigger
Browse files Browse the repository at this point in the history
There is extra padding around ToolbarAdd trigger
which causes misaligning of the add button

Fixes #91
  • Loading branch information
ipeychev committed Jan 29, 2015
1 parent 827f504 commit da53662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/yui/src/assets/css/alloy-editor-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
position: relative;
}

.alloy-editor-toolbar-add-trigger {
padding: 0;
}
.alloy-editor-toolbar-add-trigger .alloy-editor-button {
height: 24px;
padding: 5px;
Expand Down
2 changes: 2 additions & 0 deletions src/ui/yui/src/assets/sass/alloy-editor-core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
}

.alloy-editor-toolbar-add-trigger {
padding: 0;

.alloy-editor-button {
height: 24px;
padding: 5px;
Expand Down

0 comments on commit da53662

Please sign in to comment.