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

Unified Diff: remoting/tools/javascript_key_tester/main.css

Issue 910483002: Remove JS summary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer feedback. Created 5 years, 10 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
Index: remoting/tools/javascript_key_tester/main.css
diff --git a/remoting/tools/javascript_key_tester/main.css b/remoting/tools/javascript_key_tester/main.css
index 0c6f4e5ac49f9bca8625bc49e968a8d287c179b2..46945e0b9c6c974c85bdb27e776c556f072bd358 100644
--- a/remoting/tools/javascript_key_tester/main.css
+++ b/remoting/tools/javascript_key_tester/main.css
@@ -13,10 +13,8 @@ html {
}
.summary-log-container {
- width: 50%;
height: 100%;
overflow-y: auto;
- float: left;
}
#text-log-container {
@@ -35,6 +33,10 @@ html {
padding: 8px;
}
+#pnacl-listener {
+ height: 0;
+}
+
.selectable {
-webkit-user-select: text;
cursor: text;

Powered by Google App Engine
This is Rietveld 408576698