From 7ed6f10e357ef7b08fc94b46a0901218e62f418e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 25 Dec 2014 02:03:55 +0100 Subject: web: much ui work, such christmas --- libmproxy/web/static/css/app.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'libmproxy/web/static/css') diff --git a/libmproxy/web/static/css/app.css b/libmproxy/web/static/css/app.css index 93ace709..2ec275a3 100644 --- a/libmproxy/web/static/css/app.css +++ b/libmproxy/web/static/css/app.css @@ -122,6 +122,11 @@ body, padding: 0px 7px; margin: 2px 2px -1px; } +.nav-tabs-sm a.nav-action { + float: right; + padding: 0; + margin: 1px 0 0px; +} header { background-color: white; } @@ -183,6 +188,12 @@ header .menu { .flow-table tr.intercepted.has-response .col-time { color: #ff8000; } +.flow-table .fa { + line-height: inherit; +} +.flow-table .fa.pull-right { + margin-left: 0; +} .flow-table .col-tls { width: 10px; } @@ -192,6 +203,12 @@ header .menu { .flow-table .col-icon { width: 32px; } +.flow-table .col-path .fa-repeat { + color: green; +} +.flow-table .col-path .fa-pause { + color: #ff8000; +} .flow-table .col-method { width: 60px; } -- cgit v1.2.3