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

Unified Diff: chrome/browser/resources/net_internals/main.css

Issue 10834312: Make net-internals work a bit better on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 8 years, 4 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 | « chrome/browser/resources/net_internals/index.html ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/main.css
===================================================================
--- chrome/browser/resources/net_internals/main.css (revision 151563)
+++ chrome/browser/resources/net_internals/main.css (working copy)
@@ -9,9 +9,6 @@
-moz-box-sizing: border-box;
box-sizing: border-box;
}
-body {
- font-family: sans-serif;
-}
/* This class is used to create the splitter widget in
ResizbleVerticalSplitView */
@@ -25,17 +22,22 @@
width: 8px;
}
+/* Needs to be wider on touch devices. */
+.touch .vertical-splitter {
+ width: 5mm;
+}
+
.log-source-entry {
margin: 5px;
}
.log-source-entry * p {
- font-size: 12px;
+ font-size: 75%;
font-weight: bold;
}
.log-source-entry * td {
- font-size: 10px;
+ font-size: 62%;
}
/*
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698