| 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 1961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1972 margin-bottom: 6px; | 1972 margin-bottom: 6px; |
| 1973 margin-top: 6px; | 1973 margin-top: 6px; |
| 1974 min-width: 32px; | 1974 min-width: 32px; |
| 1975 padding: 6px; | 1975 padding: 6px; |
| 1976 width: 32px; | 1976 width: 32px; |
| 1977 } | 1977 } |
| 1978 | 1978 |
| 1979 #centeredContent { | 1979 #centeredContent { |
| 1980 display: flex; | 1980 display: flex; |
| 1981 flex: 1 1 0; | 1981 flex: 1 1 0; |
| 1982 justify-content: center; |
| 1982 } | 1983 } |
| 1983 | 1984 |
| 1984 #rightContent { | 1985 #rightContent { |
| 1985 -webkit-margin-end: 12px; | 1986 -webkit-margin-end: 12px; |
| 1986 } | 1987 } |
| 1987 | 1988 |
| 1988 :host([narrow_]) #centeredContent { | 1989 :host([narrow_]) #centeredContent { |
| 1989 justify-content: flex-end; | 1990 justify-content: flex-end; |
| 1990 } | 1991 } |
| 1991 | 1992 |
| (...skipping 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3804 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> | 3805 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> |
| 3805 </history-side-bar> | 3806 </history-side-bar> |
| 3806 </app-drawer> | 3807 </app-drawer> |
| 3807 </template> | 3808 </template> |
| 3808 | 3809 |
| 3809 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 3810 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
| 3810 </iron-media-query> | 3811 </iron-media-query> |
| 3811 </template> | 3812 </template> |
| 3812 </dom-module> | 3813 </dom-module> |
| 3813 <script src="app.crisper.js"></script></body></html> | 3814 <script src="app.crisper.js"></script></body></html> |
| OLD | NEW |