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

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

Issue 7610001: Made web-app bidi-compatible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 1f322b4b1003ee7e193064e501d0b2c4689bdb30..9b3c1f171ff4fae7ac8cc866bb3af17bd967a31b 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -38,7 +38,7 @@ found in the LICENSE file.
<em>Loading&hellip;</em>
</section> <!-- loading-mode -->
- <div class="top-left"
+ <div class="top-primary"
data-ui-mode="client.unconnected host.unshared"
hidden>
<span id="email-status">
@@ -48,7 +48,7 @@ found in the LICENSE file.
</span>
</div>
- <div class="top-right" data-ui-mode="auth client host">
+ <div class="top-secondary" data-ui-mode="auth client host">
<a href="#" onclick="remoting.toggleDebugLog();"
i18n-content="debugButton"></a>
</div>
@@ -62,7 +62,7 @@ found in the LICENSE file.
<strong id="connected-to"></strong>
<button type="button" onclick="remoting.disconnect();"
i18n-content="disconnectButton"></button>
- <span class="right-align">
+ <span class="end-align">
<button type="button" onclick="remoting.toggleDebugLog();"
i18n-content="debugButton"></button>
<button type="button" onclick="remoting.toggleScaleToFit();"
@@ -116,7 +116,7 @@ found in the LICENSE file.
<div data-ui-mode="host.waiting-for-connection">
<div class="description" i18n-content="instructionsShareAbove"></div>
- <div id="access-code-display"></div>
+ <div id="access-code-display" dir="ltr"></div>
<div id="access-code-countdown-container">
<div id="access-code-countdown" class="expiring" hidden>
<span i18n-content="accessCodeTimer"></span>
@@ -231,7 +231,7 @@ found in the LICENSE file.
<div id="session-mode" data-ui-mode="in-session client" hidden>
</div> <!-- session-mode -->
- <section id="debug-log" hidden>
+ <section id="debug-log" dir="ltr" hidden>
<div id="statistics">
</div>
<div id="debug-messages">

Powered by Google App Engine
This is Rietveld 408576698