mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12287 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d2bffa188b
commit
695693f66f
16 changed files with 47 additions and 72 deletions
|
|
@ -1,9 +1,13 @@
|
|||
<style>
|
||||
#faceoff_migration_info img { border: 1px solid #ccc; padding: 5px; }
|
||||
#faceoff_migration_info img {border:1px solid #ccc;padding:5px}
|
||||
</style>
|
||||
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->installed_layout}</h1>
|
||||
<h1>
|
||||
{$lang->installed_layout}
|
||||
<span cond="$layout_info" style="font-size:14px">> {$layout_info->title} v{$layout_info->version}({$layout_info->layout})</span>
|
||||
<span cond="$selected_layout" style="font-size:14px">> {$selected_layout->title} v{$selected_layout->version}({$selected_layout->layout})</span>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div cond="$layout == 'faceoff'" class="x_alert x_alert-block">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue