diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-08 18:37:33 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-08 18:37:33 +0200 |
| commit | 24ceece62d618d35b8394b797f88da7f5445bea6 (patch) | |
| tree | 61b32ef935cd7215459e92a50341dd77fa97bb31 /res/templates | |
| parent | 928e9239d893e083f7f7388a5bbc332197c1e9d9 (diff) | |
user_signup.scss: user_signup page basic styling
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/user_signup.html | 94 |
1 files changed, 9 insertions, 85 deletions
diff --git a/res/templates/user_signup.html b/res/templates/user_signup.html index fe72270a..596f64b3 100644 --- a/res/templates/user_signup.html +++ b/res/templates/user_signup.html @@ -1,88 +1,12 @@ -{% extends "base.html" %} -{% block title %}Rhizi - Sign up{% endblock %} -{% block head %} -{{ super() }} -<script src="/static/lib/jquery.js" type="text/javascript"></script> -<script src="/static/user_signup.js" type="text/javascript"></script> -<style type='text/css'> -#user_signup_form_panel { - width: 550px; - text-align: center; - margin-left: auto; - margin-right: auto; - display: block; - margin-top: 20%; -} - -#signup_form___submit_button { - alpha: 0.8; - background-color: #DCEDFD; - border-radius: 3px; - border: 1px solid #4B7CBD; - cursor: pointer; - float: right; - font-weight: bold; - margin: 20px; - padding: 5px; - text-align: center; - width: 140px; -} - -.signup_form__row { - overflow: auto; - width: 100%; -} - -.signup_form__field { - border-radius: 3px; - border: 1px solid #4B7CBD; - float: left; - padding-top: 5px; - padding-bottom: 5px; - padding-left: 10px; - padding-right: 10px; - margin: 5px; -} - -.signup_form__row_sharing_field { - display: inline-block; -} - -.signup_form__field input { - background-color: inherit; - border: none; -} - -.signup_form__field input:focus { - outline: none; -} - -#signup_form__title { - margin-bottom: 30px; -} - -#signup_form___submit_button_row { - overflow: auto; -} - -#signup_form___submit_button:hover { - alpha: 1.0; -} - -#signup_form__ajax_response { - margin-top: 30px; - margin: 10px; -} - -#err_msg_row { - display: none; - background-color: #DF5C5C; - margin: 10px; - vertical-align: middle; -} -</style> -{% endblock %} -{% block content %} +{% extends "base.html" %} {% block title %}Rhizi - Sign up{% endblock %} +{% block head %} {{ super() }} +<script + src="/static/lib/jquery.js" + type="text/javascript"></script> +<script + src="/static/user_signup.js" + type="text/javascript"></script> +{% endblock %} {% block content %} <div id="user_signup_form_panel"> <h1 id="signup_form__title">Sign up</h1> {% if 'activation_success' == state %} |
