From da0c937983253b84f57d38551972b06029d53f22 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Mon, 31 Aug 2015 21:49:36 +0200 Subject: [PATCH] Adds new texts for admin and moderation pages --- app/assets/stylesheets/admin.scss | 8 +++++ app/views/admin/_menu.html.erb | 2 +- app/views/admin/dashboard/index.html.erb | 31 +++++++++++++++++-- app/views/moderation/_menu.html.erb | 2 +- app/views/moderation/dashboard/index.html.erb | 12 +++++-- 5 files changed, 47 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 08f95cd41..866394bfc 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -28,6 +28,14 @@ body.admin { } } + .dashboard { + text-align: justify; + + h3 { + font-weight: bold; + } + } + .button.secondary { margin-right: rem-calc(12); } diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 80744f635..89cf9694e 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -1,7 +1,7 @@