textarea css fix
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
$default_lang = t('EN');
|
||||
|
||||
$activation_form = '
|
||||
$activation_form = '
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td>' . t('Publication:') . '</td>
|
||||
|
||||
@@ -637,6 +637,7 @@ input.formbutton_active {
|
||||
}
|
||||
|
||||
/* Editor fields for Descritpions, Logs etc. */
|
||||
textarea { font-family: Arial, sans-serif, Tahoma, Verdana; font-size: 8pt; }
|
||||
textarea.cachedesc { width:750px; height:500px; } /* only cacheeditor */
|
||||
textarea.hint { width:750px; height:100px; } /* only cacheditor */
|
||||
textarea.logs { width:640px; height:300px; } /* only logeditor */
|
||||
@@ -790,11 +791,6 @@ div.cachedesc p {font-size: 100%;}
|
||||
font-size:0.85em;
|
||||
}
|
||||
|
||||
.libse form, .libse input, .libse textarea, .libse button {
|
||||
font-family: Arial, sans-serif, Tahoma, Verdana;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
/* Articles */
|
||||
.article p, p.article { line-height: 1.4em; margin-bottom:0.8em; }
|
||||
.article li { padding-bottom:6px; line-height:1.4; }
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
*
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
<div class="libse">
|
||||
<input type="hidden" name="cacheid" value="{$cacheid|escape}" />
|
||||
|
||||
<table class="table">
|
||||
@@ -32,4 +31,3 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@@ -3,7 +3,6 @@
|
||||
*
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
<div class="libse">
|
||||
<form action="childwp.php" method="post" name="fchildwp">
|
||||
<input type="hidden" name="cacheid" value="{$cacheid|escape}" />
|
||||
<input type="hidden" name="childid" value="{$childid|escape}" />
|
||||
@@ -69,4 +68,3 @@
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
@@ -344,7 +344,7 @@
|
||||
{/if}
|
||||
<!-- End Personal Note -->
|
||||
|
||||
<!-- Additional Waypoints -->
|
||||
<!-- Additional Waypoints / Child Waypoints-->
|
||||
{if count($childWaypoints)>0}
|
||||
<div class="content2-container bg-blue02 content2-section-no-p">
|
||||
<p class="content-title-noshade-size2">
|
||||
|
||||
Reference in New Issue
Block a user