Skip to content
Extraits de code Groupes Projets
Valider 83b16827 rédigé par Pablo Cuadrado's avatar Pablo Cuadrado
Parcourir les fichiers

removed border in tags, checkboxes centered inside the well classes

parent beb795e3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
/* Specific styles for the settings pages (profile, user account, privacy, services) */
#inner_account_delete {
width: 700px;
}
.as-selections #tags {
border: none;
box-shadow: none;
}
.enclosed-checkbox label {
margin-bottom: 0;
}
\ No newline at end of file
......@@ -42,7 +42,7 @@
%h4
= t('search')
.well
.well.enclosed-checkbox
= label_tag 'profile[searchable]', :class => "checkbox" do
= check_box_tag 'profile[searchable]', true, profile.searchable
= t('profiles.edit.allow_search')
......@@ -51,8 +51,9 @@
%h4
= t('nsfw')
= t('profiles.edit.nsfw_explanation')
.well
%p
= t('profiles.edit.nsfw_explanation')
.well.enclosed-checkbox
= label_tag 'profile[nsfw]', :class => "checkbox" do
= check_box_tag 'profile[nsfw]', true, profile.nsfw?
= t('profiles.edit.nsfw_check')
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter