mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-18 00:45:52 +00:00
More textarea consistency
This commit is contained in:
parent
060ab351b0
commit
d40cc5e1be
2 changed files with 4 additions and 3 deletions
|
|
@ -271,6 +271,9 @@ body {
|
|||
width: 705px;
|
||||
height: 450px;
|
||||
border-color: #cccccc;
|
||||
font-family: monospace;
|
||||
resize: none;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Content display {{{ */
|
||||
|
|
@ -312,10 +315,8 @@ body {
|
|||
|
||||
#editor {
|
||||
display: none;
|
||||
border: 0;
|
||||
width: 794px;
|
||||
height: 800px;
|
||||
font-family: monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
/* }}} */
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
{% block main %}
|
||||
<div id="normal-content" class="normal {% if extra.lang_hl != "story" %}fixed{% endif %}">
|
||||
<pre id="normal-code"><code id="codeb" class="{{ extra.lang_hl }}">{{ extra.contents }}</code></pre>
|
||||
<textarea id="editor">{{ extra.contents }}</textarea>
|
||||
<textarea id="editor" class="editor">{{ extra.contents }}</textarea>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue