From bfcb9885883057d0dce9b7117f94e6e145dbac6c Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Fri, 8 Jul 2016 16:46:36 -0500 Subject: [PATCH] fix caption text figure - refs BT#7683 --- app/Resources/public/css/base.css | 5 ++++- main/template/default/skill/skill_wheel_student.tpl | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 3b847c0b41..173b91db9b 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -2415,7 +2415,10 @@ table#skill_holder { .badges-sidebar{ height: 250px; } - +.panel figure figcaption{ + background: none; + text-align: center; +} .skill_root { box-shadow: 2px 2px 19px #aaa; diff --git a/main/template/default/skill/skill_wheel_student.tpl b/main/template/default/skill/skill_wheel_student.tpl index 77183441dd..8bdbd78d6c 100755 --- a/main/template/default/skill/skill_wheel_student.tpl +++ b/main/template/default/skill/skill_wheel_student.tpl @@ -165,7 +165,7 @@
-
{{ user_info.complete_name }}
+
{{ user_info.complete_name }}

{{ 'YourSkillRankingX'|get_lang|format(ranking) }}