mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
1. faceOff 레이아웃 기본 속성 및 편집 기능 개선
- 모든 영역은 기본적으로 padding:10px를 가지도록 하고 header의 경우 margin/padding 조절 가능하도록 개선 - 기본 sample faceOff레이아웃 변경 2. 가로 메뉴 출력 스킨 위젯의 CSS속성 변경 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5836 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5fc3ef700e
commit
d789f41342
10 changed files with 119 additions and 201 deletions
|
|
@ -559,6 +559,8 @@ var PropertyDialog = {
|
|||
isWidget = sel.is('.widgetOutput');
|
||||
isBody = sel.is('html>body');
|
||||
isContainer = sel.is('#container');
|
||||
isHeader = sel.is('#header');
|
||||
|
||||
|
||||
$('fieldset',dlg).show();
|
||||
|
||||
|
|
@ -571,6 +573,11 @@ var PropertyDialog = {
|
|||
$('fieldset[name=font]',dlg).show();
|
||||
}
|
||||
|
||||
if(isHeader){
|
||||
$('fieldset[name=margin]',dlg).show();
|
||||
$('fieldset[name=padding]',dlg).show();
|
||||
}
|
||||
|
||||
// remove visible more
|
||||
this.element.find('.visible-more').removeClass('visible-more');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue