3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
4 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6 The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7 Code distributed by Google as part of the polymer project is also
8 subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
12 <title>core-toolbar
</title>
14 <script src=
"../platform/platform.js"></script>
16 <link rel=
"import" href=
"core-toolbar.html">
17 <link rel=
"import" href=
"../core-icon-button/core-icon-button.html">
19 <style shim-shadowdom
>
22 font-family: sans-serif;
26 background-color: #CFA0E9;
29 core-toolbar.dark-theme {
30 background-color: #
7D25AC;
41 <core-icon-button icon=
"menu"></core-icon-button>
42 <span flex
>Toolbar
</span>
43 <core-icon-button icon=
"refresh"></core-icon-button>
44 <core-icon-button icon=
"add"></core-icon-button>
49 <core-toolbar class=
"dark-theme">
50 <core-icon-button icon=
"menu"></core-icon-button>
51 <span flex
>Toolbar: dark-theme
</span>
52 <core-icon-button icon=
"refresh"></core-icon-button>
53 <core-icon-button icon=
"add"></core-icon-button>
58 <core-toolbar class=
"tall">
59 <core-icon-button icon=
"menu"></core-icon-button>
60 <span flex
>Toolbar: tall
</span>
61 <core-icon-button icon=
"refresh"></core-icon-button>
62 <core-icon-button icon=
"add"></core-icon-button>
67 <core-toolbar class=
"tall">
68 <core-icon-button icon=
"menu" class=
"bottom"></core-icon-button>
69 <span flex
class=
"bottom">Toolbar: tall with elements pin to the bottom
</span>
70 <core-icon-button icon=
"refresh" class=
"bottom"></core-icon-button>
71 <core-icon-button icon=
"add" class=
"bottom"></core-icon-button>
76 <core-toolbar class=
"medium-tall">
77 <core-icon-button icon=
"menu"></core-icon-button>
79 <core-icon-button icon=
"refresh"></core-icon-button>
80 <core-icon-button icon=
"add"></core-icon-button>
81 <span class=
"bottom indent">Toolbar: medium-tall with label aligns to the bottom
</span>
86 <core-toolbar class=
"tall">
87 <core-icon-button icon=
"menu"></core-icon-button>
89 <core-icon-button icon=
"refresh"></core-icon-button>
90 <core-icon-button icon=
"add"></core-icon-button>
91 <div class=
"middle indent">label aligns to the middle
</div>
92 <div class=
"bottom indent" style=
"color: #666; font-size: 18px;">some stuffs align to the bottom
</div>
97 <core-toolbar class=
"tall">
98 <core-icon-button icon=
"menu"></core-icon-button>
100 <core-icon-button icon=
"refresh"></core-icon-button>
101 <core-icon-button icon=
"add"></core-icon-button>
102 <div class=
"middle indent">element (e.g. progress) fits at the bottom of the toolbar
</div>
103 <div class=
"bottom fit" style=
"height: 20px; background-color: #0f9d58;"></div>