mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	portico: Style "confirm email change" page.
This adds the white box styling to the "confirm email change" page. Fixes: #6706.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							de0b47fd4e
						
					
				
				
					commit
					945e97ec35
				
			@@ -535,6 +535,10 @@ html {
 | 
			
		||||
    margin: 0px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.confirm-email-change-page .white-box {
 | 
			
		||||
    max-width: 500px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.portico-page .or {
 | 
			
		||||
    width: 328px;
 | 
			
		||||
    display: block;
 | 
			
		||||
 
 | 
			
		||||
@@ -2,12 +2,17 @@
 | 
			
		||||
 | 
			
		||||
{% block portico_content %}
 | 
			
		||||
 | 
			
		||||
<div class="pitch">
 | 
			
		||||
    <hr/>
 | 
			
		||||
    <p>
 | 
			
		||||
<div class="app confirm-email-change-page flex full-page">
 | 
			
		||||
    <div class="inline-block new-style">
 | 
			
		||||
        <div class="lead">
 | 
			
		||||
            <h1 class="get-started">{{ _('Email changed!') }}</h1>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="app-main white-box">
 | 
			
		||||
            This confirms that the email address for your Zulip account has changed
 | 
			
		||||
        from {{old_email}} to {{ new_email }}.
 | 
			
		||||
    </p>
 | 
			
		||||
            from <a href="mailto:{{old_email}}">{{old_email}}</a> to <a href="mailto:{{new_email}}">{{new_email}}</a>.
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user