From 615cd3c278dc446ec14ebd68c60b037024bc308a Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Mon, 14 Nov 2016 15:04:18 +0100 Subject: [PATCH] profile changes for gamification --- app/assets/stylesheets/themes/scinote.scss | 8 ++++++++ config/locales/en.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 8ac56d026..3715f0290 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -745,6 +745,14 @@ a[data-toggle="tooltip"] { } .user-statistics { + .list-inline{ + margin-left: 15px; + } + + .label { + font-size: 100%; + } + li { height: 100px; margin: 15px; diff --git a/config/locales/en.yml b/config/locales/en.yml index 1150cad54..bd2062bf2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1118,7 +1118,7 @@ en: team_name_label: "Team name" team_name_help: "Team name is required in order to create your own team." statistics: - title: "Statistics" + title: "My statistics" team: "Team" project: "Project" experiment: "Experiment"