From 250e77d26dcf6311359b05cb2a671b9f9fcb1ff6 Mon Sep 17 00:00:00 2001 From: hussnain Date: Thu, 30 Jan 2020 14:28:31 +0500 Subject: [PATCH] Remove unnecessary focus from the submit's checkmark and adjust alignments as per new changes. --- problem_builder/public/css/problem-builder.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/problem_builder/public/css/problem-builder.css b/problem_builder/public/css/problem-builder.css index cc5cc80e..04db7d60 100644 --- a/problem_builder/public/css/problem-builder.css +++ b/problem_builder/public/css/problem-builder.css @@ -66,6 +66,23 @@ display: none; } +.assessment-question-block .submit{ + padding-left: 30px; + position: relative; +} + +.assessment-question-block .submit .step-overall-checkmark { + background: transparent !important; + display: none; + position: absolute; + left: -4px; + top: -2px; +} +.assessment-question-block .submit .step-overall-checkmark:before { + display: inline-block; + vertical-align: middle; +} + .mentoring legend { white-space: normal; display: table; /* Enable line-wrapping in IE8 */