Skip to content
Extraits de code Groupes Projets
Valider 566e0a77 rédigé par Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Validation de Matt Jankowski
Parcourir les fichiers

Improve style for form in site settings (#2796)

parent 11077af5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -9,12 +9,6 @@ code {
margin: 0 auto;
}
.admin {
input, textarea {
width: 100%;
}
}
.simple_form {
.input {
margin-bottom: 15px;
......
- content_for :page_title do
= t('admin.settings.title')
= form_tag(admin_settings_path, method: :put) do
= form_tag(admin_settings_path, method: :put, class: 'simple_form', style: 'max-width: 100%') do
%table.table
%thead
%tr
......
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