Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2609933003: MD History: Fix position of Clear Browsing Data menu promo (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/vulcanized.html ('k') | ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698