Position dialogs using absolute rather than fixed.
commitf2b25f261e7088c95c356bdf90ac19f63757c893
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Jun 2013 01:21:52 +0000 (5 01:21 +0000)
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Jun 2013 01:21:52 +0000 (5 01:21 +0000)
treee0629e5b1c7d0960b24e0f73d9e6c7f61b88fdce
parent9d9ae55f97c79d4b15b7b10211307ad8b9cd7217
Position dialogs using absolute rather than fixed.

This allows them to be scrolled into view if the window is too small.
Note that the linked bug actually asks for the dialogs to be centered.
I haven't done that because the rest of the HTML content is not centered,
and having the dialog appear at a different location relative to the
content, depending on the window size doesn't seem right. This approach
improves accessibility without changing the UX for most users.

BUG=245395
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/16382002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204120 0039d316-1c4b-4281-b951-d872f2087c98
remoting/webapp/main.css