diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-06 20:07:25 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-06 20:07:25 +0000 |
commit | 1895d4af802864735391b23284abd790fe3dbe40 (patch) | |
tree | c8d555a453e92b8819f7d84c5f051a464c9325dc /remoting | |
parent | 21982858a257ea35453ee16e5544ac31843236c4 (diff) | |
download | chromium_src-1895d4af802864735391b23284abd790fe3dbe40.zip chromium_src-1895d4af802864735391b23284abd790fe3dbe40.tar.gz chromium_src-1895d4af802864735391b23284abd790fe3dbe40.tar.bz2 |
Fix OAuth button position.
BUG=
TEST=Clear the OAuth token. Check that the "Get OAuth2 Token..." button appears next to the edit box, not below it.
Review URL: http://codereview.chromium.org/7112036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88021 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/me2mom/choice.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/choice.css b/remoting/webapp/me2mom/choice.css index 4e840be..d9487b7 100644 --- a/remoting/webapp/me2mom/choice.css +++ b/remoting/webapp/me2mom/choice.css @@ -177,7 +177,6 @@ section { width: 64px; } #oauth2-entry { - display: inline-block; width: 400px; } |