Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md b/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md
index ef525f4dd6dbc93e97b7a6e1e8fe494451f65a53..997c345c558ad5118a4b1834e0325448e3b04c18 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md
+++ b/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md
@@ -49,3 +49,12 @@ When `tall`, items can pin to either the top (default), middle or bottom. Use
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`.
+
+```html
+<paper-toolbar class="tall">
+ <div id="progressBar" class="bottom fit"></div>
+</paper-toolbar>
+```

Powered by Google App Engine
This is Rietveld 408576698