diff --git a/templates/user/auth/activate.tmpl b/templates/user/auth/activate.tmpl
index db64f7911..9a3fbf0e3 100644
--- a/templates/user/auth/activate.tmpl
+++ b/templates/user/auth/activate.tmpl
@@ -35,37 +35,32 @@
-
-
{{template "base/footer" .}}
diff --git a/web_src/less/openi.less b/web_src/less/openi.less
index fe002ceb7..329802d47 100644
--- a/web_src/less/openi.less
+++ b/web_src/less/openi.less
@@ -1301,3 +1301,17 @@ i.SUCCEEDED {
max-height: 500px;
overflow: auto;
}
+.chang-email .content {
+ display: block;
+ width: 100%;
+ font-size: 1em;
+ line-height: 1.4;
+ padding: 1.5rem;
+ background: #fff;
+}
+.chang-email .actions {
+ background: #f9fafb;
+ padding: 1rem 1rem;
+ border-top: 1px solid rgba(34,36,38,.15);
+ text-align: right;
+}
\ No newline at end of file