aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/web/static/css/app.css')
-rw-r--r--libmproxy/web/static/css/app.css29
1 files changed, 28 insertions, 1 deletions
diff --git a/libmproxy/web/static/css/app.css b/libmproxy/web/static/css/app.css
index 26ed8c3d..ad2fe2e0 100644
--- a/libmproxy/web/static/css/app.css
+++ b/libmproxy/web/static/css/app.css
@@ -180,10 +180,14 @@ header .menu {
.flow-table .col-status {
width: 50px;
}
+.flow-table .col-size {
+ width: 70px;
+}
.flow-table .col-time {
width: 50px;
}
-.flow-table td.col-time {
+.flow-table td.col-time,
+.flow-table td.col-size {
text-align: right;
}
.flow-detail {
@@ -193,6 +197,29 @@ header .menu {
.flow-detail nav {
background-color: #F2F2F2;
}
+.flow-detail section {
+ padding: 5px;
+}
+.flow-detail code {
+ word-break: break-all;
+ padding-left: 0;
+}
+.header-table {
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
+ width: 100%;
+ table-layout: fixed;
+ word-break: break-all;
+}
+.header-table tr {
+ border-top: 1px solid #f7f7f7;
+}
+.header-table td {
+ vertical-align: top;
+}
+.header-table .header-name {
+ width: 33%;
+ padding-right: 1em;
+}
.eventlog {
flex: 0 0 auto;
margin: 0;