Use normal font sizes for Mozilla browsers.
This commit is contained in:
@@ -24,6 +24,7 @@ $Source$
|
|||||||
* libraries/get_foreign.lib.php: Fix paging.
|
* libraries/get_foreign.lib.php: Fix paging.
|
||||||
* tbl_properties_links.php: Make drop and empty tabs lead to structure
|
* tbl_properties_links.php: Make drop and empty tabs lead to structure
|
||||||
instead of SQL.
|
instead of SQL.
|
||||||
|
* libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
|
||||||
|
|
||||||
2005-10-11 Marc Delisle <lem9@users.sourceforge.net>
|
2005-10-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/grab_globals.lib.php: bug #1322871, local file inclusion
|
* libraries/grab_globals.lib.php: bug #1322871, local file inclusion
|
||||||
|
@@ -1105,7 +1105,8 @@ function PMA_setFontSizes()
|
|||||||
else if ((PMA_USR_OS == 'Mac'
|
else if ((PMA_USR_OS == 'Mac'
|
||||||
&& ((PMA_USR_BROWSER_AGENT != 'IE' && PMA_USR_BROWSER_AGENT != 'MOZILLA')
|
&& ((PMA_USR_BROWSER_AGENT != 'IE' && PMA_USR_BROWSER_AGENT != 'MOZILLA')
|
||||||
|| PMA_USR_BROWSER_VER < 5))
|
|| PMA_USR_BROWSER_VER < 5))
|
||||||
|| PMA_USR_BROWSER_AGENT == 'KONQUEROR') {
|
|| PMA_USR_BROWSER_AGENT == 'KONQUEROR'
|
||||||
|
|| PMA_USR_BROWSER_AGENT == 'MOZILLA') {
|
||||||
$font_size = 'medium';
|
$font_size = 'medium';
|
||||||
$font_biggest = 'x-large';
|
$font_biggest = 'x-large';
|
||||||
$font_bigger = 'large';
|
$font_bigger = 'large';
|
||||||
|
Reference in New Issue
Block a user