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

Unified Diff: chrome/browser/resources/net_internals/events_view.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 | « no previous file | chrome/browser/resources/net_internals/import_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/events_view.css
===================================================================
--- chrome/browser/resources/net_internals/events_view.css (revision 151563)
+++ chrome/browser/resources/net_internals/events_view.css (working copy)
@@ -6,13 +6,10 @@
#events-view-filter-box {
background: #efefef;
border-bottom: 1px solid #aaa;
+ font-family: sans-serif;
+ font-size: 75%;
overflow: hidden;
padding: 5px;
-}
-
-#events-view-filter-box * {
- font-family: sans-serif;
- font-size: 12px;
white-space: nowrap;
}
@@ -45,7 +42,7 @@
#events-view-source-list-table td {
border-bottom: 1px solid #afafaf;
border-left: 1px solid #afafaf;
- font-size: 12px;
+ font-size: 75%;
padding: 3px;
text-overflow: ellipsis;
white-space: nowrap;
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/import_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698