updated modal styling for accoutn settings

This commit is contained in:
theinterned 2010-12-23 18:27:57 -05:00
Родитель c47ee15378
Коммит dc2f9f1bbf
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -6,7 +6,7 @@
{% block title %}{{ _('Account Settings') }}{% endblock %} {% block title %}{{ _('Account Settings') }}{% endblock %}
{% block body %} {% block body %}
<section class="modal"> <section class="modal nav">
<article> <article>
<h1>{{ _('Account Settings') }}</h1> <h1>{{ _('Account Settings') }}</h1>
<nav id="profile-edit-nav"> <nav id="profile-edit-nav">
@ -35,8 +35,9 @@
<input type="checkbox" id="id_no_email_new_project_follower" name="no_email_new_project_follower" {% if no_email_new_project_follower %}checked="checked"{% endif %} /> <input type="checkbox" id="id_no_email_new_project_follower" name="no_email_new_project_follower" {% if no_email_new_project_follower %}checked="checked"{% endif %} />
<label for="id_no_email_new_project_follower">{{ _('Someone starts following one of my projects.') }}</label> <label for="id_no_email_new_project_follower">{{ _('Someone starts following one of my projects.') }}</label>
</p> </p>
<p> <p class="buttons">
<input type="submit" value="Save" /> <a class="button" href="{% locale_url dashboard_index %}">{{ _('Cancel') }}</a>
<button type="submit" value="{{ _('Save') }}" >{{ _('Save') }}</button>
</p> </p>
</form> </form>
</fieldset> </fieldset>