summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/debug_log.css
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/debug_log.css')
-rw-r--r--remoting/webapp/debug_log.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/remoting/webapp/debug_log.css b/remoting/webapp/debug_log.css
new file mode 100644
index 0000000..3085225
--- /dev/null
+++ b/remoting/webapp/debug_log.css
@@ -0,0 +1,40 @@
+/* Copyright (c) 2011 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.
+ */
+
+#debug-log {
+ background-color: white;
+ bottom: 0;
+ border-top: 1px solid black;
+ height: 150px;
+ margin: 0;
+ opacity: 0.85;
+ padding: 0;
+ position: fixed;
+ width: 100%;
+ z-index: 100;
+ -webkit-user-select: text;
+}
+
+#debug-messages {
+ border-top: 1px solid black;
+ overflow: auto;
+ height: inherit;
+}
+
+#debug-messages > p {
+ font-family: monospace;
+ font-weight: bold;
+ font-size: small;
+ margin: 0.35em;
+ padding: 0;
+}
+
+#debug-messages .indent {
+ margin-left: 20px !important;
+}
+
+#debug-messages .indent2 {
+ margin-left: 40px !important;
+}