diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2015-03-22 00:28:08 +0100 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2015-03-22 00:28:08 +0100 |
| commit | 89d66360d6f7caa9760fe56fa146396b1b4251dc (patch) | |
| tree | 0ad281130ba8b21246ffe2c8a287ed83268cd0cf /web/src/css/flowdetail.less | |
| parent | 1143552e1690f8b96b3d95381f7f06cbb46ead59 (diff) | |
| download | mitmproxy-89d66360d6f7caa9760fe56fa146396b1b4251dc.tar.gz mitmproxy-89d66360d6f7caa9760fe56fa146396b1b4251dc.tar.bz2 mitmproxy-89d66360d6f7caa9760fe56fa146396b1b4251dc.zip | |
tweak css
Diffstat (limited to 'web/src/css/flowdetail.less')
| -rw-r--r-- | web/src/css/flowdetail.less | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/web/src/css/flowdetail.less b/web/src/css/flowdetail.less index 093ee14f..453cf425 100644 --- a/web/src/css/flowdetail.less +++ b/web/src/css/flowdetail.less @@ -1,13 +1,12 @@ //TODO: Move into some utils -.monospace(){ +.monospace() { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } - .flow-detail { width: 100%; overflow: auto; - + nav { background-color: #F2F2F2; } @@ -27,10 +26,15 @@ max-height: 100px; overflow-y: auto; } + + hr { + margin: 0 0 5px; + } + } .view-selector { - margin-top: 10px; + margin-top: 10px; } .flow-detail table { @@ -38,10 +42,10 @@ width: 100%; table-layout: fixed; word-break: break-all; - + tr { - &:not(:first-child){ - border-top: 1px solid #f7f7f7; + &:not(:first-child) { + border-top: 1px solid #f7f7f7; } } @@ -62,12 +66,15 @@ } .header-table { + td { + line-height: 1.3em; + } .header-name { width: 33%; padding-right: 1em; } .header-value { - + } } |
