diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-09-19 01:35:36 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-09-19 01:35:36 +0200 |
commit | b0374710e4ef934c2ae9b416e5c981e04ed776ed (patch) | |
tree | 732772d4cbd11562f728c27370185abaad1f026e /web/src/css/flowtable.less | |
parent | 390a435ac4b5ce78b1aa32b4b048318c5ef0ba03 (diff) | |
download | mitmproxy-b0374710e4ef934c2ae9b416e5c981e04ed776ed.tar.gz mitmproxy-b0374710e4ef934c2ae9b416e5c981e04ed776ed.tar.bz2 mitmproxy-b0374710e4ef934c2ae9b416e5c981e04ed776ed.zip |
start to fill detailpane
Diffstat (limited to 'web/src/css/flowtable.less')
-rw-r--r-- | web/src/css/flowtable.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/src/css/flowtable.less b/web/src/css/flowtable.less index 2a9c318b..db4c6f12 100644 --- a/web/src/css/flowtable.less +++ b/web/src/css/flowtable.less @@ -51,10 +51,13 @@ .col-status { width: 50px; } + .col-size { + width: 70px; + } .col-time { width: 50px; } - td.col-time { + td.col-time, td.col-size { text-align: right; } }
\ No newline at end of file |