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