From 908d19e2e7f31f9cd2e7c0e221dc3015c21014d2 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Sun, 23 Aug 2015 11:45:43 +0200 Subject: [PATCH] Improves styles for admin --- app/assets/stylesheets/admin.scss | 4 +++ app/views/admin/comments/index.html.erb | 21 +++++++++++-- app/views/admin/debates/index.html.erb | 13 ++++++++ app/views/admin/organizations/index.html.erb | 33 ++++++++++++++++---- config/locales/admin.en.yml | 13 ++++++++ config/locales/admin.es.yml | 15 ++++++++- 6 files changed, 89 insertions(+), 10 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 8d1a2bbcb..7e6096bc3 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -175,6 +175,10 @@ body.admin { padding: rem-calc(6) rem-calc(12); } +.button.tiny.success { + margin-left: rem-calc(12); +} + // 04. Stats // - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/views/admin/comments/index.html.erb b/app/views/admin/comments/index.html.erb index 5a0b8f967..87b25680d 100644 --- a/app/views/admin/comments/index.html.erb +++ b/app/views/admin/comments/index.html.erb @@ -1,18 +1,33 @@

<%= t("admin.comments.index.title") %>

+ + + +

<%= page_entries_info @comments %>