mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Fixed a bug. Width of multilingual UI
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12284 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6cb2b49153
commit
d1d9bce775
3 changed files with 89 additions and 18 deletions
|
|
@ -117,7 +117,7 @@
|
|||
<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:179px">
|
||||
<input id="menuName2" class="_menuName lang_code" type="text" required>
|
||||
</div>
|
||||
</li>
|
||||
<li class="typePage">
|
||||
|
|
@ -174,7 +174,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:179px">
|
||||
<input id="menuName" class="_menuName lang_code" type="text" required>
|
||||
</div>
|
||||
</li>
|
||||
<li style="padding:6px 0 0 0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue