aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/flowdetail.less
diff options
context:
space:
mode:
authorClemens <cle1000.cb@gmail.com>2016-08-05 12:47:34 +0200
committerClemens <cle1000.cb@gmail.com>2016-08-05 12:47:34 +0200
commit9b0b007a5da75d70ec25b141c2a47b1b0010f5a3 (patch)
tree373d864b95f8adfff875a24c3c2284363a607994 /web/src/css/flowdetail.less
parenta8aa1f2d1c8fe19313ca8abe07f9d6aa431fc3c3 (diff)
downloadmitmproxy-9b0b007a5da75d70ec25b141c2a47b1b0010f5a3.tar.gz
mitmproxy-9b0b007a5da75d70ec25b141c2a47b1b0010f5a3.tar.bz2
mitmproxy-9b0b007a5da75d70ec25b141c2a47b1b0010f5a3.zip
change some style
Diffstat (limited to 'web/src/css/flowdetail.less')
-rw-r--r--web/src/css/flowdetail.less31
1 files changed, 24 insertions, 7 deletions
diff --git a/web/src/css/flowdetail.less b/web/src/css/flowdetail.less
index b4c7047b..421630eb 100644
--- a/web/src/css/flowdetail.less
+++ b/web/src/css/flowdetail.less
@@ -5,8 +5,7 @@
.flow-detail {
width: 100%;
- overflow-x: auto;
- overflow-y: scroll;
+ overflow:hidden;
nav {
background-color: #F2F2F2;
@@ -41,6 +40,28 @@
}
+.flowview-container{
+ display: flex;
+ flex-direction: column;
+ padding: 0 !important;
+ height:95%;
+}
+
+.flowview-body{
+ position:relative;
+ flex: 1 1 auto;
+ overflow: auto;
+ padding: 5px 12px 0;
+}
+
+.flowview-footer{
+ flex: 0 0 auto;
+ box-shadow: 0 0 3px gray;
+ padding: 2px;
+ margin: 0;
+ height:23px;
+}
+
.inline-input {
display: inline;
margin: 0 -3px;
@@ -64,13 +85,9 @@
}
}
-.view-options {
- margin-bottom: 10px;
- margin-top: 10px;
-}
-
.view-all-content-btn{
float: right;
+ margin-bottom: 12px;
}
.flow-detail table {