Vier: Preview picture in admin settings is now smaller

This commit is contained in:
Michael Vogel 2014-06-20 00:01:20 +02:00
parent 7eea5fc212
commit 38fb43702f
2 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,10 @@ img {
/* width: 80%;*/ /* width: 80%;*/
} }
#adminpage .screenshot img {
width: 640px;
}
#pending-update { #pending-update {
float:right; float:right;
color: #ffffff; color: #ffffff;

View File

@ -1,11 +1,11 @@
<?php <?php
/** /**
* Name: Vier * Name: Vier
* Version: 0.9 * Version: 1.1
* Author: Fabio <http://kirgroup.com/profile/fabrixxm> * Author: Fabio <http://kirgroup.com/profile/fabrixxm>
* Author: Ike <http://pirati.ca/profile/heluecht> * Author: Ike <http://pirati.ca/profile/heluecht>
* Maintainer: Ike <http://pirati.ca/profile/heluecht> * Maintainer: Ike <http://pirati.ca/profile/heluecht>
* Description: "Vier" uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/ * Description: "Vier" is a very compact and modern theme. It uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/
*/ */
function vier_init(&$a) { function vier_init(&$a) {