summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/message_window.css
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/message_window.css')
-rw-r--r--remoting/webapp/message_window.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/remoting/webapp/message_window.css b/remoting/webapp/message_window.css
new file mode 100644
index 0000000..c5a51ee
--- /dev/null
+++ b/remoting/webapp/message_window.css
@@ -0,0 +1,13 @@
+/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+body {
+ padding: 20px;
+}
+
+#infobox {
+ margin-top: 10px;
+ margin-bottom: 10px;
+} \ No newline at end of file