mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Modal window layer markup fixed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12631 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
889ae03a4e
commit
4034d17455
25 changed files with 51 additions and 109 deletions
|
|
@ -70,10 +70,10 @@
|
|||
</form>
|
||||
</section>
|
||||
<!--// Modal -->
|
||||
<div class="x_modal" id="editMenu">
|
||||
<section class="x_modal" id="editMenu">
|
||||
<form id="editForm" action="./" class="x_form-horizontal" style="margin:0">
|
||||
<div class="x_modal-header">
|
||||
<h3>{$lang->admin_menu_add}</h3>
|
||||
<h1>{$lang->admin_menu_add}</h1>
|
||||
</div>
|
||||
<div class="x_modal-body">
|
||||
<input type="hidden" name="module" value="menu" />
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
</span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
<style>
|
||||
.adminMap ul{background:#eee;list-style:none;margin:0;position:relative;border-radius:5px}
|
||||
.adminMap li{position:relative}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue