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

Side by Side Diff: chrome/browser/resources/local_discovery/local_discovery.html

Issue 339403004: Fix RTL issues with the chrome://devices page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | « chrome/browser/resources/local_discovery/local_discovery.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- TODO(noamsml): i18n before submitting -->
2 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
3 <html> 2 <html i18n-values="dir:textdirection">
4 <head> 3 <head>
5 <meta charset="utf-8"> 4 <meta charset="utf-8">
6 <title i18n-content="devicesTitle"></title> 5 <title i18n-content="devicesTitle"></title>
7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
8 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 7 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
9 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 8 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
10 <link rel="stylesheet" href="local_discovery.css"> 9 <link rel="stylesheet" href="local_discovery.css">
11 10
12 <script src="chrome://resources/js/cr.js"></script> 11 <script src="chrome://resources/js/cr.js"></script>
13 <script src="chrome://resources/js/util.js"></script> 12 <script src="chrome://resources/js/util.js"></script>
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 </div> 129 </div>
131 <div id="cloud-devices"> 130 <div id="cloud-devices">
132 131
133 </div> 132 </div>
134 </div> 133 </div>
135 134
136 <script src="chrome://resources/js/i18n_template2.js"></script> 135 <script src="chrome://resources/js/i18n_template2.js"></script>
137 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 136 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
138 </body> 137 </body>
139 </html> 138 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/local_discovery/local_discovery.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698