mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12330 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cd6e3cd266
commit
4350af127d
5 changed files with 4 additions and 6 deletions
|
|
@ -75,8 +75,6 @@ body>.x,
|
|||
.x .x_nav-tabs>li>a{padding-top:6px;padding-bottom:6px;text-decoration:none !important}
|
||||
.x .x_nav-tabs>li.x_active>a{font-weight:bold}
|
||||
.x .x_table{margin:10px 0;border-top:2px solid #ddd;border-bottom:1px solid #ddd}
|
||||
.x .x_table:first-child,
|
||||
.x .x_table:first-of-type{margin-top:0}
|
||||
.x h1+.x_table:first-of-type{border-top:0;margin-top:-10px}
|
||||
.x .x_table>caption{text-align:left;padding:0 0 10px 0;line-height:26px}
|
||||
.x .x_inline{display:inline-block;*display:inline;*zoom:1}
|
||||
|
|
@ -134,6 +132,7 @@ body>.x,
|
|||
.x legend{font-size:14px;font-weight:bold;line-height:24px}
|
||||
.x label{font-weight:inherit}
|
||||
.x label:only-child{margin-bottom:0}
|
||||
.x td p,
|
||||
.x p:last-child{margin-bottom:0}
|
||||
.x form{margin:0 0 10px 0}
|
||||
.x form .x_btn-primary[type="submit"]:only-of-type{min-width:160px}
|
||||
|
|
|
|||
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
|
|
@ -80,7 +80,7 @@
|
|||
.xpress-editor .tool li.html span button,
|
||||
.xpress-editor .tool li.preview span button{left:2px;height:21px;background-position:right top;font:11px/21px Tahoma, Sans-serif;padding:0 4px;*overflow:visible;*line-height:20px}
|
||||
.xpress-editor .tool ul.type li{float:none;display:inline;*top:1px}
|
||||
.xpress-editor .tool ul.type li select{height:21px;width:64px;white-space:nowrap}
|
||||
.xpress-editor .tool ul.type li select{height:21px;width:64px;white-space:nowrap;min-width:auto}
|
||||
.xpress-editor .tool ul.type li option{white-space:nowrap}
|
||||
.xpress-editor.black .tool ul.type li select{color:#fff;background-color:#000}
|
||||
/* Content > Tool > Button Default */
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -8,7 +8,6 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}…</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{@ $isDeletable = count($layout_list) > 1 ? TRUE : FALSE}
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue