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

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

Issue 2639893006: [MD Bookmarks] Add lines between items and no search results message. (Closed)
Patch Set: Fix css on separator line 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 <!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 <link rel="import" href="chrome://resources/html/load_time_data.html">
9 <script src="chrome://bookmarks/strings.js"></script>
8 <link rel="import" href="chrome://bookmarks/app.html"> 10 <link rel="import" href="chrome://bookmarks/app.html">
9 <style> 11 <style>
10 html, 12 html,
11 body { 13 body {
12 background: var(--md-background-color); 14 background: var(--md-background-color);
13 height: 100%; 15 height: 100%;
14 margin: 0; 16 margin: 0;
15 } 17 }
16 </style> 18 </style>
17 </head> 19 </head>
18 <body> 20 <body>
19 <bookmarks-app></bookmarks-app> 21 <bookmarks-app></bookmarks-app>
20 </body> 22 </body>
21 </html> 23 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.html ('k') | chrome/browser/resources/md_bookmarks/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698