Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
for items in toolbar, make core-fit to also reset margin to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Apr 29, 2014
1 parent 71046f4 commit e3aa17e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion core-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN

/*@polyfill :host > .toolbar-tools > *, :host > .toolbar-tools-middle > *, :host > .toolbar-tools-bottom > * */
::content > * {
margin: 0px 8px 0 8px;
margin: 0px 8px;
}

/*@polyfill :host .core-fit, :host [core-fit] */
::content > .core-fit, ::content > [core-fit] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0;
}

/*@polyfill :host .indent */
Expand Down

0 comments on commit e3aa17e

Please sign in to comment.