diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 2b9cfd983..3abaa20a0 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -350,8 +350,24 @@ footer { .auth { min-height: $line-height*20; + h2 { + clear: both; + font-size: rem-calc(30); + font-weight: bold; + line-height: $line-height*2; + } + + .back, .icon-angle-left { + @include back; + } + + .simple_captcha { + margin-bottom: $line-height/2; + } + .panel { background: white; + border: 0; h1 { font-size: rem-calc(30); @@ -436,17 +452,12 @@ form { .account { background: white; - min-height: $line-height*23; padding-top: $line-height; input[type="checkbox"], .checkbox { margin-top: -(rem-calc(12)); } - .back, .icon-angle-left { - @include back; - } - h1 { clear: both; font-size: rem-calc(36); @@ -467,6 +478,15 @@ form { } h2 { + clear: both; + font-size: rem-calc(30); + font-weight: bold; + line-height: $line-height; + margin: 0; + margin-bottom: $line-height/2; + } + + h3 { clear: both; font-size: rem-calc(20); font-weight: bold; diff --git a/app/views/account/show.html.erb b/app/views/account/show.html.erb index 6d1f4d9cd..ecfb17209 100644 --- a/app/views/account/show.html.erb +++ b/app/views/account/show.html.erb @@ -2,7 +2,7 @@
<%= link_to t("account.show.change_credentials_link"), edit_user_registration_path, class: 'button radius small secondary right' %> -

<%= t("account.show.title") %>

+

<%= t("account.show.title") %>

<%= form_for @account, as: :account, url: account_path do |f| %> @@ -19,7 +19,7 @@
-

<%= t("account.show.personal")%>

+

<%= t("account.show.personal")%>

<%= f.label :first_name, t("account.show.first_name_label") %> <%= f.text_field :first_name, placeholder: t("account.show.first_name_label") %> @@ -35,10 +35,10 @@
-

<%= t("account.show.avatar")%>

+

<%= t("account.show.avatar")%>

<%= image_tag('user_default_big.jpg', class: "avatar", size: "100x100") %> -

<%= t("account.show.notifications")%>

+

<%= t("account.show.notifications")%>

<%= f.label :email_on_debate_comment do %> <%= f.check_box :email_on_debate_comment %> <%= t("account.show.email_on_debate_comment_label") %> diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb index 8f328c230..3f576fb7e 100644 --- a/app/views/devise/registrations/edit.html.erb +++ b/app/views/devise/registrations/edit.html.erb @@ -1,45 +1,46 @@ -
-