Skip to content
Snippets Groups Projects
Commit 0d14ffa0 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge branch 'add_email_vertical_jump' into dev

parents 71dd1ea2 edaa68e1
No related branches found
No related tags found
No related merge requests found
......@@ -512,6 +512,10 @@ html[xmlns] .cf {
overflow-y: auto;
}
.pickemail .form_section {
height: 176px;
}
.add {
font-size: 80%;
}
......
......@@ -13,7 +13,7 @@
<div class="vertical">
<strong>Sign in using</strong>
<div id="selectEmail">
<div id="selectEmail" class="form_section">
<ul class="inputs">
<% _.each(identities, function(email_obj, email_address) { %>
<li>
......@@ -34,7 +34,7 @@
</div>
</div>
<div id="addEmail" class="cf">
<div id="addEmail" class="cf form_section">
<ul class="inputs">
<li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment