mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
fix small 12pt font-size on login inputs after custom font introduction
This commit is contained in:
parent
92efbd75fd
commit
a127860ad6
@ -27,7 +27,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* addapted from orginal styles.php
|
||||
@ -2198,6 +2197,7 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
|
||||
border-bottom: 1px solid silver;
|
||||
padding-left: 25px;
|
||||
background-color: transparent;
|
||||
font-size: 100%;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input:focus {
|
||||
outline: none;
|
||||
|
@ -7,7 +7,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* addapted from orginal styles.php
|
||||
@ -2178,6 +2177,7 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
|
||||
border-bottom: 1px solid silver;
|
||||
padding-left: 25px;
|
||||
background-color: transparent;
|
||||
font-size: 100%;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input:focus {
|
||||
outline: none;
|
||||
|
@ -7,7 +7,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* addapted from orginal styles.php
|
||||
|
@ -17,7 +17,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* addapted from orginal styles.php
|
||||
@ -2188,6 +2187,7 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
|
||||
border-bottom: 1px solid silver;
|
||||
padding-left: 25px;
|
||||
background-color: transparent;
|
||||
font-size: 100%;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input:focus {
|
||||
outline: none;
|
||||
|
@ -341,6 +341,7 @@ div#loginMainDiv.stockLoginBackground {
|
||||
border-bottom: 1px solid silver;
|
||||
padding-left: 25px;
|
||||
background-color: transparent;
|
||||
font-size: 100%;
|
||||
}
|
||||
input:hover {}
|
||||
input:focus {
|
||||
|
@ -188,7 +188,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* addapted from orginal styles.php
|
||||
@ -2209,6 +2208,7 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
|
||||
border-bottom: 1px solid silver;
|
||||
padding-left: 25px;
|
||||
background-color: transparent;
|
||||
font-size: 100%;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox input:focus {
|
||||
outline: none;
|
||||
|
Loading…
Reference in New Issue
Block a user