mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
add viewfontmenu
This commit is contained in:
parent
312a923a28
commit
35cd5945f9
2 changed files with 10 additions and 0 deletions
4
static/css/pad_lite.css
Normal file → Executable file
4
static/css/pad_lite.css
Normal file → Executable file
|
@ -992,6 +992,10 @@ form#reconnectform { display: none; }
|
||||||
#viewzoommenu {
|
#viewzoommenu {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
}
|
}
|
||||||
|
#viewfontmenu {
|
||||||
|
position: static;
|
||||||
|
width: 65px;
|
||||||
|
}
|
||||||
#bottomarea {
|
#bottomarea {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
6
static/padhtml
Normal file → Executable file
6
static/padhtml
Normal file → Executable file
|
@ -107,6 +107,12 @@ var clientVars = {}; // ]]>
|
||||||
<img src="/static/img/mar11/editbar_embed.gif" />
|
<img src="/static/img/mar11/editbar_embed.gif" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<select id="viewfontmenu">
|
||||||
|
<option value="monospace">monospace</option>
|
||||||
|
<option value="normal">normal</option>
|
||||||
|
</select>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<select id="viewzoommenu">
|
<select id="viewzoommenu">
|
||||||
<option value="z85">85%</option>
|
<option value="z85">85%</option>
|
||||||
|
|
Loading…
Reference in a new issue