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

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

Issue 7383015: Replace in-session header with auto-hide tool-bar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed comment. Created 9 years, 5 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/choice.html ('k') | remoting/webapp/me2mom/remoting.js » ('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
index 4d05001658b61ba62d67fb3eaac4be75100811c1..39d851e2c58696a787a375ce6cea02ca6e15428c 100644
--- a/remoting/webapp/me2mom/debug_log.css
+++ b/remoting/webapp/me2mom/debug_log.css
@@ -7,11 +7,9 @@
background-color: white;
bottom: 0;
border-top: 1px solid black;
- display: none;
height: 150px;
margin: 0;
opacity: 0.85;
- overflow: auto;
padding: 0;
position: fixed;
width: 100%;
@@ -19,7 +17,13 @@
-webkit-user-select: text;
}
-#debug-log > p {
+#debug-messages {
+ border-top: 1px solid black;
+ overflow: auto;
+ height: inherit;
+}
+
+#debug-messages > p {
font-family: monospace;
font-weight: bold;
font-size: small;
« no previous file with comments | « remoting/webapp/me2mom/choice.html ('k') | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698