aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static/app.css
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-03-22 13:33:11 +1300
committerAldo Cortesi <aldo@nullcube.com>2015-03-22 13:33:11 +1300
commit3bf4feb213adf2b9829cd5452ca365e4be7ca10c (patch)
tree572463b2e5223499a977c4da2e3ce8118d373943 /libmproxy/web/static/app.css
parent89383e9c138f68caf1cc394174250c133d21aa04 (diff)
parent89d66360d6f7caa9760fe56fa146396b1b4251dc (diff)
downloadmitmproxy-3bf4feb213adf2b9829cd5452ca365e4be7ca10c.tar.gz
mitmproxy-3bf4feb213adf2b9829cd5452ca365e4be7ca10c.tar.bz2
mitmproxy-3bf4feb213adf2b9829cd5452ca365e4be7ca10c.zip
Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy
Diffstat (limited to 'libmproxy/web/static/app.css')
-rw-r--r--libmproxy/web/static/app.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/libmproxy/web/static/app.css b/libmproxy/web/static/app.css
index 4f24ddd9..91e847a4 100644
--- a/libmproxy/web/static/app.css
+++ b/libmproxy/web/static/app.css
@@ -290,6 +290,12 @@ header .menu {
max-height: 100px;
overflow-y: auto;
}
+.flow-detail hr {
+ margin: 0 0 5px;
+}
+.view-selector {
+ margin-top: 10px;
+}
.flow-detail table {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
width: 100%;
@@ -306,6 +312,9 @@ header .menu {
width: 50%;
padding-right: 1em;
}
+.header-table td {
+ line-height: 1.3em;
+}
.header-table .header-name {
width: 33%;
padding-right: 1em;
@@ -316,6 +325,13 @@ header .menu {
text-overflow: ellipsis;
white-space: nowrap;
}
+.flowview-image {
+ text-align: center;
+}
+.flowview-image img {
+ max-width: 100%;
+ max-height: 100%;
+}
.eventlog {
height: 200px;
flex: 0 0 auto;