aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/web/static/css')
-rw-r--r--libmproxy/web/static/css/app.css10
1 files changed, 7 insertions, 3 deletions
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;