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 1939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1950 flex: 1; | 1950 flex: 1; |
1951 font-size: 123%; | 1951 font-size: 123%; |
1952 font-weight: 400; | 1952 font-weight: 400; |
1953 text-overflow: ellipsis; | 1953 text-overflow: ellipsis; |
1954 overflow: hidden; | 1954 overflow: hidden; |
1955 white-space: nowrap; | 1955 white-space: nowrap; |
1956 } | 1956 } |
1957 | 1957 |
1958 #leftContent { | 1958 #leftContent { |
1959 -webkit-margin-start: 12px; | 1959 -webkit-margin-start: 12px; |
| 1960 position: relative; |
1960 transition: opacity 100ms; | 1961 transition: opacity 100ms; |
1961 } | 1962 } |
1962 | 1963 |
1963 #leftSpacer { | 1964 #leftSpacer { |
1964 -webkit-margin-start: 6px; | 1965 -webkit-margin-start: 6px; |
1965 align-items: center; | 1966 align-items: center; |
1966 display: flex; | 1967 display: flex; |
1967 } | 1968 } |
1968 | 1969 |
1969 #menuButton { | 1970 #menuButton { |
(...skipping 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3803 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> | 3804 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> |
3804 </history-side-bar> | 3805 </history-side-bar> |
3805 </app-drawer> | 3806 </app-drawer> |
3806 </template> | 3807 </template> |
3807 | 3808 |
3808 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 3809 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
3809 </iron-media-query> | 3810 </iron-media-query> |
3810 </template> | 3811 </template> |
3811 </dom-module> | 3812 </dom-module> |
3812 <script src="app.crisper.js"></script></body></html> | 3813 <script src="app.crisper.js"></script></body></html> |
OLD | NEW |