diff --git a/styles.css b/styles.css index 6f5bee4..ae7102d 100755 --- a/styles.css +++ b/styles.css @@ -42,9 +42,6 @@ background: #fafafa; } -.capquiz-attempt-metainfo tr:first-child td { -} - .capquiz-tree tr td { padding: 8px; } @@ -88,7 +85,7 @@ } .capquiz-quiz-progress-fill { - background: #5599ff; + background: #59f; text-align: left; height: 30px; color: #e0e0e0; @@ -97,8 +94,8 @@ .capquiz-quiz-progress-unfill { background: #d9534f; - text-align: right ; - float: right ; + text-align: right; + float: right; height: 30px; color: #f8f9fa; max-width: 100%; diff --git a/version.php b/version.php index 0e003a9..d332b3c 100755 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019012100; +$plugin->version = 2019012101; $plugin->requires = 2016120500; $plugin->cron = 0; $plugin->component = 'mod_capquiz'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '0.1.3 (Build: 2019012100)'; +$plugin->release = '0.1.4 (Build: 2019012101)';