mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
로그인 위젯의 회원메뉴 간격 넓힘. 댓글/ 위젯컨텐츠 수정시 에디터의 가로 크기를 제대로 표시되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3040 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0c99858e7c
commit
a7f7a11d46
5 changed files with 10 additions and 7 deletions
|
|
@ -96,7 +96,8 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height) {
|
|||
// iframe obj를 찾음
|
||||
var iframe_obj = editorGetIFrame(editor_sequence);
|
||||
if(!iframe_obj) return;
|
||||
iframe_obj.style.width = '100%';
|
||||
xWidth(iframe_obj.parentNode, '100%');
|
||||
xWidth(iframe_obj, xWidth(iframe_obj.parentNode)-20);
|
||||
|
||||
// 현 에디터를 감싸고 있는 form문을 찾음
|
||||
var fo_obj = editorGetForm(editor_sequence);
|
||||
|
|
|
|||
|
|
@ -33,3 +33,5 @@
|
|||
#pageSizeLayer .small_input { background:#FFFFFF; border:1px solid #AAAAAA; padding:1px; font:8pt verdana; width:20px; }
|
||||
#pageSizeLayer .color_input { background:#FFFFFF; border:1px solid #AAAAAA; padding:1px; font:8pt verdana; width:50px; }
|
||||
#pageSizeLayer .submit { width:90%; border:1px solid #DEDEDE; background-color:#FFFFFF;}
|
||||
|
||||
div.editor { width:700px; }
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
.login_black form .userName { position:relative; width:172px; overflow:hidden; border-bottom:1px solid #515151; padding:0 0 6px 0; margin-top:-5px;}
|
||||
.login_black form .userName strong { color:#cbcbcb; padding:4px 0 0 2px; font:bold .9em Tahoma;}
|
||||
.login_black form .userName a { position:relative; right:0px; }
|
||||
.login_black form ul.userMenu { padding:0 0 6px 4px; overflow:hidden; margin-top:10px;}
|
||||
.login_black form ul.userMenu li { list-style:none; color:#cbcbcb; list-style:none;padding-left:10px; background:url(../images/black/bulletFF1A00.gif) no-repeat left 4px; }
|
||||
.login_black form ul.userMenu { position:relative; padding:0 0 6px 4px; overflow:hidden; margin-top:10px;}
|
||||
.login_black form ul.userMenu li { list-style:none; color:#cbcbcb; list-style:none;padding-left:10px; background:url(../images/black/bulletFF1A00.gif) no-repeat left 4px; margin-bottom:5px;}
|
||||
.login_black form ul.userMenu li a { color:#cbcbcb;text-decoration:none;}
|
||||
.login_black form ul.userMenu li a:hover {text-decoration:underline;}
|
||||
.login_black form p.latestLogin { color:#818181; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
.login_default form .userName { position:relative; width:172px; overflow:hidden; border-bottom:1px solid #e4e4e4; padding:0 0 6px 0; margin-top:-5px;}
|
||||
.login_default form .userName strong { color:#282828; padding:4px 0 0 2px; font:bold .9em Tahoma;}
|
||||
.login_default form .userName a { position:relative; right:0px; }
|
||||
.login_default form ul.userMenu { padding:0 0 6px 4px; margin-top:10px;}
|
||||
.login_default form ul.userMenu li { list-style:none; padding-left:10px; background:url(../images/default/bulletFF1A00.gif) no-repeat left 4px; }
|
||||
.login_default form ul.userMenu { position:relative; padding:0 0 6px 4px; margin-top:10px;}
|
||||
.login_default form ul.userMenu li { list-style:none; padding-left:10px; background:url(../images/default/bulletFF1A00.gif) no-repeat left 4px; margin-bottom:5px;}
|
||||
.login_default form ul.userMenu li a { color:#54564b; text-decoration:none;}
|
||||
.login_default form ul.userMenu li a:hover { text-decoration:underline;}
|
||||
.login_default form p.latestLogin { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
.login_white form .userName { position:relative; width:172px; overflow:hidden; border-bottom:1px solid #e4e4e4; padding:0 0 6px 0; margin-top:-5px;}
|
||||
.login_white form .userName strong { color:#282828; padding:4px 0 0 2px; font:bold .9em Tahoma;}
|
||||
.login_white form .userName a { position:relative; right:0px; }
|
||||
.login_white form ul.userMenu { padding:0 0 6px 4px; overflow:hidden; margin-top:10px;}
|
||||
.login_white form ul.userMenu li { list-style:none; padding-left:10px; background:url(../images/white/bulletFF1A00.gif) no-repeat left 4px; height:18px; }
|
||||
.login_white form ul.userMenu { position:relative; padding:0 0 6px 4px; overflow:hidden; margin-top:10px;}
|
||||
.login_white form ul.userMenu li { list-style:none; padding-left:10px; background:url(../images/white/bulletFF1A00.gif) no-repeat left 4px; height:18px; margin-bottom:5px;}
|
||||
.login_white form ul.userMenu li a { color:#54564b; text-decoration:none; }
|
||||
.login_white form ul.userMenu li a:hover { text-decoration:underline; }
|
||||
.login_white form p.latestLogin { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue