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

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

Issue 7565018: Fix header/footer line alignment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 815882ab1a1209cca245bf79282b58391ff18316..c71f800b6049e8902b2a4e6c655e3cd97c34e8b9 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -85,9 +85,10 @@ found in the LICENSE file.
</span><span i18n-content="modeShare" data-ui-mode="host">
</span>
</h1>
- <img id="divider-top" src="dividertop.png">
</header>
+ <img id="divider-top" src="dividertop.png">
+
<div id="auth-panel" data-ui-mode="auth">
<div class="description" i18n-content="messageAuthorize"></div>
<div class="centered-button">
@@ -192,9 +193,9 @@ found in the LICENSE file.
</div> <!-- client-panel -->
- <footer class="choice-footer">
- <img id="divider-bottom" src="dividerbottom.png">
+ <img id="divider-bottom" src="dividerbottom.png">
+ <footer class="choice-footer">
<div id="client-footer-text" data-ui-mode="client.unconnected">
<span i18n-content="footerClient1"></span><a
class="switch-mode" href="#" i18n-content="footerClient2"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698