diff options
author | Mélanie Chauvel <perso@hack-libre.org> | 2020-06-26 00:36:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 00:36:30 +0200 |
commit | 08cf81f8c1b445eba9972214869c376fe6097efb (patch) | |
tree | 18241c6f8104aa156ba9a63e5b16d226cf42fafe /app/views/admin/accounts | |
parent | e49bd93211586b765a6bdd8a0ccf861a8a831ea6 (diff) |
Improve appearence consistency of settings pages (#13938)
* Fix header button changing header size in settings pages * Make form buttons look more like a part of the form in settings pages - Put buttons closer, using same distance as between inputs - Make buton font size a bit smaller to blend a bit more - Add the class button to button tags for consisent styling
Diffstat (limited to 'app/views/admin/accounts')
-rw-r--r-- | app/views/admin/accounts/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/accounts/index.html.haml b/app/views/admin/accounts/index.html.haml index 7592161c9..8eac226e0 100644 --- a/app/views/admin/accounts/index.html.haml +++ b/app/views/admin/accounts/index.html.haml @@ -38,7 +38,7 @@ = text_field_tag key, params[key], class: 'string optional', placeholder: I18n.t("admin.accounts.#{key}") .actions - %button= t('admin.accounts.search') + %button.button= t('admin.accounts.search') = link_to t('admin.accounts.reset'), admin_accounts_path, class: 'button negative' .table-wrapper |