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

Commit

Permalink
fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Oct 27, 2014
1 parent 85d9c11 commit 0b617c8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions core-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,19 @@
<core-icon-button icon="menu"></core-icon-button>
</core-toolbar>
When taller, items can pin to either the top (default), middle or bottom. When
using `medium-tall`, the middle and bottom divs overlap, but middleJustify and
bottomJustify attributes are still honored separately.
When `tall`, items can pin to either the top (default), middle or bottom. Use
`middle` class for middle content and `bottom` class for bottom content.
<core-toolbar class="tall">
<core-icon-button icon="menu"></core-icon-button>
<div class="middle indent">Middle Title</div>
<div class="bottom indent">Bottom Title</div>
</core-toolbar>
For `medium-tall` toolbar, the middle and bottom contents overlap and are
pinned to the bottom. But `middleJustify` and `bottomJustify` attributes are
still honored separately.
To make an element completely fit at the bottom of the toolbar, use `fit` along
with `bottom`.
Expand Down

1 comment on commit 0b617c8

@caiowilson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you,
but actually, not working. :(
(the middleJustify part)

Please sign in to comment.