| 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 3496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3507 -webkit-user-select: none; | 3507 -webkit-user-select: none; |
| 3508 background-color: transparent; | 3508 background-color: transparent; |
| 3509 color: var(--sidebar-unselected-color); | 3509 color: var(--sidebar-unselected-color); |
| 3510 display: flex; | 3510 display: flex; |
| 3511 flex: 1; | 3511 flex: 1; |
| 3512 flex-direction: column; | 3512 flex-direction: column; |
| 3513 padding-top: 8px; | 3513 padding-top: 8px; |
| 3514 } | 3514 } |
| 3515 | 3515 |
| 3516 iron-selector > a { | 3516 iron-selector > a { |
| 3517 font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoothing:
var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper-font-
subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight); line
-height: var(--paper-font-subhead_-_line-height); | 3517 -webkit-margin-end: 4px; |
| 3518 | |
| 3519 -webkit-margin-end: 4px; | |
| 3520 -webkit-padding-start: 24px; | 3518 -webkit-padding-start: 24px; |
| 3521 align-items: center; | 3519 align-items: center; |
| 3522 box-sizing: border-box; | 3520 box-sizing: border-box; |
| 3523 color: inherit; | 3521 color: inherit; |
| 3524 cursor: pointer; | 3522 cursor: pointer; |
| 3525 display: flex; | 3523 display: flex; |
| 3526 font-size: 108%; | |
| 3527 font-weight: 500; | 3524 font-weight: 500; |
| 3528 min-height: 48px; | 3525 min-height: 40px; |
| 3529 position: relative; | 3526 position: relative; |
| 3530 text-decoration: none; | 3527 text-decoration: none; |
| 3531 } | 3528 } |
| 3532 | 3529 |
| 3533 iron-selector > a.iron-selected { | 3530 iron-selector > a.iron-selected { |
| 3534 color: var(--link-color); | 3531 color: var(--link-color); |
| 3535 } | 3532 } |
| 3536 | 3533 |
| 3537 #spacer { | 3534 #spacer { |
| 3538 flex: 1; | 3535 flex: 1; |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3751 <history-side-bar id="drawer-side-bar" class="drawer-content" selected-p
age="{{selectedPage_}}" show-footer="[[showSidebarFooter]]"> | 3748 <history-side-bar id="drawer-side-bar" class="drawer-content" selected-p
age="{{selectedPage_}}" show-footer="[[showSidebarFooter]]"> |
| 3752 </history-side-bar> | 3749 </history-side-bar> |
| 3753 </dialog> | 3750 </dialog> |
| 3754 </template> | 3751 </template> |
| 3755 | 3752 |
| 3756 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 3753 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
| 3757 </iron-media-query> | 3754 </iron-media-query> |
| 3758 </template> | 3755 </template> |
| 3759 </dom-module> | 3756 </dom-module> |
| 3760 <script src="app.crisper.js"></script></body></html> | 3757 <script src="app.crisper.js"></script></body></html> |
| OLD | NEW |