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

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

Issue 7108007: Add basic debug log to host page. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/remoting.js ('k') | remoting/webapp/me2mom/remoting_session.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/remoting_session.css
===================================================================
--- remoting/webapp/me2mom/remoting_session.css (revision 88003)
+++ remoting/webapp/me2mom/remoting_session.css (working copy)
@@ -12,25 +12,6 @@
}
/* Ids */
-#debug-log {
- background-color: white;
- bottom: 0;
- border-top: 1px solid black;
- display: none;
- font-family: monospace;
- font-weight: bold;
- font-size: small;
- height: 150px;
- margin: 0;
- opacity: 0.85;
- overflow: auto;
- padding: 0;
- position: fixed;
- width: 100%;
- z-index: 100;
- -webkit-user-select: text;
-}
-
#plugin-scroll-panel {
overflow: auto;
width: 100%;
« no previous file with comments | « remoting/webapp/me2mom/remoting.js ('k') | remoting/webapp/me2mom/remoting_session.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698