diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 01:58:18 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 01:58:18 +0000 |
commit | f76bc0fba725dbade1f6d89b4c6564e62498933b (patch) | |
tree | 621bcf96449bd35bdb6c7667c64d85c69e6719a4 /remoting | |
parent | 3756af478d651287c2ebbfa3ccc2cf2c5d6d0c89 (diff) | |
download | chromium_src-f76bc0fba725dbade1f6d89b4c6564e62498933b.zip chromium_src-f76bc0fba725dbade1f6d89b4c6564e62498933b.tar.gz chromium_src-f76bc0fba725dbade1f6d89b4c6564e62498933b.tar.bz2 |
Fixed auth dialog spacing.
BUG=None
TEST=Manual
Review URL: http://codereview.chromium.org/9702046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127079 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index af72b2e..c86e3d0 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -186,7 +186,7 @@ found in the LICENSE file. data-ui-mode="home.auth" class="kd-modaldialog"> <h2 i18n-content="MODE_AUTHORIZE"></h2> - <p i18n-content="DESCRIPTION_AUTHORIZE"></p> + <p i18n-content="DESCRIPTION_AUTHORIZE" class="message"></p> <div class="centered"> <button id="auth-button" type="button" |