diff options
author | dcaiafa@chromium.org <dcaiafa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 06:11:29 +0000 |
---|---|---|
committer | dcaiafa@chromium.org <dcaiafa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 06:11:29 +0000 |
commit | f8df07561cb4ec13536e6397de03550553e8aa0c (patch) | |
tree | 9a6af58c0432da081abc15555be3c3e96381627a /remoting | |
parent | a74c409ed1cd557c0ff38c50554b1ec777d1f188 (diff) | |
download | chromium_src-f8df07561cb4ec13536e6397de03550553e8aa0c.zip chromium_src-f8df07561cb4ec13536e6397de03550553e8aa0c.tar.gz chromium_src-f8df07561cb4ec13536e6397de03550553e8aa0c.tar.bz2 |
Use CSS property 'display: block' to layout the plug-in correctly.
Removed the 'margin' property which is now unnecessary. Verified that the plug-in
renders correctly in full and scale-to-fit, and that the vertical scrollbar is never
shown.
BUG=10925
TEST=none
Review URL: http://codereview.chromium.org/9121029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/choice.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/choice.css b/remoting/webapp/choice.css index 82acab0..0eebe65 100644 --- a/remoting/webapp/choice.css +++ b/remoting/webapp/choice.css @@ -372,7 +372,7 @@ label { } #session-client-plugin { - margin: 0 0 -4px 0; + display: block; } #toggle-scaling { |