v 1.4.4.2 - Forced 16x16 image size in viewer and adminlist

This commit is contained in:
Wruczek 2017-09-12 17:52:09 +02:00
parent 9a3e355e38
commit 8ab147cdcb
3 changed files with 7 additions and 2 deletions

View File

@ -36,6 +36,11 @@ p, a {
word-wrap: break-word;
}
/* Force 16px icon size after TeamSpeak update 3.1.5 */
.ts3_viewer img, .adminlist img {
width: 16px;
}
/* ****** */
/* STATUS */
/* ****** */

View File

@ -12,7 +12,7 @@
<ul class="list-inline">
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
<p>
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4.1 &mdash; &copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4.2 &mdash; &copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017
</p>
<p>

View File

@ -89,7 +89,7 @@ function showError($title, $text) { ?>
<?php echo $text; ?>
</div>
<div class="panel-footer">
&copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4.1 | MIT License
&copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4.2 | MIT License
</div>
</div>