mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12331 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4350af127d
commit
8e08636465
4 changed files with 10 additions and 6 deletions
|
|
@ -139,6 +139,10 @@ body>.x,
|
|||
.x .x_help-inline{display:inline;vertical-align:baseline}
|
||||
.x .x_btn.x_disabled,
|
||||
.x .x_btn[disabled]{opacity:.5;filter:alpha(opacity=50);cursor:not-allowed}
|
||||
@media all and (max-width:980px){
|
||||
.x .x_form-horizontal .x_control-label{float:none;width:auto;text-align:left}
|
||||
.x .x_form-horizontal .x_controls{margin-left:0}
|
||||
}
|
||||
/* Custom Styles */
|
||||
.x .section{margin:20px 0 40px 0}
|
||||
.x .section>h1{position:relative;border-bottom:1px solid #ddd}
|
||||
|
|
|
|||
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
|
|
@ -61,25 +61,25 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
<div class="x_modal-body">
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->layout}</label>
|
||||
<div class="x_controls">
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
{$layout_info->title} ver {$layout_info->version} ({$layout_info->layout})
|
||||
</div>
|
||||
</div>
|
||||
<div cond="$layout_info->path" class="x_control-group">
|
||||
<label class="x_control-label">{$lang->path}</label>
|
||||
<div class="x_controls">
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
{$layout_info->path}
|
||||
</div>
|
||||
</div>
|
||||
<div cond="$layout_info->description" class="x_control-group">
|
||||
<label class="x_control-label">{$lang->description}</label>
|
||||
<div class="x_controls">
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
{$layout_info->description}
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->author}</label>
|
||||
<div class="x_controls">
|
||||
<div class="x_controls" style="padding-top:3px">
|
||||
<block loop="$layout_info->author=>$author_info">
|
||||
<!--@if($author_info->homepage)-->
|
||||
<a href="{$author_info->homepage}" target="_blank">{$author_info->name}</a>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<div class="x_controls">
|
||||
<label class="x_inline" for="enable_confirm_yes"><input type="radio" name="enable_confirm" id="enable_confirm_yes" value="Y" checked="checked"|cond="$config->enable_confirm == 'Y'" /> {$lang->cmd_yes}</label>
|
||||
<label class="x_inline" for="enable_confirm_no"><input type="radio" name="enable_confirm" id="enable_confirm_no" value="N" checked="checked"|cond="$config->enable_confirm != 'Y'"/> {$lang->cmd_no}</label>
|
||||
<p class="x_help-inline">{$lang->about_enable_confirm}</p>
|
||||
<p class="x_help-block">{$lang->about_enable_confirm}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue