diff --git a/very_small/img/b_drop.png b/very_small/img/b_drop.png index 00d49bc3f..882bc15b0 100644 Binary files a/very_small/img/b_drop.png and b/very_small/img/b_drop.png differ diff --git a/very_small/img/b_empty.png b/very_small/img/b_empty.png index a01b64c67..1d0742d7a 100644 Binary files a/very_small/img/b_empty.png and b/very_small/img/b_empty.png differ diff --git a/very_small/img/b_select.png b/very_small/img/b_select.png index d7594d04c..247ec45ac 100644 Binary files a/very_small/img/b_select.png and b/very_small/img/b_select.png differ diff --git a/very_small/img/bd_empty.png b/very_small/img/bd_empty.png index a5873eb67..4b95eb048 100644 Binary files a/very_small/img/bd_empty.png and b/very_small/img/bd_empty.png differ diff --git a/very_small/readme.txt b/very_small/readme.txt index 8b7e20192..ca30ee84b 100644 --- a/very_small/readme.txt +++ b/very_small/readme.txt @@ -1,5 +1,5 @@ - README FILE FOR THE VERY SMALL THEME USED WITH PHPMAYADMIN + README FILE FOR THE VERY SMALL THEME USED WITH PHPMYADMIN ---------------------------------------------------------------------- CHANGE LOG: @@ -31,6 +31,39 @@ CHANGE LOG: Note: [whatever] is any path to your phpMyAdmin-Installation. +1b. OPTIONAL +----------------------------------------------------------------------- + in your config.inc.php you should set the configuration + $cfg['LeftDisplayLogo'] =FALSE; + to save space on the left frame at the top + + Optional for Internet Explorer: + In mozilla it looks very small now ;) + but in Internet Explorer the new style is not valid so it is ignored (but its + still smaller than the original already) + + To get an even smaller view in IE, you need a small hack: + (use an editor with a replace function where you can + replace text inside all documents inside your PMA folder [whatever]) + + 1. + replace all occurrences of + `type="checkbox" ` + ---------------- + with + `type="checkbox" class="inpcheck" ` + --------------------------------- + (take care that you also replace the spaces after the quotes) + + + 2. + replace all occurrences of + `height="16"` + ----------- + with + `height="14"` + ----------- + ----------------------------------------------------------------------