Hello,
In both CSS Files (theme_left.css.php & theme_right.css.php, also at the DarkblueOrange Style) I miss:
font-size: <?php echo $GLOBALS['cfg']['FontSize']; ?>;
below the font-family entry.
Is it possible to integrate this Line's in the Stylesheet? If this line is not available the Font-Size isn't adjustable and it looks terrible :D
µatthias
Logged In: YES
user_id=1383652
Originator: NO
see http://pma.cihar.com/STABLE/phpmyadmin.css.php (1st three lines) :
html {
font-size: 82%;
}
(changed by the form on main.php)
Logged In: YES
user_id=210714
Originator: NO
In other words, you don't see a font-size entry in the css files because it's generated by phpmyadmin.css.php, taking into account the font size chosen on the home page of phpMyAdmin.
Logged In: YES
user_id=1383652
Originator: NO
FYI:
in pma 3.0 / SVN trunk this piece of code was moved to theme_left.css.php and theme_right.css.php .
Example: http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/trunk/phpMyAdmin/themes/original/css/theme_left.css.php?revision=11409&view=markup
Logged In: YES
user_id=210714
Originator: NO
The reporter assigned this bug to group 2.11.8 so I answered in the context of this version.
Logged In: YES
user_id=1649537
Originator: YES
hello,
okay. but why the size of the font isn't changeable until I set the entry?
If the entry doesn't exist, I can't manipulate the font-size over the PhpMyAdmin-Panel.
If I insert hte entry, it is possible.
µatthias
Logged In: YES
user_id=1383652
Originator: NO
@counterroot
>If this line is not available the Font-Size isn't adjustable
I can't confirm. Try and clear your browser cache (Ctrl+F5) and delete all p*-cookies. Also checkout the demo server.
_________________
@marc
my (additional) "FYI" was aimed at counterroot, not meant to correct your explanation.
Logged In: YES
user_id=210714
Originator: NO
@counterroot: I doubt that this is a bug, we would have gotten other complaints; see windkiel's suggestions
@windkiel: OK thanks
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).