diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 17:28:12 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 17:28:12 +0000 |
commit | 4fb7be75bfb43a3150a7ce0c719ea404e819837b (patch) | |
tree | 37ae25f7f2023a4ab72210e2b69c580ded4466a4 /remoting/webapp | |
parent | 06ce8802ca1cc98e5e62ec17e4a812e0c9794509 (diff) | |
download | chromium_src-4fb7be75bfb43a3150a7ce0c719ea404e819837b.zip chromium_src-4fb7be75bfb43a3150a7ce0c719ea404e819837b.tar.gz chromium_src-4fb7be75bfb43a3150a7ce0c719ea404e819837b.tar.bz2 |
Fix header/footer line alignment.
BUG=None
TEST=Manual
Review URL: http://codereview.chromium.org/7565018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/me2mom/choice.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html index 815882a..c71f800 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" |