mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Site edit/design UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11858 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4927670ad9
commit
52bfda2a44
2 changed files with 11 additions and 3 deletions
|
|
@ -179,6 +179,7 @@ body>.x{max-width:none}
|
|||
#imgbtn form._imgUploaded .noImg,
|
||||
#imgbtn form._imgUploaded .upload{display:none}
|
||||
/* Design */
|
||||
#design ._site{display:none}
|
||||
#design ._preview_form{margin:0}
|
||||
#design ul{margin-top:8px}
|
||||
#design .btnBoth{border:0}
|
||||
|
|
@ -194,4 +195,10 @@ body>.x{max-width:none}
|
|||
/* Message Box */
|
||||
#msgBox {width:600px;margin-left:-300px}
|
||||
#msgBox._small {width:400px;margin-left:-200px}
|
||||
#msgBox._type_alert ._cancel{display:none}
|
||||
#msgBox._type_alert ._cancel{display:none}
|
||||
/* Divide local/global settings view */
|
||||
._siteDesign #design ._item,
|
||||
._siteDesign #design .x_close,
|
||||
._siteDesign #skin ul ul,
|
||||
._siteDesign .theme .cnt>label:first-child{display:none !important}
|
||||
._siteDesign #design ._site{display:block}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div id="site">
|
||||
<div id="site" class="_siteDesign">
|
||||
<div class="col map" id="site_map">
|
||||
<h1>사이트맵</h1>
|
||||
<div class="cnt">
|
||||
|
|
@ -308,7 +308,8 @@
|
|||
</div>
|
||||
<div class="col" id="design">
|
||||
<fieldset>
|
||||
<h1>디자인</h1>
|
||||
<h1 class="_item">디자인</h1>
|
||||
<h1 class="_site">사이트 디자인</h1>
|
||||
<div class="cnt">
|
||||
<form action="./" target="xe_preview" class="_preview_form" method="post">
|
||||
<input type="hidden" name="skin_vars" value="{}"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue