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

Side by Side Diff: remoting/webapp/app_remoting/html/template_lg.html

Issue 972833002: Apply a prettier background for platforms that don't support shaped windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file. Created 5 years, 9 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 | « remoting/webapp/app_remoting/html/ar_main.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 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html class="full-height"> 8 <html class="full-height">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <link rel="icon" type="image/png" href="icon16.png"> 11 <link rel="icon" type="image/png" href="icon16.png">
12 <link rel="stylesheet" href="open_sans.css"> 12 <link rel="stylesheet" href="ar_main.css">
13 <link rel="stylesheet" href="connection_stats.css"> 13 <link rel="stylesheet" href="connection_stats.css">
14 <link rel="stylesheet" href="context_menu.css"> 14 <link rel="stylesheet" href="context_menu.css">
15 <link rel="stylesheet" href="main.css"> 15 <link rel="stylesheet" href="main.css">
16 <link rel="stylesheet" href="menu_button.css"> 16 <link rel="stylesheet" href="menu_button.css">
17 <link rel="stylesheet" href="open_sans.css">
17 18
18 <meta-include type="javascript"/> 19 <meta-include type="javascript"/>
19 20
20 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title> 21 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title>
21 </head> 22 </head>
22 23
23 <body class="full-height"> 24 <body class="full-height">
24 25
25 <div id="host-plugin-container"></div> 26 <div id="host-plugin-container"></div>
26 27
(...skipping 11 matching lines...) Expand all
38 </div> <!-- session-mode --> 39 </div> <!-- session-mode -->
39 40
40 <meta-include src="webapp/app_remoting/html/context_menu.html"/> 41 <meta-include src="webapp/app_remoting/html/context_menu.html"/>
41 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/> 42 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/>
42 43
43 <div id="statistics" dir="ltr" class="selectable" hidden> 44 <div id="statistics" dir="ltr" class="selectable" hidden>
44 </div> <!-- statistics --> 45 </div> <!-- statistics -->
45 46
46 </body> 47 </body>
47 </html> 48 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/app_remoting/html/ar_main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698