mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
parent
8feee0995f
commit
50a9018eb3
2 changed files with 0 additions and 10 deletions
4
static/css/pad_lite.css
Executable file → Normal file
4
static/css/pad_lite.css
Executable file → Normal file
|
@ -993,10 +993,6 @@ 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/pad.html
Executable file → Normal file
6
static/pad.html
Executable file → Normal file
|
@ -107,12 +107,6 @@ var clientVars = {}; // ]]>
|
||||||
<img src="/static/img/editbar_embed.gif" />
|
<img src="/static/img/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