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

Side by Side Diff: chrome/browser/resources/md_downloads/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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!- - 1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><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 3071 matching lines...) Expand 10 before | Expand all | Expand 10 after
3082 flex: 1; 3082 flex: 1;
3083 font-size: 123%; 3083 font-size: 123%;
3084 font-weight: 400; 3084 font-weight: 400;
3085 text-overflow: ellipsis; 3085 text-overflow: ellipsis;
3086 overflow: hidden; 3086 overflow: hidden;
3087 white-space: nowrap; 3087 white-space: nowrap;
3088 } 3088 }
3089 3089
3090 #leftContent { 3090 #leftContent {
3091 -webkit-margin-start: 12px; 3091 -webkit-margin-start: 12px;
3092 position: relative;
3092 transition: opacity 100ms; 3093 transition: opacity 100ms;
3093 } 3094 }
3094 3095
3095 #leftSpacer { 3096 #leftSpacer {
3096 -webkit-margin-start: 6px; 3097 -webkit-margin-start: 6px;
3097 align-items: center; 3098 align-items: center;
3098 display: flex; 3099 display: flex;
3099 } 3100 }
3100 3101
3101 #menuButton { 3102 #menuButton {
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
3389 <command id="undo-command" shortcut="Meta|z"></command> 3390 <command id="undo-command" shortcut="Meta|z"></command>
3390 <command id="find-command" shortcut="Meta|f"></command> 3391 <command id="find-command" shortcut="Meta|f"></command>
3391 </if> 3392 </if>
3392 <if expr="not is_macosx"> 3393 <if expr="not is_macosx">
3393 <command id="clear-all-command" shortcut="Alt|c"></command> 3394 <command id="clear-all-command" shortcut="Alt|c"></command>
3394 <command id="undo-command" shortcut="Ctrl|z"></command> 3395 <command id="undo-command" shortcut="Ctrl|z"></command>
3395 <command id="find-command" shortcut="Ctrl|f"></command> 3396 <command id="find-command" shortcut="Ctrl|f"></command>
3396 </if> 3397 </if>
3397 <link rel="import" href="chrome://resources/html/polymer.html"> 3398 <link rel="import" href="chrome://resources/html/polymer.html">
3398 <script src="crisper.js"></script></body></html> 3399 <script src="crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698