mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
최근 게시물 위젯 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2195 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
98cbcdaa59
commit
8427e381c8
5 changed files with 19 additions and 7 deletions
|
|
@ -3,4 +3,4 @@ h3 { margin:0 10px 0 10px; }
|
|||
.widget_list { margin:10px; }
|
||||
.widget_list a { margin-bottom:10px; }
|
||||
.editor_box { margin:0 10px 10px 10px; }
|
||||
.button_box { margin:0 10px 10px 10px; text-align:right;}
|
||||
.button_box { float:right; overflow:hidden; }
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
|
||||
<span class="button"><input type="button" value="{$lang->cmd_close}" onclick="window.close(); return false;" /></span>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
<div class="editor_box">{$editor}</div>
|
||||
|
||||
|
|
@ -35,5 +36,6 @@
|
|||
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
|
||||
<span class="button"><input type="button" value="{$lang->cmd_close}" onclick="window.close(); return false;" /></span>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue