From ea01a3bfda812649136c3b821214941fa54cb4d4 Mon Sep 17 00:00:00 2001 From: Kathrin Date: Wed, 15 Jul 2015 13:26:24 +0200 Subject: [PATCH] Added a space between save button and text As there was no space between the save button and the text that says how much time is left to answer the question (in all Moodle themes) I added a margin. --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index 0ffdeb4..4f223aa 100755 --- a/styles.css +++ b/styles.css @@ -99,6 +99,10 @@ height: 30px; } +.trycount{ + margin-top: 20px; +} + @media (min-width: 480px) { .question_save { margin-left: 8em;