1057 lines
29 KiB
CSS
1057 lines
29 KiB
CSS
/*=================================================================NAVIGATION==================================================*/
|
|
.bx-core-adm-dialog .adm-sublist .adm-navigation
|
|
{
|
|
padding:18px 0 1px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-pages-block
|
|
{
|
|
float:left;
|
|
min-width:33%;
|
|
padding-top:3px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-pages-number-block
|
|
{
|
|
color:#363838;
|
|
text-align:center;
|
|
text-shadow:0 1px #fff;
|
|
overflow:hidden;
|
|
padding:0 5px 1px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-pages-number
|
|
{
|
|
display:inline-block;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-pages-number-text
|
|
{
|
|
color:#3f4b54;
|
|
display:inline-block;
|
|
font-size:11px;
|
|
text-shadow:0 1px #fff;
|
|
vertical-align:top;
|
|
padding:9px 12px 0 0;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-pages-total-block
|
|
{
|
|
float:right;
|
|
font-size:13px;
|
|
color:#3f4b54;
|
|
text-shadow:0 1px #fff;
|
|
text-align:right;
|
|
min-width:33%;
|
|
padding-top:7px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page,
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-separator,
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-separator:before
|
|
{
|
|
background: #edf3f6 url("../main/images/bx-admin-sprite-small-1.png") repeat-x scroll 0 -452px;
|
|
display:inline-block;
|
|
border:1px solid;
|
|
border-color:#99acb5 #99acb5 #99acb5 #99acb5;
|
|
border-radius:2px;
|
|
box-shadow:inset 0 1px 0 #fff;
|
|
color:#5e5e5e;
|
|
height:18px;
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
line-height:14px;
|
|
text-shadow:0 1px #fff;
|
|
text-decoration:none;
|
|
text-align:center;
|
|
margin:0 2px;
|
|
padding-top:5px;
|
|
position:relative;
|
|
vertical-align:top;
|
|
min-width:24px;
|
|
-webkit-box-shadow:inset 0 1px 0 #fff; padding-left: 2px; padding-right: 2px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-separator:before
|
|
{
|
|
left:-1px;
|
|
top:-1px;
|
|
content:"...";
|
|
margin:0;
|
|
position:absolute;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-separator:hover:before
|
|
{
|
|
opacity:0;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist a.adm-nav-page:hover,
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-separator:hover
|
|
{
|
|
background-image:none;
|
|
background-color:#fff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-active
|
|
{
|
|
background:#6f797f;
|
|
-webkit-box-shadow:0 1px 0 #fff, inset 0 1px 4px #4e5559;
|
|
box-shadow:0 1px 0 #fff, inset 0 1px 4px #4e5559;
|
|
border-color:#565e63 #5d666b #5e676c #5d666b;
|
|
color:#efefef;
|
|
height:17px;
|
|
margin:1px 3px 0;
|
|
text-shadow:0 1px #60686d;
|
|
min-width:22px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page:active
|
|
{
|
|
background:#6f797f!important;
|
|
-webkit-box-shadow:0 1px 0 #fff, inset 0 1px 4px #4e5559;
|
|
box-shadow:0 1px 0 #fff, inset 0 1px 4px #4e5559;
|
|
border-color:#565e63 #5d666b #5e676c #5d666b;
|
|
color:#efefef;
|
|
height:17px;
|
|
margin:1px 3px 0;
|
|
text-shadow:0 1px #60686d;
|
|
min-width:22px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-prev:before,
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-next:before
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-1.png") no-repeat center -302px;
|
|
content:"";
|
|
position:absolute;
|
|
left:0;
|
|
top:0;
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-next:before
|
|
{
|
|
background-position:center -323px;
|
|
}
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-first:before
|
|
{
|
|
background-position:center -1390px;
|
|
}
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-last:before
|
|
{
|
|
background-position:center -1374px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-next:active:before,
|
|
.bx-core-adm-dialog .adm-sublist .adm-nav-page-prev:active:before
|
|
{
|
|
top:-2px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-subnav-page-prev-before,
|
|
.bx-core-adm-dialog .adm-sublist .adm-subnav-page-next-before
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
/*=================================================================NAVIGATION==================================================*/
|
|
|
|
|
|
/*=================================================================TABLE LIST==================================================*/
|
|
.bx-core-adm-dialog .adm-sublist,
|
|
.bx-core-adm-dialog .adm-sublist *
|
|
{
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
.bx-core-adm-dialog .adm-sublist .adm-select
|
|
{
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-top
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-1.png") repeat-x 0 -551px;
|
|
border-radius:5px 5px 0 0;
|
|
box-shadow:inset 0 1px 0 #ffffff;
|
|
-webkit-box-shadow:inset 0 1px 0 #ffffff;
|
|
border-bottom:1px solid #dde5e7;
|
|
height:38px;
|
|
white-space:nowrap;
|
|
padding:9px 50px 0 8px;
|
|
position:relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-top .adm-btn,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-top input[type='button']
|
|
{
|
|
margin-right:12px;
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-top a,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-top a:link,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-top a:visited,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-top a:hover,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-top a:active
|
|
{
|
|
color: #3F4B54;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-setting
|
|
{
|
|
right:8px;
|
|
top:9px;
|
|
position:absolute;
|
|
}
|
|
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-setting:before
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-1.png") repeat-y center -856px;
|
|
content:"";
|
|
height:15px;
|
|
left:13px;
|
|
top:7px;
|
|
position:absolute;
|
|
width:14px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-wrap
|
|
{
|
|
border-radius:5px;
|
|
border:1px solid;
|
|
border-color:#d6dfe1 #ced7d8 #969d9e #bec7c8;
|
|
border-top:none;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-without-header
|
|
{
|
|
border-radius:0 0 5px 5px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-without-footer
|
|
{
|
|
border-radius:5px 5px 0 0;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table
|
|
{
|
|
border:none;
|
|
border-top:1px solid #adbdca;
|
|
border-spacing:0;
|
|
width:100%;
|
|
border-collapse: separate;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-row:nth-child(odd) .adm-list-table-cell
|
|
{
|
|
background-color:#f5f9f9;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-row:hover .adm-list-table-cell
|
|
{
|
|
background-color:#e0e9ec;
|
|
position:relative;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-row .adm-list-row-active:hover .adm-list-table-cell
|
|
{
|
|
background-color:#d7dcc2;
|
|
position:relative;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell
|
|
{
|
|
background-color:#aebbc0;
|
|
background-image: -webkit-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: -moz-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: -ms-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: -o-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: linear-gradient(top, #b9c7cd, #aab6b8);
|
|
border:1px solid;
|
|
border-color:#d9e0e4 #89979d #919b9d #ebeef0;
|
|
font-weight:bold;
|
|
text-shadow:0 1px rgba(255,255,255,0.7);
|
|
height:21px;
|
|
vertical-align:middle;
|
|
padding:6px 0 4px 0;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort:hover,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-checkbox:hover
|
|
{
|
|
background:#d1dce0;
|
|
box-shadow:none;
|
|
-webkit-box-shadow:none;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-popup-block:hover
|
|
{
|
|
background-color:#aebbc0;
|
|
background-image: -webkit-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: -moz-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: -ms-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: -o-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: linear-gradient(top, #b9c7cd, #aab6b8);
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-inner
|
|
{
|
|
font-size:13px;
|
|
font-weight:bold;
|
|
min-height:18px;
|
|
padding:0 16px 0 16px;
|
|
position:relative;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort-down,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort-up
|
|
{
|
|
cursor:pointer;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-up,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-down
|
|
{
|
|
background-color:#828c93;
|
|
background:-webkit-linear-gradient(top, #6e787d, #94a0a5 50%, #9eaaaf)!important;
|
|
background:-moz-linear-gradient(top, #6e787d, #94a0a5 50%, #9eaaaf) !important;
|
|
background:-ms-linear-gradient(top, #6e787d, #94a0a5 50%, #9eaaaf) !important;
|
|
background:-o-linear-gradient(top, #6e787d, #94a0a5 50%, #9eaaaf)!important;
|
|
background:linear-gradient(top, #6e787d, #94a0a5 50%, #9eaaaf) !important;
|
|
border:1px solid;
|
|
border-top:none;
|
|
border-color:transparent #888 #646e74 transparent!important;
|
|
box-shadow:inset 0 7px 4px -5px #27272b, inset 0 1px 0 0 #5a6063!important;
|
|
-webkit-box-shadow:inset 0 7px 4px -5px #27272b, inset 0 1px 0 0 #5a6063!important;
|
|
text-shadow:0 1px 1px #2f3438;
|
|
color:#fff;
|
|
/* padding:0; */
|
|
position:relative;
|
|
z-index:2;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-up div,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-down div
|
|
{
|
|
color: #ffffff;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-up:hover,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-down:hover
|
|
{
|
|
background-color:#828c93;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort .adm-list-table-cell-inner:after,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort-up .adm-list-table-cell-inner:after,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort-down .adm-list-table-cell-inner:after
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-1.png") no-repeat 0 -1967px;
|
|
content:"";
|
|
margin-top:-4px;
|
|
right:10px;
|
|
height:9px;
|
|
top:50%;
|
|
position:absolute;
|
|
width:8px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort .adm-sub-sort,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort-up .adm-sub-sort,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort-down .adm-sub-sort
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort-down .adm-list-table-cell-inner:after
|
|
{
|
|
background-position: 0 -1033px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell-sort-up .adm-list-table-cell-inner:after
|
|
{
|
|
background-position: 0 -1049px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-popup-block .adm-list-table-cell-inner:before
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header-active .adm-list-table-cell-inner:before
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell
|
|
{
|
|
background:#fff;
|
|
border:none;
|
|
color:#000;
|
|
font-size:13px;
|
|
height:15px;
|
|
padding:11px 0 10px 16px;
|
|
text-align:left;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .align-left
|
|
{
|
|
text-align:left;
|
|
padding-left:16px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .align-right
|
|
{
|
|
text-align:right;
|
|
padding-right:16px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-cell.align-center
|
|
{
|
|
text-align: center;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .valign-top
|
|
{
|
|
vertical-align:top;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .valign-bottom
|
|
{
|
|
vertical-align:bottom;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-cell-last
|
|
{
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-checkbox,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-popup-block
|
|
{
|
|
text-align:center;
|
|
vertical-align:top;
|
|
padding-left:0;
|
|
padding-right:0;
|
|
padding-bottom: 0;
|
|
width:38px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-checkbox
|
|
{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-checkbox
|
|
{
|
|
border-left:none !important;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-checkbox .adm-list-table-cell-inner,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-popup-block .adm-list-table-cell-inner
|
|
{
|
|
padding-right:0; padding-left:0; width: 37px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-checkbox .adm-list-table-cell-inner:after,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-popup-block .adm-list-table-cell-inner:after
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-popup-block
|
|
{
|
|
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-popup
|
|
{
|
|
background-image:url("../main/images/bx-admin-sprite-small.png");
|
|
background-repeat:no-repeat;
|
|
background-position :center -1117px;
|
|
height:20px;
|
|
width:37px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-checkbox .adm-designed-checkbox-label
|
|
{
|
|
background-position:center -983px !important;
|
|
width:38px!important;
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell .adm-list-table-checkbox .adm-designed-checkbox-label {
|
|
top: 2px;
|
|
left: 1px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-checkbox .adm-designed-checkbox:checked + .adm-designed-checkbox-label
|
|
{
|
|
background-position:center -1006px !important;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-checkbox .adm-designed-checkbox:checked + .adm-designed-checkbox-label
|
|
{
|
|
background-position:center -1006px !important;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-checkbox .adm-designed-checkbox:disabled + .adm-designed-checkbox-label
|
|
{
|
|
background-position:center -1350px !important;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell .adm-list-table-checkbox .adm-designed-checkbox:disabled:checked + .adm-designed-checkbox-label
|
|
{
|
|
background-position:center -3459px !important;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-row .adm-table-row-active .adm-list-table-cell,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-row .adm-list-row-active .adm-list-table-cell
|
|
{
|
|
background-color:#e2e7cb;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-row .adm-table-row-active:hover .adm-list-table-cell,
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-row .adm-list-row-active:hover .adm-list-table-cell
|
|
{
|
|
background-color:#d7dcc2;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell a
|
|
{
|
|
color:#1c53a2; text-decoration:none;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-footer
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-1.png") repeat-x 0 -1247px;
|
|
border-top:1px solid #f1f1f1;
|
|
border-radius: 0 0 5px 5px;
|
|
box-shadow:inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255, 0.3);
|
|
-webkit-box-shadow:inset 0 1px 0 #fff, inset 0 0 0 1px rgba(255,255,255, 0.3);
|
|
height:38px;
|
|
padding-top:7px;
|
|
position:relative;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-fixed:after,
|
|
.bx-core-adm-dialog .adm-sublist .adm-detail-tabs-block-fixed:after
|
|
{
|
|
background: url("../main/images/bx-admin-sprite-small-1.png") repeat-x 0 -1088px;
|
|
bottom: -13px;
|
|
content: "";
|
|
height: 13px;
|
|
left: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-footer-fixed {
|
|
border-radius: 0;
|
|
border-top-color:#dae1e5;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-footer-fixed:after,
|
|
.bx-core-adm-dialog .adm-sublist .adm-detail-content-btns-fixed:after
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-1.png") repeat-x 0 -1071px;
|
|
content:"";
|
|
height:13px;
|
|
left:0;
|
|
right:0;
|
|
top:-13px;
|
|
position:absolute;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-selectall-wrap
|
|
{
|
|
margin:0 0 0 12px;
|
|
display: inline-block;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-checkbox-label
|
|
{
|
|
display:inline-block;
|
|
vertical-align:top;
|
|
font-size:11px;
|
|
color:#3f4b54;
|
|
line-height:13px;
|
|
margin:1px 0 0 12px;
|
|
text-shadow:0 1px #fff;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-wrap
|
|
{
|
|
display:inline-block; vertical-align:middle; margin:0 0 0 16px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-btn-edit,
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-btn-delete
|
|
{
|
|
background: transparent url("../main/images/bx-admin-sprite-big1.png") no-repeat scroll 0 -948px;
|
|
cursor:pointer;
|
|
height:32px;
|
|
width:32px;
|
|
display:inline-block;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-btn-edit:hover
|
|
{
|
|
background: transparent url("../main/images/bx-admin-sprite-big1.png") no-repeat scroll 0 -1022px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-btn-edit:active
|
|
{
|
|
background: transparent url("../main/images/bx-admin-sprite-big1.png") no-repeat scroll 0 -1101px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-btn-delete
|
|
{
|
|
background: transparent url("../main/images/bx-admin-sprite-big1.png") no-repeat scroll 0 -985px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-btn-delete:hover
|
|
{
|
|
background: transparent url("../main/images/bx-admin-sprite-big1.png") no-repeat scroll 0 -1061px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-btn-delete:active
|
|
{
|
|
background: transparent url("../main/images/bx-admin-sprite-big1.png") no-repeat scroll 0 -1141px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-btn-edit .adm-edit-disable
|
|
{
|
|
background-position:0 -1183px; cursor:default;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-btn-delete .adm-edit-disable
|
|
{
|
|
background-position:0 -1224px; cursor:default;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-footer input[type="submit"]
|
|
{
|
|
margin:0 0 0 11px!important;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-footer .adm-select-wrap,
|
|
.bx-core-adm-dialog .adm-sublist .adm-navigation .adm-select-wrap
|
|
{
|
|
margin:0 0 0 11px!important;
|
|
background:url("../main/images/bx-admin-sprite-small-2.png") repeat-x 0 -494px;
|
|
border-radius:4px;
|
|
-webkit-box-shadow:inset 0 0 1px rgba(255,255,255,0.3), 0 1px 1px -1px rgba(0,0,0,0.3);
|
|
box-shadow:inset 0 0 1px rgba(255,255,255,0.3), 0 1px 1px -1px rgba(0,0,0,0.3);
|
|
border:1px solid;
|
|
border-color:rgba(0,0,0,0.06) rgba(0,0,0,0.16) rgba(0,0,0,0.35);
|
|
display:inline-block;
|
|
vertical-align:top;
|
|
position:relative;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-footer .adm-select-wrap:after,
|
|
.bx-core-adm-dialog .adm-sublist .adm-navigation .adm-select-wrap:after
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-2.png") no-repeat 0 -533px;
|
|
content:"";
|
|
height:10px;
|
|
right:8px;
|
|
top:10px;
|
|
position:absolute;
|
|
width:5px;
|
|
z-index:0;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-footer .adm-input-text-wrap
|
|
{
|
|
display: inline-block; vertical-align: middle;
|
|
margin:0 0 0 11px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-footer .adm-btn
|
|
{
|
|
margin:0 0 0 11px; vertical-align:middle;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-footer .adm-list-footer-ext {display: inline-block; vertical-align: top;}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-footer .adm-select,
|
|
.bx-core-adm-dialog .adm-sublist .adm-navigation .adm-select
|
|
{
|
|
max-width:130px;
|
|
background:none;
|
|
border:none;
|
|
border-radius:0;
|
|
box-shadow:none;
|
|
color:#3f4b54;
|
|
display:inline-block;
|
|
font-size:13px;
|
|
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
line-height:15px;
|
|
height:29px;
|
|
text-shadow:0 1px #fff;
|
|
outline:none;
|
|
overflow:hidden;
|
|
padding:6px 19px 6px 5px;
|
|
min-width:44px;
|
|
vertical-align:top;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
position:relative;
|
|
z-index:1;
|
|
zoom:1;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-table-btn-delete,
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-table-btn-edit
|
|
{
|
|
background-position:0 -1266px; position:relative;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-table-btn-delete:before,
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-table-btn-edit:before
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-1.png") no-repeat 0 -1520px;
|
|
content:"";
|
|
right:9px;
|
|
top:8px;
|
|
height:15px;
|
|
position:absolute;
|
|
width:14px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-table-btn-delete:before
|
|
{
|
|
background-position:0 -1550px;
|
|
top:10px;
|
|
right:7px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-table-btn-delete:hover,
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-table-btn-edit:hover
|
|
{
|
|
background-position:0 -1303px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-table-btn-delete:active,
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-table-btn-edit:active
|
|
{
|
|
background-position:0 -1338px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-edit-disable.adm-table-btn-delete:before
|
|
{
|
|
background-position:0 -1598px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-edit-disable.adm-table-btn-edit:before
|
|
{
|
|
background-position:0 -1570px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-edit-disable.adm-table-btn-edit:active,
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-edit-disable.adm-table-btn-delete:active,
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-edit-disable.adm-table-btn-delete:hover ,
|
|
.bx-core-adm-dialog .adm-sublist .adm-table-item-edit-single .adm-edit-disable.adm-table-btn-edit:hover
|
|
{
|
|
background-position:0 -1266px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-top-wrapper
|
|
{
|
|
display:inline-block;
|
|
color:#000;
|
|
font-size:13px;
|
|
line-height:16px;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
/*================================================================SKU===========================================================*/
|
|
.bx-quirks .bx-core-adm-dialog .adm-nav-pages-number-text
|
|
{
|
|
color:#3f4b54;
|
|
display:inline-block;
|
|
font-size:11px;
|
|
vertical-align:middle;
|
|
line-height: 100%;
|
|
padding: 0 12px 0 0;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-nav-pages-total-block
|
|
{
|
|
float:right;
|
|
font-size:13px;
|
|
color:#3f4b54;
|
|
text-align:right;
|
|
min-width:33%;
|
|
line-height: 100%;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-nav-page,
|
|
.bx-quirks .bx-core-adm-dialog .adm-nav-page-separator,
|
|
.bx-quirks .bx-core-adm-dialog .adm-subnav-page-prev-before,
|
|
.bx-quirks .bx-core-adm-dialog .adm-subnav-page-next-before
|
|
{
|
|
background: #edf3f6 url("../main/images/bx-admin-sprite-small-1.png") repeat-x scroll 0 -452px;
|
|
display: inline-block;
|
|
border:1px solid;
|
|
border-color:#99acb5 #99acb5 #99acb5 #99acb5;
|
|
color:#5e5e5e;
|
|
height: 20px;
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
line-height:24px;
|
|
text-decoration:none;
|
|
text-align:center;
|
|
margin:0 2px;
|
|
position:relative;
|
|
vertical-align:top;
|
|
width: 24px;
|
|
padding: 0 2px;
|
|
|
|
border-radius:2px;
|
|
-webkit-box-shadow:inset 0 1px 0 #fff;
|
|
box-shadow:inset 0 1px 0 #fff;
|
|
/* height:18px;
|
|
line-height:14px;
|
|
text-shadow:0 1px #fff;
|
|
padding-top:5px;
|
|
*/
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-subnav-page-prev-before,
|
|
.bx-quirks .bx-core-adm-dialog .adm-subnav-page-next-before
|
|
{
|
|
border: 1px solid transparent;
|
|
background: transparent url("../main/images/bx-admin-sprite-small-1.png") no-repeat scroll center -302px;
|
|
width:18px;
|
|
height: 24px;
|
|
line-height:18px;
|
|
padding: 0;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-subnav-page-next-before
|
|
{
|
|
background: transparent url("../main/images/bx-admin-sprite-small-1.png") no-repeat scroll center -323px;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog a.adm-nav-page:hover,
|
|
.bx-quirks .bx-core-adm-dialog .adm-nav-page-separator:hover
|
|
{
|
|
background-image:none;
|
|
background-color:#ffffff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog a.adm-nav-page .adm-subnav-page-prev-before,
|
|
.bx-quirks .bx-core-adm-dialog a.adm-nav-page .adm-subnav-page-next-before
|
|
{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog a.adm-nav-page:hover .adm-subnav-page-prev-before,
|
|
.bx-quirks .bx-core-adm-dialog a.adm-nav-page:hover .adm-subnav-page-next-before
|
|
{
|
|
background-color:#ffffff;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-nav-page-active
|
|
{
|
|
background:#6f797f none no-repeat scroll 0 0;
|
|
border-color:#565e63 #5d666b #5e676c #5d666b;
|
|
color:#efefef;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-nav-page:active
|
|
{
|
|
background: #6f797f none no-repeat scroll 0 0 !important;
|
|
border-color:#565e63 #5d666b #5e676c #5d666b;
|
|
color:#efefef;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-nav-pages-total-block
|
|
{
|
|
float:right;
|
|
font-size:13px;
|
|
color:#3f4b54;
|
|
text-align:right;
|
|
min-width:33%;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell
|
|
{
|
|
background-color:#aebbc0;
|
|
background-image: -webkit-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: -moz-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: -ms-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: -o-linear-gradient(top, #b9c7cd, #aab6b8);
|
|
background-image: linear-gradient(top, #b9c7cd, #aab6b8);
|
|
border:1px solid;
|
|
border-color:#d9e0e4 #89979d #919b9d #ebeef0;
|
|
font-weight:bold;
|
|
text-shadow:0 1px rgba(255,255,255,0.7);
|
|
min-height:21px;
|
|
vertical-align: middle;
|
|
padding:6px 0 4px 0;
|
|
position: relative;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort
|
|
{
|
|
background-color:#aebbc0;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-up,
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-down
|
|
{
|
|
background: #909ca1 none no-repeat scroll left top;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort div,
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-up div,
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-down div
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-up div,
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-down div
|
|
{
|
|
color: #ffffff;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-top
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-1.png") repeat-x 0 -551px;
|
|
border-bottom:1px solid #dde5e7;
|
|
height:38px;
|
|
white-space:nowrap;
|
|
padding:9px 50px 4px 8px;
|
|
position:relative;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell .adm-sub-sort,
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort .adm-sub-sort,
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-up .adm-sub-sort,
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-down .adm-sub-sort
|
|
{
|
|
display: block;
|
|
margin-top: -5px;
|
|
right:8px;
|
|
height:9px;
|
|
top:50%;
|
|
position: absolute;
|
|
width:8px;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell .adm-sub-sort
|
|
{
|
|
background: transparent none no-repeat scroll 0 0;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort .adm-sub-sort
|
|
{
|
|
background: transparent url("../main/images/bx-admin-sprite-small-1.png") no-repeat scroll 0 -1967px;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-up .adm-sub-sort
|
|
{
|
|
background: transparent url("../main/images/bx-admin-sprite-small-1.png") no-repeat scroll 0 -1049px;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-header .adm-list-table-cell-sort-down .adm-sub-sort
|
|
{
|
|
background: transparent url("../main/images/bx-admin-sprite-small-1.png") no-repeat scroll 0 -1032px;
|
|
}
|
|
|
|
.bx-quirks #bx-admin-prefix .adm-designed-checkbox
|
|
{
|
|
display: inline-block !important; text-align: center;
|
|
}
|
|
|
|
.bx-quirks #bx-admin-prefix .adm-designed-checkbox-label
|
|
{
|
|
display: none !important;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-footer
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-1.png") repeat-x 0 -1247px;
|
|
border-top:1px solid #f1f1f1;
|
|
position:relative;
|
|
height: 38px; vertical-align: middle;
|
|
padding: 4px 0;
|
|
}
|
|
|
|
.bx-quirks .bx-core-adm-dialog .adm-sublist .adm-list-table-footer .adm-btn
|
|
{
|
|
height: 30px !important; vertical-align: middle !important; padding: 0 !important; line-height: 30px !important;
|
|
}
|
|
|
|
/*=================================================================END TABLE LIST==================================================*/
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-small-button
|
|
{
|
|
background:url("../main/images/bx-admin-sprite-small-1.png") repeat-x 0 -879px;
|
|
border:1px solid;
|
|
border-color:#8d9a9e #7d8b8e #6f7d7f #7d8b8e;
|
|
border-radius:4px;
|
|
box-shadow:0 1px 0 0 rgba(255,255,255,0.5);
|
|
-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.5);
|
|
display:inline-block;
|
|
height:29px;
|
|
vertical-align:top;
|
|
width:39px;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-small-button:hover
|
|
{
|
|
background-position:0 -913px;
|
|
border-color:#8c999d #7d8b8e #6e7c7e #7d8b8e;
|
|
box-shadow:0 1px 0 0 rgba(0,0,0,0.3);
|
|
-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,0.3);
|
|
cursor:pointer;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-small-button:active,
|
|
.bx-core-adm-dialog .adm-sublist .adm-small-button.adm-btn-active
|
|
{
|
|
background-position:0 -947px;
|
|
border-color:#8b989c #7c8a8d #6d7b7d #7c8a8d;
|
|
box-shadow:inset 0 2px 3px -1px #141617;
|
|
-webkit-box-shadow:inset 0 2px 3px -1px #141617;
|
|
}
|
|
|
|
.bx-core-adm-dialog .adm-sublist .adm-list-table-cell span.row-alert
|
|
{
|
|
display: inline-block;
|
|
width: 26px;
|
|
height: 17px;
|
|
background: transparent url("images/row-alert.png") no-repeat scroll left top;
|
|
margin: auto 0 auto 0; vertical-align: middle;
|
|
padding: 0; border: 0 none transparent;
|
|
} |