Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7907131 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Last minute fixes

parent 1e778bd1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -82,8 +82,6 @@ success_registration_link: <h3 class='success__title'>¡Bien!</h3>
  <p>Si no lo recibes, <b>por favor comprueba tu carpeta de correo no deseado</b></p>
error_persisting: Error al guardar los datos de la cuenta!
error_mandatory_missing: 'Error: falta algun campo obligatorio'
form_placeholder_password_repeat: Repítela
form_placeholder_password: Escribe una contraseña
email_invite_title: Creación de la cuenta Murena - Fundación e - sistema operativo móvil
  sin Google - tus datos son tus datos
register_title: Creación de la cuenta Murena
+21 −45
Original line number Diff line number Diff line
@@ -54,12 +54,6 @@ a {
  #inviteHeader, #registerHeading {
    font-size: 1.5em;
  }
  #whatNext h3 {
    font-size: 1.0em;
  }
  #whatNext p {
    font-size: 0.9em;
  }
  #fields {
    font-size: 0;
    background-color: white;
@@ -116,10 +110,9 @@ a {
  position: absolute;
  left: 5%;
  top: 5%;
  max-width: 40%;
}
#success {
  margin-top: 5%;
}

.hint {
  margin: 0.2em auto 0.3em;
}
@@ -211,12 +204,8 @@ meter[value="4"]::-moz-meter-bar {
}
#footer {
  background-color: #ffffff;
  position: fixed;
  bottom: 0%;
  width: 100%;
  margin: 0% !important;
  padding: 2%;
  font-size: 12px;
  padding: 1.5rem;
  font-size: 14px;
}
#langButton {
  border: none;
@@ -251,8 +240,7 @@ meter[value="4"]::-moz-meter-bar {
  font-weight: 700;
}
#buttonField {
  display: flex;
  justify-content: center;
  clear: left;
}
#buttonField .control {
  width: 100%;
@@ -290,12 +278,11 @@ input {
}
#inviteRequest,
#registration {
  padding-left: 11.5%;
  padding-right: 11.5%;
  width: 100%;
}
#registrationform {
  margin-top: 5%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lang-dropdown-div {
  float: right;
@@ -331,13 +318,6 @@ input {
  max-width: none;
}

#whatNext, #footer {
  margin-top: 4%;
  font-family: "Montserrat";
}
#whatNext h3 {
  margin-bottom: 1%;
}
#submitButton:hover {
  opacity: 0.9;
}
@@ -351,12 +331,13 @@ input {

#main{
  display: flex;
  flex-direction: column;
  align-items: center;
    height: 100%;
  height: 100vh;
  justify-content: center;
    vertical-align: middle;
  margin: 0 auto;
    width: 40%;
  max-width: 512px;
  padding: 0 2.8rem;
}
.container{
  height: 100vh;
@@ -367,9 +348,7 @@ input {
    font-size: 16px;
    font-weight: 900;
}
#registration{
  width: 100%;
}

#inviteRequestForm .image{
  float: left;
    width: auto;
@@ -399,8 +378,10 @@ input {
.email-invite-page .fa-check{
  display: none;
}
.email-invite-page #success {

#success {
  margin-top: -20%;
  max-width: 100%;
}

.success__title {
@@ -419,10 +400,6 @@ input {
}

@media screen and (max-width: 1024px) {
  #main {
    width: 70%;
    max-width: 70%;
  }
  .lang-dropdown-div{
    margin-top: 5%;
  }
@@ -432,8 +409,7 @@ input {
}
@media screen and (max-width: 500px) {
  #main {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5rem;
  }
  .lang-dropdown-div{
    margin-top: 10%;
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ $(document).ready(function () {
              $('<img src="/signup/img/success.svg" width="100">').prependTo('#success .notification');
              $("#success").show();
              $(".lang-dropdown-div").hide();
              $("#main").hide();
              $("#registration").hide();
            },
            "json"
          ).fail(function (response) {
+14 −19
Original line number Diff line number Diff line
@@ -13,30 +13,25 @@ custom_js:
layout: default
---


<input name="lang" id="langInput" value="{{site.lang}}" type="hidden" />
{% include lang-dropdown.html %}

<section id="success" style="display: none; padding-top: 50%">
<section id="main" class="register-page">
<input name="lang" id="langInput" value="{{site.lang}}" type="hidden" />
<div id="registrationSuccessMessageWrapper">
    <section id="success" style="display: none">
      {% include logo.html %}
      <div class="notification isa_success has-text-centered" id="successMessages">
          <h3 class="success__title">{% t success_account_created %}</h3>
          <p></p>
      <button class="button button-primary is-rounded"
        href="https://murena.io/">{% t success_account_use_now %}</button>
          <a class="button button-primary is-rounded"
            href="https://murena.io/">{% t success_account_use_now %}</a>
      </div>
    </section>
</div>
{% include logo.html %}
<section id="main">


  <div id="registration">

    <div>
    <h1 class="has-text-centered subtitle is-3" id="registerHeading">{% t "create_my_account" %}</h1>
    </div>


    <form
      id="registrationform"
      class="form"