Fix: Fix on themes on linux

This commit is contained in:
Laurent Destailleur 2010-06-26 10:57:37 +00:00
parent 00d04e5e39
commit 3954b012b4
4 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,7 @@ textarea.flat {
margin: 0px 0px 0px 0px;
}
select.flat {
background: #FDFDFD;
font-size: <?php print $fontsize ?>px;
font-family: <?php print $fontlist ?>;
font-weight: normal;

View File

@ -113,6 +113,7 @@ textarea.flat {
margin: 0px 0px 0px 0px;
}
select.flat {
background: #FDFDFD;
font-size: <?php print $fontsize ?>px;
font-family: <?php print $fontlist ?>;
font-weight: normal;

View File

@ -113,6 +113,7 @@ textarea.flat
}
select.flat
{
background: #FDFDFD;
font-size: <?php print empty($conf->browser->phone)?'12':'9'; ?>px;
font-family: helvetica, verdana, arial, sans-serif;
font-weight: normal;

View File

@ -107,6 +107,7 @@ textarea.flat
}
select.flat
{
background: #FDFDFD;
font-size: 12px;
font-family: helvetica, verdana, arial, sans-serif;
font-weight: normal;