mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1642 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a453857dd8
commit
802981e6cd
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
.xeEditor #editorInfo { background:#fbfbfb; padding:1em; border:1px solid #e1e1dd; color:#999999; position:relative; margin-bottom:.8em;}
|
||||
.xeEditor .close { cursor:pointer; position:absolute; top:0; right:0; _top:3px; _right:15px;}
|
||||
.xeEditor .textAreaDragIndicator { text-align:center; background:url(../images/lineTextAreaDrag.gif) repeat-x left center; margin-bottom:1em;}
|
||||
.xeEditor .textAreaDragIndicatorBar { background:url(../images/buttonTextAreaDrag.gif) no-repeat center; margin-bottom:1em;position:relative;cursor:move;}
|
||||
.xeEditor .textAreaDragIndicatorBar { background:url(../images/buttonTextAreaDrag.gif) no-repeat center; margin-bottom:1em;position:relative;cursor:move;height:14px;}
|
||||
.xeEditor .editor_iframe_box { clear:both; border:1px solid #EFEFEF; }
|
||||
|
||||
div.editor_autosaved_message { font-size:9pt; font-weight:bold; color:#888888; display:none; position:absolute; top:10px; right:10px; }
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
<div class="editor_iframe_box" id="editor_iframe_area_{$upload_target_srl}"></div>
|
||||
</div>
|
||||
|
||||
<div class="textAreaDragIndicator"><div class="textAreaDragIndicatorBar" id="editor_drag_bar_{$upload_target_srl}"><img src="./images/blank.gif" alt="" width="1" height="16" /></div></div>
|
||||
<div class="textAreaDragIndicator"><div class="textAreaDragIndicatorBar" id="editor_drag_bar_{$upload_target_srl}"></div></div>
|
||||
|
||||
|
||||
<!--@if($allow_fileupload)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue