mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Issue 2443. Some of legacy CSS code recovered.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11534 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
af3f88f016
commit
a50c7f7a63
3 changed files with 312 additions and 18 deletions
|
|
@ -271,6 +271,10 @@ to{-o-transform:rotate(360deg)}
|
|||
.x .multilingual_item>input[type="text"]{margin-bottom:-1px}
|
||||
.x .multilingual_item>.x_alert{margin-top:8px}
|
||||
|
||||
/* ---------- Deprecated UI supports - Please do not use this CSS styles below. It will be removed as soon as possible. ---------- */
|
||||
/* ---------- Deprecated UI supports - Please do not use this CSS styles below. It will be removed as soon as possible. ---------- */
|
||||
/* ---------- Deprecated UI supports - Please do not use this CSS styles below. It will be removed as soon as possible. ---------- */
|
||||
|
||||
/* Up-Down Dragable */
|
||||
.x .uDrag .wrap{position:relative;padding-left:20px}
|
||||
.x .uDrag li>.wrap{margin:0 0 0 8px}
|
||||
|
|
@ -278,4 +282,153 @@ to{-o-transform:rotate(360deg)}
|
|||
.x .uDrag .dragActive th,
|
||||
.x .uDrag .dragActive td{background:none !important}
|
||||
.x .uDrag .dragBtn{position:absolute;width:8px;height:100%;padding:0;overflow:hidden;background:url(../img/bgDragable.gif);top:1px;left:0;text-indent:12px;border:0;cursor:n-resize;white-space:nowrap}
|
||||
|
||||
/* Section & Heading */
|
||||
.x .section{margin:1em 0;padding:0;border:0}
|
||||
.x .h2,
|
||||
.x .h3,
|
||||
.x .h4{position:relative;border-style:solid;border-top:0;border-right:0;zoom:1;padding-left:8px}
|
||||
.x .h1{background:#444;border-radius:4px;color:#fff;margin:0 0 1em 0;font-size:16px;padding:0 15px;line-height:36px}
|
||||
.x .h2{border-width:3px;font-size:20px;border-color:#888}
|
||||
.x .h3{border-width:2px;font-size:16px;border-color:#aaa}
|
||||
.x .h4{border-width:1px;font-size:12px;border-color:#ccc}
|
||||
.x .h1 + ul,
|
||||
.x .h2 + ul,
|
||||
.x .h3 + ul,
|
||||
.x .h4 + ul,
|
||||
.x .h1 + .table table,
|
||||
.x .h2 + .table table,
|
||||
.x .h3 + .table table,
|
||||
.x .h4 + .table table{border-top:0 !important;margin-top:-1em !important}
|
||||
/* Table */
|
||||
.x .table{margin:1em 0}
|
||||
.x .table table{width:100%;border:0;border-collapse:collapse;border-top:2px solid #ccc}
|
||||
.x .table caption{font-weight:bold;text-align:left;line-height:22px;padding:5px 0}
|
||||
.x .table caption:after{content:"";display:block;clear:both}
|
||||
.x .table caption a{font-weight:normal}
|
||||
.x .table caption em{float:right;margin-left:1em}
|
||||
.x .table caption strong{color:#e00}
|
||||
.x .table caption .side{float:right;font-weight:normal;margin-left:1em}
|
||||
.x .table th,
|
||||
.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd}
|
||||
.x .table th{background:#f8f8f8}
|
||||
.x .table thead th{border-bottom:1px solid #999}
|
||||
.x .table tfoot td{font-weight:bold;background:#f8f8f8}
|
||||
.x .table.even tbody tr:nth-of-type(even){background-color:#fafafa}
|
||||
.x .table tbody tr:hover{background:#ffd !important}
|
||||
.x .table td>input[type=text]{margin:-1px 0 !important;vertical-align:middle}
|
||||
.x .table img{vertical-align:middle}
|
||||
.x .table em{font-style:normal;font-weight:normal;color:#e00}
|
||||
.x .table th.nowr,
|
||||
.x .table td.nowr{white-space:nowrap}
|
||||
/* Form */
|
||||
.x .form{margin:0 0 1em 0;padding:0}
|
||||
.x .form fieldset{margin:0 0 2em 0;padding:0;border:0}
|
||||
.x .form.search fieldset{border:1px solid #ccc;padding:5px 15px;border-radius:3px}
|
||||
.x .form em{font-style:normal;color:#e00}
|
||||
.x .form label{line-height:1;vertical-align:middle}
|
||||
.x .form input[type=radio]+label,
|
||||
.x .form input[type=checkbox]+label{margin-right:1em}
|
||||
.x .form input[type=checkbox]+label,
|
||||
.x .form input[type=radio]+label,
|
||||
.x .form input[type=file]{cursor:pointer}
|
||||
.x .form ul{position:relative;margin:1em 0;padding:0;list-style:none;border-top:2px solid #ccc;border-bottom:1px solid #ccc;zoom:1}
|
||||
.x .form li{list-style:none;border:1px solid #ddd;border-left:0;border-right:0;margin:-1px 0;padding:8px 0;vertical-align:top;zoom:1}
|
||||
.x .form li:hover{background:#ffd}
|
||||
.x .form li:first-child{border-top:0}
|
||||
.x .form li>label:first-child{display:block;font-weight:bold}
|
||||
.x .form li label em{font-weight:normal}
|
||||
.x .form label.overlap{position:absolute;color:#aaa}
|
||||
.x .form input[type=text],
|
||||
.x .form input[type=password],
|
||||
.x .form input[type=file],
|
||||
.x .form select[size],
|
||||
.x .form textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent}
|
||||
.x .form input[type=text],
|
||||
.x .form input[type=password],
|
||||
.x .form input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||
.x .form input[type=text].loading,
|
||||
.x .form input.loading[type=password]{padding-right:24px;width:260px;background:transparent url(../img/preLoader16.gif) no-repeat 265px center}
|
||||
.x .form input[type=checkbox],
|
||||
.x .form input[type=radio]{margin:0;padding:0;width:13px;height:13px;vertical-align:middle}
|
||||
.x .form input[type=text][disabled=disabled],
|
||||
.x .form input[type=password][disabled=disabled],
|
||||
.x .form input[type=radio][disabled=disabled],
|
||||
.x .form input[type=checkbox][disabled=disabled],
|
||||
.x .form select[disabled=disabled],
|
||||
.x .form textarea[disabled=disabled]{background:#ddd;text-shadow:1px 1px 0 #fff}
|
||||
.x .form textarea{padding:3px 4px;vertical-align:top;resize:both}
|
||||
.x .form span.desc,
|
||||
.x .form em.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
||||
.x .form p.desc{margin:.25em 0;line-height:1.4}
|
||||
.x .form .q{font-weight:bold;margin:0 0 5px 0}
|
||||
.x .form .a{margin:0 0 5px 0}
|
||||
.x .form .tgForm{margin-right:1em}
|
||||
/* Content Navigation */
|
||||
.x .cnb{margin:1em 0;position:relative;zoom:1}
|
||||
.x .cnb:after{content:"";display:block;clear:both}
|
||||
.x .cnb ul{list-style:none;margin:0;padding:0}
|
||||
.x .cnb li{display:inline}
|
||||
.x .cnb li:before{content:"| ";color:#ccc}
|
||||
.x .cnb li:first-child:before{content:""}
|
||||
.x .cnb .active,
|
||||
.x .cnb .active a{font-weight:bold;color:#333;text-decoration:none}
|
||||
.x .cnb .side{float:right}
|
||||
/* Pagination */
|
||||
.x .pagination{margin:1em 0;text-align:center;line-height:normal}
|
||||
.x .pagination *{vertical-align:middle}
|
||||
.x .pagination a,
|
||||
.x .pagination strong{position:relative;display:inline-block;padding:2px 4px;font-weight:bold;text-decoration:none;line-height:normal;color:#333 !important;vertical-align:middle}
|
||||
.x .pagination a:hover,
|
||||
.x .pagination a:active,
|
||||
.x .pagination a:focus{border:1px solid #ddd;margin:0 -1px}
|
||||
.x .pagination strong{color:#e00 !important;font-size:20px}
|
||||
.x .pagination .direction{font-weight:normal;white-space:nowrap}
|
||||
.x .pagination .direction:hover,
|
||||
.x .pagination .direction:active,
|
||||
.x .pagination .direction:focus{border:0;margin:0;text-decoration:underline}
|
||||
.x .pagination input{width:30px;text-align:center}
|
||||
.x .pagination button{overflow:visible}
|
||||
/* Star Rating */
|
||||
.x .starRating,
|
||||
.x .starRating span{display:inline-block;height:14px;background:transparent url(../img/iconStarRating.gif) no-repeat;overflow:hidden}
|
||||
.x .starRating{width:79px;vertical-align:top}
|
||||
.x .starRating span{font-size:0;line-height:0;vertical-align:top;text-indent:-100px;*text-indent:0;background-position:0 -14px}
|
||||
/* Progress */
|
||||
.x .prgrs{white-space:nowrap;line-height:normal;vertical-align:middle}
|
||||
.x .prgrs *{vertical-align:middle}
|
||||
.x .prgrs .pBar{position:relative;display:inline-block;background:#e9e9e9;margin:0 5px 0 0}
|
||||
.x .prgrs .pAction{display:inline-block;vertical-align:top;background:#99a6b6}
|
||||
.x .prgrs .pNum{position:absolute;width:100%;left:0;top:0;text-align:center;text-shadow:1px 1px 0 #fff}
|
||||
.x .prgrs.prgrsSmall{font-size:14px;line-height:14px}
|
||||
.x .prgrs.prgrsSmall .pBar,
|
||||
.x .prgrs.prgrsSmall .pAction,
|
||||
.x .prgrs.prgrsSmall .pNum{height:16px;line-height:16px;font-size:11px}
|
||||
.x .prgrs.prgrsMedium{font-size:24px;line-height:24px}
|
||||
.x .prgrs.prgrsMedium .pBar,
|
||||
.x .prgrs.prgrsMedium .pAction,
|
||||
.x .prgrs.prgrsMedium .pNum{height:22px;line-height:22px;font-size:12px}
|
||||
.x .prgrs.prgrsLarge{font-size:38px;line-height:38px}
|
||||
.x .prgrs.prgrsLarge .pBar,
|
||||
.x .prgrs.prgrsLarge .pAction,
|
||||
.x .prgrs.prgrsLarge .pNum{height:34px;line-height:34px;font-size:14px}
|
||||
/* Modal Window */
|
||||
.modal{position:absolute;top:0;left:0;width:100%;_height:100%;min-height:100%;z-index:99}
|
||||
.modal .bg{position:absolute;background:#000;_background:none;width:100%;height:100%;opacity:.5;z-index:2;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);zoom:1}
|
||||
.modal .fg{position:relative;width:80%;margin:5em auto;background:#fff;padding:0 1em;*padding:1em;border:8px solid #ddd;z-index:3;zoom:1;border-radius:5px;box-shadow:0 0 6px #000}
|
||||
.modal ul,
|
||||
.modal ol,
|
||||
.modal .lined,
|
||||
.modal .table{margin-bottom:1em}
|
||||
.modal .ie6{position:absolute;left:0;top:0;width:100%;height:100%;border:0;opacity:0;filter:alpha(opacity=0);z-index:1}
|
||||
.modalClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px}
|
||||
.modalBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
/* Layer */
|
||||
.x .layer,
|
||||
.x.layer{position:absolute;background:#fff;padding:0 1em;*padding:1em;border:8px solid #ddd;z-index:2;zoom:1;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 0 6px #666;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
.x .layer h2{font-size:14px}
|
||||
.x .layer ul,
|
||||
.x .layer ol,
|
||||
.x .layer .lined,
|
||||
.x .layer .table{margin-bottom:1em}
|
||||
.x .layerClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
|
||||
.x .layerBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
|
|
|
|||
155
modules/admin/tpl/css/admin.min.css
vendored
155
modules/admin/tpl/css/admin.min.css
vendored
|
|
@ -271,6 +271,10 @@ to{-o-transform:rotate(360deg)}
|
|||
.x .multilingual_item>input[type="text"]{margin-bottom:-1px}
|
||||
.x .multilingual_item>.x_alert{margin-top:8px}
|
||||
|
||||
/* ---------- Deprecated UI supports - Please do not use this CSS styles below. It will be removed as soon as possible. ---------- */
|
||||
/* ---------- Deprecated UI supports - Please do not use this CSS styles below. It will be removed as soon as possible. ---------- */
|
||||
/* ---------- Deprecated UI supports - Please do not use this CSS styles below. It will be removed as soon as possible. ---------- */
|
||||
|
||||
/* Up-Down Dragable */
|
||||
.x .uDrag .wrap{position:relative;padding-left:20px}
|
||||
.x .uDrag li>.wrap{margin:0 0 0 8px}
|
||||
|
|
@ -278,4 +282,153 @@ to{-o-transform:rotate(360deg)}
|
|||
.x .uDrag .dragActive th,
|
||||
.x .uDrag .dragActive td{background:none !important}
|
||||
.x .uDrag .dragBtn{position:absolute;width:8px;height:100%;padding:0;overflow:hidden;background:url(../img/bgDragable.gif);top:1px;left:0;text-indent:12px;border:0;cursor:n-resize;white-space:nowrap}
|
||||
|
||||
/* Section & Heading */
|
||||
.x .section{margin:1em 0;padding:0;border:0}
|
||||
.x .h2,
|
||||
.x .h3,
|
||||
.x .h4{position:relative;border-style:solid;border-top:0;border-right:0;zoom:1;padding-left:8px}
|
||||
.x .h1{background:#444;border-radius:4px;color:#fff;margin:0 0 1em 0;font-size:16px;padding:0 15px;line-height:36px}
|
||||
.x .h2{border-width:3px;font-size:20px;border-color:#888}
|
||||
.x .h3{border-width:2px;font-size:16px;border-color:#aaa}
|
||||
.x .h4{border-width:1px;font-size:12px;border-color:#ccc}
|
||||
.x .h1 + ul,
|
||||
.x .h2 + ul,
|
||||
.x .h3 + ul,
|
||||
.x .h4 + ul,
|
||||
.x .h1 + .table table,
|
||||
.x .h2 + .table table,
|
||||
.x .h3 + .table table,
|
||||
.x .h4 + .table table{border-top:0 !important;margin-top:-1em !important}
|
||||
/* Table */
|
||||
.x .table{margin:1em 0}
|
||||
.x .table table{width:100%;border:0;border-collapse:collapse;border-top:2px solid #ccc}
|
||||
.x .table caption{font-weight:bold;text-align:left;line-height:22px;padding:5px 0}
|
||||
.x .table caption:after{content:"";display:block;clear:both}
|
||||
.x .table caption a{font-weight:normal}
|
||||
.x .table caption em{float:right;margin-left:1em}
|
||||
.x .table caption strong{color:#e00}
|
||||
.x .table caption .side{float:right;font-weight:normal;margin-left:1em}
|
||||
.x .table th,
|
||||
.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd}
|
||||
.x .table th{background:#f8f8f8}
|
||||
.x .table thead th{border-bottom:1px solid #999}
|
||||
.x .table tfoot td{font-weight:bold;background:#f8f8f8}
|
||||
.x .table.even tbody tr:nth-of-type(even){background-color:#fafafa}
|
||||
.x .table tbody tr:hover{background:#ffd !important}
|
||||
.x .table td>input[type=text]{margin:-1px 0 !important;vertical-align:middle}
|
||||
.x .table img{vertical-align:middle}
|
||||
.x .table em{font-style:normal;font-weight:normal;color:#e00}
|
||||
.x .table th.nowr,
|
||||
.x .table td.nowr{white-space:nowrap}
|
||||
/* Form */
|
||||
.x .form{margin:0 0 1em 0;padding:0}
|
||||
.x .form fieldset{margin:0 0 2em 0;padding:0;border:0}
|
||||
.x .form.search fieldset{border:1px solid #ccc;padding:5px 15px;border-radius:3px}
|
||||
.x .form em{font-style:normal;color:#e00}
|
||||
.x .form label{line-height:1;vertical-align:middle}
|
||||
.x .form input[type=radio]+label,
|
||||
.x .form input[type=checkbox]+label{margin-right:1em}
|
||||
.x .form input[type=checkbox]+label,
|
||||
.x .form input[type=radio]+label,
|
||||
.x .form input[type=file]{cursor:pointer}
|
||||
.x .form ul{position:relative;margin:1em 0;padding:0;list-style:none;border-top:2px solid #ccc;border-bottom:1px solid #ccc;zoom:1}
|
||||
.x .form li{list-style:none;border:1px solid #ddd;border-left:0;border-right:0;margin:-1px 0;padding:8px 0;vertical-align:top;zoom:1}
|
||||
.x .form li:hover{background:#ffd}
|
||||
.x .form li:first-child{border-top:0}
|
||||
.x .form li>label:first-child{display:block;font-weight:bold}
|
||||
.x .form li label em{font-weight:normal}
|
||||
.x .form label.overlap{position:absolute;color:#aaa}
|
||||
.x .form input[type=text],
|
||||
.x .form input[type=password],
|
||||
.x .form input[type=file],
|
||||
.x .form select[size],
|
||||
.x .form textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent}
|
||||
.x .form input[type=text],
|
||||
.x .form input[type=password],
|
||||
.x .form input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||
.x .form input[type=text].loading,
|
||||
.x .form input.loading[type=password]{padding-right:24px;width:260px;background:transparent url(../img/preLoader16.gif) no-repeat 265px center}
|
||||
.x .form input[type=checkbox],
|
||||
.x .form input[type=radio]{margin:0;padding:0;width:13px;height:13px;vertical-align:middle}
|
||||
.x .form input[type=text][disabled=disabled],
|
||||
.x .form input[type=password][disabled=disabled],
|
||||
.x .form input[type=radio][disabled=disabled],
|
||||
.x .form input[type=checkbox][disabled=disabled],
|
||||
.x .form select[disabled=disabled],
|
||||
.x .form textarea[disabled=disabled]{background:#ddd;text-shadow:1px 1px 0 #fff}
|
||||
.x .form textarea{padding:3px 4px;vertical-align:top;resize:both}
|
||||
.x .form span.desc,
|
||||
.x .form em.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
||||
.x .form p.desc{margin:.25em 0;line-height:1.4}
|
||||
.x .form .q{font-weight:bold;margin:0 0 5px 0}
|
||||
.x .form .a{margin:0 0 5px 0}
|
||||
.x .form .tgForm{margin-right:1em}
|
||||
/* Content Navigation */
|
||||
.x .cnb{margin:1em 0;position:relative;zoom:1}
|
||||
.x .cnb:after{content:"";display:block;clear:both}
|
||||
.x .cnb ul{list-style:none;margin:0;padding:0}
|
||||
.x .cnb li{display:inline}
|
||||
.x .cnb li:before{content:"| ";color:#ccc}
|
||||
.x .cnb li:first-child:before{content:""}
|
||||
.x .cnb .active,
|
||||
.x .cnb .active a{font-weight:bold;color:#333;text-decoration:none}
|
||||
.x .cnb .side{float:right}
|
||||
/* Pagination */
|
||||
.x .pagination{margin:1em 0;text-align:center;line-height:normal}
|
||||
.x .pagination *{vertical-align:middle}
|
||||
.x .pagination a,
|
||||
.x .pagination strong{position:relative;display:inline-block;padding:2px 4px;font-weight:bold;text-decoration:none;line-height:normal;color:#333 !important;vertical-align:middle}
|
||||
.x .pagination a:hover,
|
||||
.x .pagination a:active,
|
||||
.x .pagination a:focus{border:1px solid #ddd;margin:0 -1px}
|
||||
.x .pagination strong{color:#e00 !important;font-size:20px}
|
||||
.x .pagination .direction{font-weight:normal;white-space:nowrap}
|
||||
.x .pagination .direction:hover,
|
||||
.x .pagination .direction:active,
|
||||
.x .pagination .direction:focus{border:0;margin:0;text-decoration:underline}
|
||||
.x .pagination input{width:30px;text-align:center}
|
||||
.x .pagination button{overflow:visible}
|
||||
/* Star Rating */
|
||||
.x .starRating,
|
||||
.x .starRating span{display:inline-block;height:14px;background:transparent url(../img/iconStarRating.gif) no-repeat;overflow:hidden}
|
||||
.x .starRating{width:79px;vertical-align:top}
|
||||
.x .starRating span{font-size:0;line-height:0;vertical-align:top;text-indent:-100px;*text-indent:0;background-position:0 -14px}
|
||||
/* Progress */
|
||||
.x .prgrs{white-space:nowrap;line-height:normal;vertical-align:middle}
|
||||
.x .prgrs *{vertical-align:middle}
|
||||
.x .prgrs .pBar{position:relative;display:inline-block;background:#e9e9e9;margin:0 5px 0 0}
|
||||
.x .prgrs .pAction{display:inline-block;vertical-align:top;background:#99a6b6}
|
||||
.x .prgrs .pNum{position:absolute;width:100%;left:0;top:0;text-align:center;text-shadow:1px 1px 0 #fff}
|
||||
.x .prgrs.prgrsSmall{font-size:14px;line-height:14px}
|
||||
.x .prgrs.prgrsSmall .pBar,
|
||||
.x .prgrs.prgrsSmall .pAction,
|
||||
.x .prgrs.prgrsSmall .pNum{height:16px;line-height:16px;font-size:11px}
|
||||
.x .prgrs.prgrsMedium{font-size:24px;line-height:24px}
|
||||
.x .prgrs.prgrsMedium .pBar,
|
||||
.x .prgrs.prgrsMedium .pAction,
|
||||
.x .prgrs.prgrsMedium .pNum{height:22px;line-height:22px;font-size:12px}
|
||||
.x .prgrs.prgrsLarge{font-size:38px;line-height:38px}
|
||||
.x .prgrs.prgrsLarge .pBar,
|
||||
.x .prgrs.prgrsLarge .pAction,
|
||||
.x .prgrs.prgrsLarge .pNum{height:34px;line-height:34px;font-size:14px}
|
||||
/* Modal Window */
|
||||
.modal{position:absolute;top:0;left:0;width:100%;_height:100%;min-height:100%;z-index:99}
|
||||
.modal .bg{position:absolute;background:#000;_background:none;width:100%;height:100%;opacity:.5;z-index:2;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);zoom:1}
|
||||
.modal .fg{position:relative;width:80%;margin:5em auto;background:#fff;padding:0 1em;*padding:1em;border:8px solid #ddd;z-index:3;zoom:1;border-radius:5px;box-shadow:0 0 6px #000}
|
||||
.modal ul,
|
||||
.modal ol,
|
||||
.modal .lined,
|
||||
.modal .table{margin-bottom:1em}
|
||||
.modal .ie6{position:absolute;left:0;top:0;width:100%;height:100%;border:0;opacity:0;filter:alpha(opacity=0);z-index:1}
|
||||
.modalClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px}
|
||||
.modalBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
/* Layer */
|
||||
.x .layer,
|
||||
.x.layer{position:absolute;background:#fff;padding:0 1em;*padding:1em;border:8px solid #ddd;z-index:2;zoom:1;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0 0 6px #666;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
.x .layer h2{font-size:14px}
|
||||
.x .layer ul,
|
||||
.x .layer ol,
|
||||
.x .layer .lined,
|
||||
.x .layer .table{margin-bottom:1em}
|
||||
.x .layerClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
|
||||
.x .layerBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
|
|
|
|||
|
|
@ -23,19 +23,6 @@ jQuery(function($){
|
|||
.parent()
|
||||
.css('position', 'relative');
|
||||
|
||||
// Make selected checkbox elements bold
|
||||
var $rc_label = $('input:radio+label,input:checkbox+label'), $input_rc = $rc_label.prev('input');
|
||||
$input_rc
|
||||
.change(function(){
|
||||
var name = $(this).attr('name');
|
||||
$input_rc
|
||||
.filter(function(){ return this.name == name })
|
||||
.next('label').css('font-weight', 'normal').end()
|
||||
.filter(':checked')
|
||||
.next('label').css('font-weight', 'bold').end();
|
||||
})
|
||||
.change();
|
||||
|
||||
// Toogle checkbox all
|
||||
$('.form th>input:checkbox')
|
||||
.change(function() {
|
||||
|
|
@ -1398,12 +1385,13 @@ jQuery(function($){
|
|||
tdTitle.each(function(){
|
||||
var $t = $(this)
|
||||
if($t.find('p.update').length==0){
|
||||
$t.addClass('tg').find('>p:not(:first-child)').hide();
|
||||
$t.addClass('tg').find('>*:not(:first-child)').hide();
|
||||
} else {
|
||||
$t.addClass('up');
|
||||
}
|
||||
});
|
||||
var details = $('.x .dsTg td.tg>p:not(:first-child)');
|
||||
$('.x .dsTg .thumb').hide();
|
||||
var details = $('.x .dsTg td.tg>*:not(:first-child), .x .dsTg .thumb');
|
||||
viewBtn.click(function(){
|
||||
viewBtn.toggleClass('details');
|
||||
details.slideToggle(200);
|
||||
|
|
@ -1425,4 +1413,4 @@ jQuery(function($){
|
|||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue