| OLD | NEW |
| 1 <html><head><!-- | 1 <html><head><!-- |
| 2 @license | 2 @license |
| 3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. | 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.g
ithub.io/LICENSE.txt | 4 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt |
| 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.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/CONTRI
BUTORS.txt | 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt |
| 7 Code distributed by Google as part of the polymer project is also | 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/PATEN
TS.txt | 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt |
| 9 --><!-- | 9 --><!-- |
| 10 @license | 10 @license |
| (...skipping 2829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2840 :host(:not([narrow_])) h1 { | 2840 :host(:not([narrow_])) h1 { |
| 2841 ; | 2841 ; |
| 2842 } | 2842 } |
| 2843 | 2843 |
| 2844 :host(:not([narrow_])) #leftContent { | 2844 :host(:not([narrow_])) #leftContent { |
| 2845 max-width: calc((100% - var(--cr-toolbar-field-width) - 18px) / 2); | 2845 max-width: calc((100% - var(--cr-toolbar-field-width) - 18px) / 2); |
| 2846 ; | 2846 ; |
| 2847 } | 2847 } |
| 2848 | 2848 |
| 2849 :host(:not([narrow_])) #rightContent { | 2849 :host(:not([narrow_])) #rightContent { |
| 2850 position: var(--cr-toolbar-right-content-wide_-_position); right: var(--cr-too
lbar-right-content-wide_-_right); | 2850 position: var(--cr-toolbar-right-content-wide_-_position); left: var(--cr-tool
bar-right-content-wide_-_left); right: var(--cr-toolbar-right-content-wide_-_rig
ht); |
| 2851 } | 2851 } |
| 2852 | 2852 |
| 2853 :host([narrow_]) #centeredContent { | 2853 :host([narrow_]) #centeredContent { |
| 2854 justify-content: flex-end; | 2854 justify-content: flex-end; |
| 2855 } | 2855 } |
| 2856 | 2856 |
| 2857 :host([narrow_][showing-search_]) #leftContent { | 2857 :host([narrow_][showing-search_]) #leftContent { |
| 2858 opacity: 0; | 2858 opacity: 0; |
| 2859 } | 2859 } |
| 2860 | 2860 |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3089 background: rgb(68, 136, 255); | 3089 background: rgb(68, 136, 255); |
| 3090 } | 3090 } |
| 3091 | 3091 |
| 3092 #toolbar-container { | 3092 #toolbar-container { |
| 3093 height: var(--toolbar-height); | 3093 height: var(--toolbar-height); |
| 3094 } | 3094 } |
| 3095 | 3095 |
| 3096 cr-toolbar { | 3096 cr-toolbar { |
| 3097 --cr-toolbar-field-end-padding: 0; | 3097 --cr-toolbar-field-end-padding: 0; |
| 3098 --cr-toolbar-field-margin: var(--side-bar-width); | 3098 --cr-toolbar-field-margin: var(--side-bar-width); |
| 3099 --cr-toolbar-right-content-wide_-_position: absolute; --cr-toolbar-righ
t-content-wide_-_right: 0;; | 3099 --cr-toolbar-right-content-wide_-_position: absolute; --cr-toolbar-righ
t-content-wide_-_right: 0; --cr-toolbar-right-content-wide_-_left: initial;; |
| 3100 } |
| 3101 |
| 3102 :host-context([dir=rtl]) cr-toolbar { |
| 3103 --cr-toolbar-right-content-wide_-_position: absolute; --cr-toolbar-right-cont
ent-wide_-_left: 0; --cr-toolbar-right-content-wide_-_right: initial;; |
| 3100 } | 3104 } |
| 3101 | 3105 |
| 3102 :host([has-drawer]) cr-toolbar { | 3106 :host([has-drawer]) cr-toolbar { |
| 3103 --cr-toolbar-field-margin: 0; | 3107 --cr-toolbar-field-margin: 0; |
| 3104 } | 3108 } |
| 3105 | 3109 |
| 3106 cr-toolbar .more-actions { | 3110 cr-toolbar .more-actions { |
| 3107 -webkit-margin-end: 12px; | 3111 -webkit-margin-end: 12px; |
| 3108 } | 3112 } |
| 3109 | 3113 |
| (...skipping 2089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5199 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]"
route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> | 5203 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]"
route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> |
| 5200 </history-side-bar> | 5204 </history-side-bar> |
| 5201 </app-drawer> | 5205 </app-drawer> |
| 5202 </template> | 5206 </template> |
| 5203 | 5207 |
| 5204 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 5208 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
| 5205 </iron-media-query> | 5209 </iron-media-query> |
| 5206 </template> | 5210 </template> |
| 5207 </dom-module> | 5211 </dom-module> |
| 5208 <script src="app.crisper.js"></script></body></html> | 5212 <script src="app.crisper.js"></script></body></html> |
| OLD | NEW |