widened cache description editor window

This commit is contained in:
following
2013-05-06 00:39:50 +02:00
parent c66fac9149
commit 5047ee16e4
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -75,7 +75,7 @@
</tr>
<tr>
<td colspan="2">
<textarea id="desc" name="desc" cols="80" rows="25">{desc}</textarea>
<textarea id="desc" class="cachedesc" name="desc" cols="90" rows="25">{desc}</textarea>
</td>
</tr>
<tr><td class="spacer" colspan="2"></td></tr>
@@ -94,7 +94,7 @@
</tr>
<tr>
<td colspan="2">
<textarea name="hints" class="mceNoEditor" cols="80" rows="15">{hints}</textarea>
<textarea name="hints" class="mceNoEditor hint" cols="90" rows="10">{hints}</textarea>
</td>
</tr>
<tr><td class="spacer" colspan="2"></td></tr>
@@ -696,9 +696,9 @@ input.formbutton_active {
vertical-align: top;
}
textarea.cachedesc {width:600px; height:500px; } /* only cacheeditor */
textarea.hint { width:600px; height:100px; } /* only cacheditor */
textarea.logs { width:600px; height:300px; } /* only logeditor */
textarea.cachedesc { width:750px; height:500px; } /* only cacheeditor */
textarea.hint { width:750px; height:100px; } /* only cacheditor */
textarea.logs { width:640px; height:300px; } /* only logeditor */
.show_deleted { text-decoration: line-through; }