From ae87affcbe9f2753d68e4e9826eedec102d633d2 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 28 Jan 2014 09:44:33 +1300 Subject: [PATCH] Nicer layout for cert install options. --- libmproxy/static/mitmproxy.css | 5 +++++ libmproxy/templates/index.html | 31 +++++++++++++++++++------------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/libmproxy/static/mitmproxy.css b/libmproxy/static/mitmproxy.css index 09bcb5f78..b390976a1 100644 --- a/libmproxy/static/mitmproxy.css +++ b/libmproxy/static/mitmproxy.css @@ -1,4 +1,9 @@ +#certbank div { + text-align: center; + + +} .fronttable { } diff --git a/libmproxy/templates/index.html b/libmproxy/templates/index.html index d46d98549..50cfd5dbd 100644 --- a/libmproxy/templates/index.html +++ b/libmproxy/templates/index.html @@ -1,19 +1,26 @@ {% extends "frame.html" %} {% block body %} -
-
- -

- -

- -

- -

- +
+

Click to install the mitmproxy certificate:

+
+
+
+ +

Apple

+
+
+ +

Windows

+
+
+ +

Android

+
+
+ +

Other

- {% endblock %}