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

Side by Side Diff: chrome/browser/resources/md_bookmarks/bookmarks.html

Issue 2962923003: [MD Bookmarks] Add drag and drop indicator. (Closed)
Patch Set: Created 3 years, 5 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 <!doctype html> 1 <!doctype html>
2 <html dir="$i18n{textdirection}" lang="$i18n{language}"> 2 <html dir="$i18n{textdirection}" lang="$i18n{language}">
3 <head> 3 <head>
4 <meta charset="utf8"> 4 <meta charset="utf8">
5 <title>$i18n{title}</title> 5 <title>$i18n{title}</title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
7 <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> 7 <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
8 <style> 8 <style>
9 html, 9 html,
10 body { 10 body {
11 background: var(--md-background-color); 11 background: var(--md-background-color);
12 height: 100%; 12 height: 100%;
13 margin: 0; 13 margin: 0;
14 overflow: hidden;
14 } 15 }
15 </style> 16 </style>
16 </head> 17 </head>
17 <body> 18 <body>
18 <bookmarks-app></bookmarks-app> 19 <bookmarks-app></bookmarks-app>
19 20
20 <link rel="import" href="chrome://resources/html/load_time_data.html"> 21 <link rel="import" href="chrome://resources/html/load_time_data.html">
21 <script src="chrome://bookmarks/strings.js"></script> 22 <script src="chrome://bookmarks/strings.js"></script>
22 <link rel="import" href="chrome://bookmarks/app.html"> 23 <link rel="import" href="chrome://bookmarks/app.html">
23 </body> 24 </body>
24 </html> 25 </html>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_bookmarks/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698