Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: remoting/webapp/me2mom/main.css

Issue 7045020: Add body css for remoting session page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/main.css
diff --git a/remoting/webapp/me2mom/main.css b/remoting/webapp/me2mom/main.css
index 669f82e4541d347117a9b1a9099fd0673e0e0b8a..b45ef831e4f5e3d982faa746622d8f98ae137368 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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698