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

Side by Side Diff: chrome/browser/resources/bookmark_manager/main.html

Issue 1076093002: Minimize flicker by adding a   to nodes that will have (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ::after -> ::before Created 5 years, 8 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 i18n-values="dir:textdirection;lang:language"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <!-- 3 <!--
4 4
5 Copyright (c) 2012 The Chromium Authors. All rights reserved. 5 Copyright (c) 2012 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be 6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file. 7 found in the LICENSE file.
8 8
9 --> 9 -->
10 <head> 10 <head>
11 <meta name="google" value="notranslate"> 11 <meta name="google" value="notranslate">
12 <meta charset="utf-8"> 12 <meta charset="utf-8">
13 <title i18n-content="title"></title> 13 <title i18n-content="title"></title>
14 14
15 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 15 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
16 <link rel="stylesheet" href="chrome://resources/css/i18n_process.css">
16 <link rel="stylesheet" href="chrome://resources/css/list.css"> 17 <link rel="stylesheet" href="chrome://resources/css/list.css">
17 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 18 <link rel="stylesheet" href="chrome://resources/css/tree.css">
18 <link rel="stylesheet" href="chrome://resources/css/menu.css"> 19 <link rel="stylesheet" href="chrome://resources/css/menu.css">
19 <link rel="stylesheet" href="chrome://resources/css/menu_button.css"> 20 <link rel="stylesheet" href="chrome://resources/css/menu_button.css">
20 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 21 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
21 <link rel="stylesheet" href="css/bmm.css"> 22 <link rel="stylesheet" href="css/bmm.css">
22 23
23 <script src="chrome://resources/css/tree.css.js"></script> 24 <script src="chrome://resources/css/tree.css.js"></script>
24 <script src="css/bmm.css.js"></script> 25 <script src="css/bmm.css.js"></script>
25 <script src="chrome://resources/js/event_tracker.js"></script> 26 <script src="chrome://resources/js/event_tracker.js"></script>
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 <button command="#delete-command"></button> 199 <button command="#delete-command"></button>
199 <button command="#undo-delete-command"></button> 200 <button command="#undo-delete-command"></button>
200 <hr> 201 <hr>
201 <button command="#add-new-bookmark-command"></button> 202 <button command="#add-new-bookmark-command"></button>
202 <button command="#new-folder-command"></button> 203 <button command="#new-folder-command"></button>
203 </cr-menu> 204 </cr-menu>
204 205
205 <script src="js/main.js"></script> 206 <script src="js/main.js"></script>
206 </body> 207 </body>
207 </html> 208 </html>
OLDNEW
« no previous file with comments | « no previous file | ui/webui/resources/css/chrome_shared.css » ('j') | ui/webui/resources/css/i18n_process.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698