mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Selected module management UI cleaning. (modal page)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4304910344
commit
ef08a0921c
17 changed files with 290 additions and 466 deletions
|
|
@ -71,6 +71,7 @@ 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 h1+.x_table{border-top:0}
|
||||
.x .x_table:first-child{margin-top:0}
|
||||
.x .x_table>caption{text-align:left;padding:8px 0}
|
||||
.x .x_inline{display:inline-block;*display:inline;*zoom:1}
|
||||
|
|
@ -116,6 +117,7 @@ body>.x,
|
|||
.x .x_well>*:first-child{margin-top:0}
|
||||
.x .x_well>*:last-child{margin-bottom:0}
|
||||
.x legend{font-size:14px;font-weight:bold;line-height:24px}
|
||||
.x label{font-weight:inherit}
|
||||
/* Custom Styles */
|
||||
.x .section{margin:20px 0 40px 0}
|
||||
.x .section>h1{position:relative;border-bottom:1px solid #ddd}
|
||||
|
|
@ -138,6 +140,7 @@ body>.x,
|
|||
.x td>form,
|
||||
.x td>p:only-of-type,
|
||||
.x td>p:last-of-type{margin:0}
|
||||
.x [data-display="none"]{display:none}
|
||||
/* Image Sprite */
|
||||
.x a[target="_blank"]:after,
|
||||
.x>.xin>.body>.gnb>ul>li>a>i,
|
||||
|
|
|
|||
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
|
|
@ -1560,7 +1560,7 @@ jQuery(function($){
|
|||
|
||||
function makeUI(){
|
||||
var $multilingualWindow = $('#g11n');
|
||||
var width = $this.width() - 44;
|
||||
var width = $this.width();
|
||||
|
||||
if(t.tagName == 'TEXTAREA' || $this.data('type') == 'textarea'){
|
||||
var $displayInput = $('<textarea id="lang_' + id + '" class="displayInput" style="width:' + width + 'px">').data('lang-id', id);
|
||||
|
|
|
|||
2
modules/admin/tpl/js/admin.min.js
vendored
2
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue