Merge pull request #8 from guybrush/master.

add viewfontmenu
This commit is contained in:
Pita 2011-04-30 06:38:29 -07:00
commit e9b3a17699
2 changed files with 10 additions and 0 deletions

4
static/css/pad_lite.css Normal file → Executable file
View File

@ -992,6 +992,10 @@ form#reconnectform { display: none; }
#viewzoommenu {
width: 65px;
}
#viewfontmenu {
position: static;
width: 20px;
}
#bottomarea {
height: 28px;
overflow: hidden;

6
static/padhtml Normal file → Executable file
View File

@ -107,6 +107,12 @@ var clientVars = {}; // ]]>
<img src="/static/img/mar11/editbar_embed.gif" />
</a>
</li>
<li>
<select id="viewfontmenu">
<option value="monospace">monospace</option>
<option value="normal">normal</option>
</select>
</li>
<li>
<select id="viewzoommenu">
<option value="z85">85%</option>