Update for 3.4.
[phpmyadmin-themes.git] / original_small / readme.txt
blob0492773ab53c3003ad49f02a5f90897988c8e287
2     README FILE FOR THE ORIGINAL SMALL THEME USED WITH PHPMAYADMIN
3 ----------------------------------------------------------------------
5 CHANGE LOG:
6     - 2006-09-20;
7       > Supporting phpMyAdmin Version 2.9.0-rc1 and higher
9 1. INFORMATION ABOUT THIS THEME:
10 ----------------------------------------------------------------------
11    a) THEME:
12       The theme is based on the 'Original' theme made by the
13       members of the phpMyAdmin Team. This theme is simply the Original 
14       Theme but with small icons and checkboxes, so there fits more one page.
15       Modifications are made by Ruben Barkow. (www.eclabs.de)
16       
17    b) ICONS:
18       The Icons are the original Icons from The "Original" theme but they are resized by the browser.
19       The Icons have a height of 16 but are resized to a height of 13 so they look a bit squeezed.
21    c) USAGE:
22       The best effect you get if you use a Font size of "70%" in the front screen of phpMyAdmin 
24    d) QUESTIONS:
25       I posted this theme in the PMA-theme-area, you`ll find additional info there:
26       http://sourceforge.net/tracker/index.php?func=detail&aid=1561967&group_id=23067&atid=689412
28 2. INSTALLATION
29 ----------------------------------------------------------------------
30    Simply unzip the files.
31    (sample: [whatever]/phpMyAdmin/themes/)
33    make sure, that all files are in the directory
34    - [whatever]/phpMyAdmin/themes/original_small/.
35                         
36   Note:
37     [whatever] is any path to your phpMyAdmin-Installation.
39   Optional for Internet Explorer:
40         In mozilla it looks very small now ;)
41         but in Internet Explorer the new style is not valid so it is ignored (but its
42         still smaller than the original already)
43         
44         To get an even smaller view in IE, you need a small hack:
45         (use an editor with a replace function where you can 
46         replace text inside all documents inside your PMA folder [whatever])
47         
48         1. 
49         replace all occurrences of 
50         `type="checkbox" `
51          ----------------
52         with
53         `type="checkbox" class="inpcheck" `
54          ---------------------------------
55         (take care that you also replace the spaces after the quotes)
57         
58         2. 
59         replace all  occurrences of 
60         `height="16"`
61          -----------
62         with
63         `height="14"`
64          -----------
66 ----------------------------------------------------------------------
69 3. REQUIREMENTS / INFORMATIONS
70 ----------------------------------------------------------------------
71    - phpMyAdmin Version 2.9.0-rc1 or higher
72    - full CSS2 compatible browser
73      (I've tested with Firefox 1.5 and Microsoft(R) InternetExplorer 6.0)
74    - Your browser should support Javascript
75      and png-images.
77 ----------------------------------------------------------------------
79