aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/web/static/css')
-rw-r--r--libmproxy/web/static/css/app.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/libmproxy/web/static/css/app.css b/libmproxy/web/static/css/app.css
index fe8fd79a..e5b9d134 100644
--- a/libmproxy/web/static/css/app.css
+++ b/libmproxy/web/static/css/app.css
@@ -64,7 +64,7 @@ header nav a.special:hover {
background-color: #5386c6;
}
header .menu {
- height: 100px;
+ padding: 10px;
border-bottom: solid #a6a6a6 1px;
}
.eventlog {
@@ -76,6 +76,16 @@ header .menu {
height: 200px;
overflow: auto;
}
+.eventlog .close-button {
+ float: right;
+ margin: -9px;
+ padding: 4px;
+ cursor: pointer;
+ color: grey;
+}
+.eventlog .close-button:hover {
+ color: black;
+}
footer {
box-shadow: 0 -1px 3px #d3d3d3;
padding: 0px 10px 3px;