Commit 44ac1808 authored by garykac@chromium.org's avatar garykac@chromium.org

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
parent a735af2b
...@@ -46,6 +46,13 @@ h1 { ...@@ -46,6 +46,13 @@ h1 {
border-radius: 2px; border-radius: 2px;
} }
.remoting_body {
-webkit-user-select: none;
margin: 0;
padding: 0;
overflow: auto;
}
.status_msg { .status_msg {
margin: 5px; margin: 5px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment