에디터 컴포넌트의 input/select 객체의 width/height를 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2947 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-07 07:10:24 +00:00
parent 9eba8bde28
commit 93e03a74ae
9 changed files with 21 additions and 21 deletions

View file

@ -53,14 +53,14 @@ form { margin:0; padding:0; }
/* editor style */
a.bold { font-weight:bold; }
.editor_blue_text { color: #145ff9; text-decoration:underline; }
.editor_blue_text a { color: #145ff9; text-decoration:underline; }
.editor_red_text { color: #f42126; text-decoration:underline; }
.editor_red_text a { color: #f42126; text-decoration:underline; }
.editor_yellow_text { color: #c9bd00; text-decoration:underline; }
.editor_yellow_text a { color: #c9bd00; text-decoration:underline; }
.editor_green_text { color: #08830B; text-decoration:underline; }
.editor_green_text a { color: #08830B; text-decoration:underline; }
.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }
.folder_opener { display: block; }
.folder_closer { display: none; }

View file

@ -32,4 +32,4 @@ img.color_icon_over {
.editor_color_box { clear:both; height:65px; width:400px; border:1px solid #DDDDDD; padding:2px; }
.image_list { width:100%; border:1px solid #EEEEEE; }
.image_list { width:100%; border:1px solid #EEEEEE; height:200px !important; }

View file

@ -51,7 +51,7 @@
</div>
<ul class="buttonLeft">
<li><img src="./images/border_solid.gif" alt="blank" class="border_preview_color" id="border_preview_color" /></li>
<li>#<input type="text" id="border_color_input" size="6" maxlength="6" class="inputTypeText" value="000000" onkeyup="manual_select_color('border',this)"/></li>
<li>#<input type="text" id="border_color_input" size="7" maxlength="6" class="inputTypeText" value="000000" onkeyup="manual_select_color('border',this)"/></li>
</ul>
</td>
</tr>
@ -65,7 +65,7 @@
</div>
<ul class="buttonLeft">
<li><img src="./images/blank.gif" alt="blank" class="bg_preview_color" id="bg_preview_color" /></li>
<li>#<input type="text" id="bg_color_input" size="6" maxlength="6" class="inputTypeText" value="FFFFFF" onkeyup="manual_select_color('bg',this)"/></li>
<li>#<input type="text" id="bg_color_input" size="7" maxlength="6" class="inputTypeText" value="FFFFFF" onkeyup="manual_select_color('bg',this)"/></li>
</ul>
</td>
</tr>

View file

@ -15,7 +15,7 @@
<tr>
<th scope="row">{$lang->image_url}</th>
<td><input type="text" id="image_url" value="{url_decode($manual_url)}" onblur="getImageScale();" class="inputTypeText w100" /></td>
<td><input type="text" id="image_url" value="{url_decode($manual_url)}" onblur="getImageScale();" class="inputTypeText w400" /></td>
</tr>
<tr>
<th scope="row">{$lang->image_scale}</th>
@ -29,7 +29,7 @@
</tr>
<tr>
<th scope="row">URL</th>
<td><input type="text" id="link_url" value="" class="inputTypeText w100"/></td>
<td><input type="text" id="link_url" value="" class="inputTypeText w400"/></td>
</tr>
<tr>
<th scope="row">{$lang->urllink_open_window}</th>
@ -37,7 +37,7 @@
</tr>
<tr>
<th scope="row">{$lang->image_alt}</th>
<td><input type="text" id="image_alt" value="" class="inputTypeText w100"/></td>
<td><input type="text" id="image_alt" value="" class="inputTypeText w400"/></td>
</tr>
<tr>
<th scope="row">{$lang->image_align}</th>

View file

@ -13,11 +13,11 @@
<col />
<tr>
<th scope="row">{$lang->multimedia_url}</th>
<td><input type="text" class="inputTypeText w100" id="multimedia_url" value="{$manual_url}" /></td>
<td><input type="text" class="inputTypeText w400" id="multimedia_url" value="{$manual_url}" /></td>
</tr>
<tr>
<th scope="row">{$lang->multimedia_caption}</th>
<td><input type="text" class="inputTypeText w100" id="multimedia_caption" value="" /></td>
<td><input type="text" class="inputTypeText w400" id="multimedia_caption" value="" /></td>
</tr>
<tr>
<th scope="row">{$lang->multimedia_width}</th>

View file

@ -15,11 +15,11 @@
<tr>
<th scope="row">{$lang->urllink_title}</th>
<td><input type="text" name="text" class="inputTypeText w100" /></td>
<td><input type="text" name="text" class="inputTypeText w400" /></td>
</tr>
<tr>
<th scope="row">{$lang->urllink_url}</th>
<td><input type="text" name="url" class="inputTypeText w100" value="{$manual_url}"/></td>
<td><input type="text" name="url" class="inputTypeText w400" value="{$manual_url}"/></td>
</tr>
<tr>
<th scope="row">{$lang->urllink_open_window}</th>

View file

@ -2,7 +2,7 @@
<!--%import("../../../modules/admin/tpl/css/admin.css")-->
<div id="popHeadder">
<h1>{$component->title} ver. {$component->version}</h1>
<h3>{$component->title} ver. {$component->version}</h3>
</div>
<div id="popBody">

View file

@ -7,7 +7,7 @@
<input type="hidden" name="selected_widget" value="{$selected_widget}" />
<div id="popHeadder">
<h1>{$lang->cmd_generate_code}</h1>
<h3>{$lang->cmd_generate_code}</h3>
</div>
<div id="popBody">

View file

@ -9,7 +9,7 @@
<input type="hidden" name="widget_sequence" value="" />
<div id="popHeadder">
<h1>{$lang->cmd_generate_code}</h1>
<h3>{$lang->cmd_generate_code}</h3>
</div>
<div id="popBody">