diff --git a/Theme/Backend/qa-dashboard.tpl.php b/Theme/Backend/qa-dashboard.tpl.php index 81518c3..8e71197 100755 --- a/Theme/Backend/qa-dashboard.tpl.php +++ b/Theme/Backend/qa-dashboard.tpl.php @@ -50,7 +50,7 @@ echo $this->data['nav']->render(); ?>
- printHtml($question->name); ?> + printHtml($question->name); ?>
@@ -59,11 +59,11 @@ echo $this->data['nav']->render(); ?> getTags(); foreach ($tags as $tag) : if ($tag->id === 0) { continue; } ?> - icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> - + printHtml($question->createdBy->account->name2); ?> printHtml($question->createdBy->account->name1); ?> createdBy->image->id > 0) : ?> <?= $this->getHtml('AccountImage', '0', '0'); ?> diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php index f7d6d68..efab113 100755 --- a/Theme/Backend/qa-question.tpl.php +++ b/Theme/Backend/qa-question.tpl.php @@ -73,15 +73,15 @@ echo $this->data['nav']->render(); foreach ($tags as $tag) : if ($tag->id === 0) { continue; } ?> - icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> getMedia(); foreach ($files as $file) : ?> - name; ?> + name; ?> - +
printHtml($question->createdBy->account->name2); ?> printHtml($question->createdBy->account->name1); ?>
Score: createdBy->account->id] ?? 0; ?>
@@ -150,10 +150,10 @@ echo $this->data['nav']->render();
getMedia(); foreach ($files as $file) : ?> - name; ?> + name; ?> - +
printHtml($answer->createdBy->account->name2); ?> printHtml($answer->createdBy->account->name1); ?>
Score: createdBy->account->id] ?? 0; ?>
diff --git a/Theme/Backend/styles.css b/Theme/Backend/styles.css index 469affa..d6bfebc 100755 --- a/Theme/Backend/styles.css +++ b/Theme/Backend/styles.css @@ -25,6 +25,7 @@ .qa .qa-accept { font-size: 2rem; + font-weight: 200; color: #ccc; cursor: pointer; } .qa .accepted .qa-accept { @@ -33,6 +34,7 @@ border-top: 3px solid #81e27d; } .qa .qa-vote { font-size: 2rem; + font-weight: 200; color: #ccc; cursor: pointer; } .qa .qa-vote.voted { diff --git a/Theme/Backend/styles.scss b/Theme/Backend/styles.scss index c8b7aeb..af980d7 100755 --- a/Theme/Backend/styles.scss +++ b/Theme/Backend/styles.scss @@ -42,6 +42,7 @@ .qa { .qa-accept { font-size: 2rem; + font-weight: 200; color: #ccc; cursor: pointer; } @@ -58,6 +59,7 @@ .qa-vote { font-size: 2rem; + font-weight: 200; color: #ccc; cursor: pointer;