Chromium Code Reviews| 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> |