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

Unified Diff: remoting/webapp/app_remoting/html/template_loading_window.html

Issue 1081813007: Make loading dialog prettier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer feedback. 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 side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/app_remoting/html/template_loading_window.html
diff --git a/remoting/webapp/base/html/template_message_window.html b/remoting/webapp/app_remoting/html/template_loading_window.html
similarity index 50%
copy from remoting/webapp/base/html/template_message_window.html
copy to remoting/webapp/app_remoting/html/template_loading_window.html
index 2b34551aebe05ec67cdb7353fa03018bdaf9550d..b69432e3ce5a2db397411df04c09b427673fe560 100644
--- a/remoting/webapp/base/html/template_message_window.html
+++ b/remoting/webapp/app_remoting/html/template_loading_window.html
@@ -10,19 +10,22 @@ found in the LICENSE file.
<meta charset="utf-8">
<link rel="stylesheet" href="open_sans.css">
<link rel="stylesheet" href="main.css">
- <link rel="stylesheet" href="message_window.css">
+ <link rel="stylesheet" href="loading_window.css">
<meta-include type="javascript"/>
<title></title>
</head>
<body>
- <h2 id="title"></h2>
- <p id="infobox" class="information-box"></p>
- <p id="message"></p>
- <div class="button-row">
- <button id="button-primary" autofocus="autofocus"></button>
- <button id="button-secondary"></button>
+ <img src="loading_splash.png" id="splash-image">
+ <div class="message-container">
+ <div id="title" hidden></div>
+ <p id="infobox" class="information-box"></p>
+ <div class="button-row">
+ <span id="message"></span>
+ <button id="button-primary" autofocus="autofocus"></button>
+ <button id="button-secondary"></button>
+ </div>
</div>
</body>
</html>
« no previous file with comments | « remoting/webapp/app_remoting/html/loading_window.css ('k') | remoting/webapp/app_remoting/js/loading_window.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698