diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-23 20:45:41 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-23 20:45:41 +0000 |
commit | 44ac1808274038dcfe61ef8a4adfcc92102cd059 (patch) | |
tree | b524fbf86c12213e981975a56fe7e74b0057e279 /remoting | |
parent | a735af2b373d407f5df164e8e586565bf675fa44 (diff) | |
download | chromium_src-44ac1808274038dcfe61ef8a4adfcc92102cd059.zip chromium_src-44ac1808274038dcfe61ef8a4adfcc92102cd059.tar.gz chromium_src-44ac1808274038dcfe61ef8a4adfcc92102cd059.tar.bz2 |
Add body css for remoting session page
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/7045020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86335 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/me2mom/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/remoting/webapp/me2mom/main.css b/remoting/webapp/me2mom/main.css index 4d9468a..d86f3ef 100644 --- a/remoting/webapp/me2mom/main.css +++ b/remoting/webapp/me2mom/main.css @@ -46,6 +46,13 @@ h1 { border-radius: 2px; } +.remoting_body { + -webkit-user-select: none; + margin: 0; + padding: 0; + overflow: auto; +} + .status_msg { margin: 5px; } |