diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2014-12-27 23:08:56 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2014-12-27 23:08:56 +1300 |
| commit | ab06c2436be23c9bfbf3af924f0117ecdb6724b4 (patch) | |
| tree | 950bec445a85dd4eef9efb8ebe83b94f314345d7 /libmproxy/web/static/css | |
| parent | 8a8437470e224ee53acbd9a353c7d01a83168cd4 (diff) | |
| parent | 3e63107e9473e3ec6676c047171a5d23c79b7dcd (diff) | |
| download | mitmproxy-ab06c2436be23c9bfbf3af924f0117ecdb6724b4.tar.gz mitmproxy-ab06c2436be23c9bfbf3af924f0117ecdb6724b4.tar.bz2 mitmproxy-ab06c2436be23c9bfbf3af924f0117ecdb6724b4.zip | |
Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy
Diffstat (limited to 'libmproxy/web/static/css')
| -rw-r--r-- | libmproxy/web/static/css/app.css | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/libmproxy/web/static/css/app.css b/libmproxy/web/static/css/app.css index 2ec275a3..554fffb1 100644 --- a/libmproxy/web/static/css/app.css +++ b/libmproxy/web/static/css/app.css @@ -138,10 +138,30 @@ header .menu { padding: 10px; border-bottom: solid #a6a6a6 1px; } +.menu-row { + margin-left: -2.5px; + margin-right: -2.5px; +} +.filter-input { + position: relative; + min-height: 1px; + padding-left: 2.5px; + padding-right: 2.5px; +} +@media (min-width: 992px) { + .filter-input { + float: left; + width: 25%; + } +} .filter-input .popover { top: 27px; display: block; - width: 100%; + max-width: none; +} +.filter-input .popover .popover-content { + max-height: 500px; + overflow-y: auto; } .flow-table { width: 100%; |
