mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
Module description UI enhancement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12165 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
11a7c3f450
commit
1b032e335a
4 changed files with 7 additions and 7 deletions
|
|
@ -12,7 +12,8 @@ body>.x,
|
|||
.x button{font-size:13px}
|
||||
.x strong,
|
||||
.x th{font-weight:600}
|
||||
.x em{font-style:normal}
|
||||
.x em,
|
||||
.x dfn{font-style:normal}
|
||||
.x [disabled]{cursor:not-allowed}
|
||||
.x button[disabled]{color:#ccc !important}
|
||||
.x a[target="_blank"]:after{ content:"";display:inline-block;width:14px;height:14px;vertical-align:text-bottom;margin:0 0 0 2px;background-position:-120px -72px;opacity:.3;filter:alpha(opacity=30)}
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -162,6 +162,7 @@ body>.x{max-width:none !important}
|
|||
/* Add Menu */
|
||||
#add_menu label{font-weight:bold}
|
||||
#add_menu .x_tabbable{padding-top:8px}
|
||||
#add_menu .desc{width:220px;border-bottom:1px solid #ddd;padding-bottom:8px;color:#666}
|
||||
/* Default */
|
||||
#default [for="lang_menuName"],
|
||||
#default [for="mid2"]{font-weight:bold}
|
||||
|
|
|
|||
|
|
@ -113,14 +113,12 @@
|
|||
<fieldset>
|
||||
<h1><a class="_title"></a></h1>
|
||||
<div class="cnt">
|
||||
<p class="desc"><dfn class="_description">Description</dfn> <a class='_link'>[link]</a></p>
|
||||
<ul>
|
||||
<li>
|
||||
<span class="_description">Description</span> <a class='_link'>[link]</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="multilingual x_input-append">
|
||||
<label for="lang_menuName2">{$lang->menu_name}</label>
|
||||
<input id="menuName2" class="_menuName lang_code" type="text" required style="width:220px">
|
||||
<input id="menuName2" class="_menuName lang_code" type="text" required style="width:179px">
|
||||
</div>
|
||||
</li>
|
||||
<li class="typePage">
|
||||
|
|
@ -177,7 +175,7 @@
|
|||
<li>
|
||||
<div class="multilingual x_input-append">
|
||||
<label for="lang_menuName">{$lang->menu_name}</label>
|
||||
<input id="menuName" class="_menuName lang_code" type="text" required style="width:220px">
|
||||
<input id="menuName" class="_menuName lang_code" type="text" required style="width:179px">
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue