From 818c5918b648b29f3692bd2cc6ebcf326d4d2497 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 19 Sep 2014 17:56:54 +0200 Subject: web: display flow connection info --- libmproxy/web/static/css/app.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'libmproxy/web/static/css') diff --git a/libmproxy/web/static/css/app.css b/libmproxy/web/static/css/app.css index ad2fe2e0..2459f406 100644 --- a/libmproxy/web/static/css/app.css +++ b/libmproxy/web/static/css/app.css @@ -204,18 +204,22 @@ header .menu { word-break: break-all; padding-left: 0; } -.header-table { +.flow-detail table { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; width: 100%; table-layout: fixed; word-break: break-all; } -.header-table tr { +.flow-detail table tr { border-top: 1px solid #f7f7f7; } -.header-table td { +.flow-detail table td { vertical-align: top; } +.connection-table td:first-child { + width: 33%; + padding-right: 1em; +} .header-table .header-name { width: 33%; padding-right: 1em; -- cgit v1.2.3