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

Unified Diff: remoting/webapp/me2mom/remoting_session.html

Issue 7078022: Fix up remoting UI to make it closer to spec (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: turned on strict Created 9 years, 7 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/me2mom/remoting_session.html
diff --git a/remoting/webapp/me2mom/remoting_session.html b/remoting/webapp/me2mom/remoting_session.html
index 8059a46f5283193ddaaab661200c04ce952b491b..2ce5f98896632e2e4cc72d308c2e13b910ea13f5 100644
--- a/remoting/webapp/me2mom/remoting_session.html
+++ b/remoting/webapp/me2mom/remoting_session.html
@@ -14,13 +14,15 @@ found in the LICENSE file.
</head>
<body class="remoting_body" onload="init();">
<div id="status_msg_div">
- <span id="status_msg" class="status_msg">Initializing...</span>
Jamie 2011/05/31 18:11:49 It's not clear to me what the purpose of the chang
dmac 2011/06/01 23:01:58 comments added in CSS files.
<input type="button" value="Scale to fit" class="scale_to_fit_toggle"
id="scale_to_fit_toggle" onclick="toggleScaleToFit();"/>
<input type="button" value="Show Debug Log" class="debug_log_toggle"
id="debug_log_toggle" onclick="toggleDebugLog();"/>
+ <span id="status_msg">Initializing...</span>
</div>
- <div id="plugin_scroll_panel" class="plugin-scroll-panel">
+ <div id="status_msg_padding">
+ </div>
+ <div id="plugin_scroll_panel">
<embed name="remoting" id="remoting"
src="about://none" type="pepper-application/x-chromoting">
</div>

Powered by Google App Engine
This is Rietveld 408576698