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

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

Issue 9148043: Rename webapp_it2me to remoting_webapp and move it from webapp/me2mom to webapp/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add webapp_it2me back Created 8 years, 11 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 | « remoting/webapp/me2mom/cs_oauth2_trampoline.js ('k') | remoting/webapp/me2mom/debug_log.gtestjs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/debug_log.css
diff --git a/remoting/webapp/me2mom/debug_log.css b/remoting/webapp/me2mom/debug_log.css
deleted file mode 100644
index 3085225478be6f69a5df25497cfa3a3f3fd07e50..0000000000000000000000000000000000000000
--- a/remoting/webapp/me2mom/debug_log.css
+++ /dev/null
@@ -1,40 +0,0 @@
-/* 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;
-}
« no previous file with comments | « remoting/webapp/me2mom/cs_oauth2_trampoline.js ('k') | remoting/webapp/me2mom/debug_log.gtestjs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698