Viewing File: /usr/local/cpanel/base/cjt/css/datatable.css

.clear {
    clear:both;
}

.yui-skin-sam .yui-dt td {
    text-align: center;
}
.yui-skin-sam th.yui-dt-sortable .yui-dt-label {
    margin-right: 0;
}
.yui-skin-sam th.yui-dt-asc .yui-dt-label,
.yui-skin-sam th.yui-dt-desc .yui-dt-label {
    text-align: center;
    display: block;
}
.yui-skin-sam .yui-dt th, .yui-skin-sam .yui-dt th a {
    vertical-align: middle;
}
.yui-skin-sam .yui-dt th .yui-dt-liner {
    white-space: normal;
}

.yui-skin-sam .yui-dt tr td.yui-dt-asc,
.yui-skin-sam .yui-dt tr td.yui-dt-desc {
    background-color: #e1f1f2;
}

.pagination {
    float:right;
    font-size:12px;
    font-weight:bold;
    padding-right:0px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.pagination a {
    color:#04586C;
}
.bottom_paginator {
    overflow:hidden;
    margin-bottom: 3px;
    padding: 10px 0;
}
.cjt_table_section {
    width:723px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    background-color: #e1e1e1;
    clear:both;
    border: 1px solid #dadada;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.cjt_table_search_container {
    float:left;
    margin-left: 10px;
    border:1px solid #ccc;
    background:url(../images/search-icon.png) no-repeat #fff;
    height:26px;
    width:200px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.cjt_table_search {
    margin-left:25px;
    border: 0;
    padding-top:5px;
    font-family: Helvetica, Arial;
    font-size:13px;
    color:#666;
    font-weight:normal;
    font-style:normal;
}


.cjt_page_size_changer {
    border: 1px solid #bcbcbc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.cjt_page_size_changer > a {
    display: inline-block;
    padding:2px 12px 1px 11px;
    font-size:12px;
    color:#666;
    font-weight:bold;
    border-left: 1px solid white;
    border-right:1px solid #bcbcbc;
    cursor: pointer;
}
.cjt_page_size_changer > a.first {
    border-left: none;
    padding-left: 12px;
}
.cjt_page_size_changer > a.last {
    border-right: none;
}

.cjt_page_size_changer > a.current {
    background-image: -moz-linear-gradient( #cdcdcd, #e5e5e5 );
    background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#cdcdcd), to(#e5e5e5) );
    background-image: -webkit-linear-gradient( #cdcdcd, #e5e5e5 );
    background-image: -o-linear-gradient( #cdcdcd, #e5e5e5 );
    background-image: linear-gradient( #cdcdcd, #e5e5e5 );
}

.cjt_page_size_changer > a.current {
    border-left-width: 0;
    padding-left: 12px;
}

.cjt_page_size_changer > a.first.current {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.cjt_page_size_changer > a.mid.current {
    border-right:1px solid #bcbcbc;
    border-left-width: 0;
    padding-left: 12px;
}
.cjt_page_size_changer > a.last.current {
    padding-left: 12px;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.cjt_table_action_links {
    float:right;
}
.cjt_table_action_links > a,
.cjt_table_action_links > span {
    display:inline-block;
    margin-right:17px;
}
.cjt_table_action_links > :last-child {
    margin-right: 10px;
}

.yui-dt-resizer {
    position:absolute;
    right:0;
    bottom:0;
    height:100%;
    cursor:e-resize;
    cursor:col-resize;
    background-color:#CCC;
    opacity: 0;
}
.yui-dt-resizer.inactive {
    display: none;
}

.yui-skin-sam .yui-dt table {
    margin:0;
    padding:0;
    font-family:Helvetica, Arial;
    font-size:inherit;
    border-collapse:separate;
    border-spacing:0;
    border:0;
    width: 100%;
}
.yui-skin-sam .yui-dt th,
.yui-skin-sam .yui-dt th a {
    font-weight:normal;
    text-decoration:none;
    color:#666;
    font-weight: bold;
    font-size:12px;
    vertical-align:bottom;
}

.yui-skin-sam .yui-dt th {
    margin: 0;
    padding: 0;
    border: 0;
    border-right:1px solid #c8c8c8;
    background: none;
}

.yui-skin-sam .yui-dt tr.yui-dt-first td {
    border-top:1px solid #ccc;
}
.yui-skin-sam .yui-dt-liner {
    margin:0;
    color:#666;
    font-size:12px;
    padding: 10px 7px;
}

.yui-skin-sam .yui-dt-coltarget {
    width:3px;
    background-color:#999;
}

.yui-skin-sam .yui-dt td {
    margin:0;
    padding:0;
    border: 1px solid #dadada;
    border-width: 0 1px 1px 0;
}
.yui-skin-sam .yui-dt-message td,
.yui-skin-sam .yui-dt th.yui-dt-last,
.yui-skin-sam .yui-dt td.yui-dt-last {
    border-right: none;
}
.yui-skin-sam .yui-dt tr.yui-dt-last td {
    border-bottom: none;
}

.yui-skin-sam .yui-dt td .yui-dt-liner {
    white-space: nowrap;
}
.yui-skin-sam .yui-dt-resizer {
    width:6px;
}
.yui-skin-sam th.yui-dt-asc .yui-dt-liner {
    background:url(/yui/assets/skins/sam/dt-arrow-up.png) no-repeat right;
}

.yui-skin-sam th.yui-dt-desc .yui-dt-liner {
    background:url(/yui/assets/skins/sam/dt-arrow-dn.png) no-repeat right;
}

.yui-skin-sam tr.yui-dt-odd {
    background-color:#F0F0F0;
}

.yui-skin-sam tr.yui-dt-even,
.yui-skin-sam .yui-dt-list tr.yui-dt-even,
.yui-skin-sam .yui-dt-list tr.yui-dt-odd {
    background-color:#FFF;
}

.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc, .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc {
    background-color:#EDF5FF;
}

.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc {
    background-color:#EDF5FF;
}

.yui-skin-sam th.yui-dt-highlighted, .yui-skin-sam th.yui-dt-highlighted a {
    background-color:#B2D2FF;
}

.yui-skin-sam tr.yui-dt-highlighted, .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc, .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc, .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted, .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
    cursor:pointer;
    background-color:#B2D2FF;
}

.yui-skin-sam .yui-dt-list th.yui-dt-highlighted, .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a {
    background-color:#B2D2FF;
}

.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted, .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc, .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc, .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted, .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
    cursor:pointer;
    background-color:#B2D2FF;
}

.yui-skin-sam th.yui-dt-selected, .yui-skin-sam th.yui-dt-selected a {
    background-color:#446CD7;
}

.yui-skin-sam tr.yui-dt-selected td, .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc, .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
    background-color:#426FD9;
    color:#FFF;
}

.yui-skin-sam tr.yui-dt-even td.yui-dt-selected, .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
    background-color:#446CD7;
    color:#FFF;
}

.yui-skin-sam .yui-dt-list th.yui-dt-selected, .yui-skin-sam .yui-dt-list th.yui-dt-selected a {
    background-color:#446CD7;
}


.yui-skin-sam .yui-dt-list tr.yui-dt-selected td, .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc, .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
    background-color:#426FD9;
    color:#FFF;
}

.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected, .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
    background-color:#446CD7;
    color:#FFF;
}
.yui-skin-sam .yui-dt-paginator {
    display:block;
    margin:6px 0;
    white-space:nowrap;
    font-size:40px;
}
.yui-skin-sam .yui-dt-paginator .yui-dt-first, .yui-skin-sam .yui-dt-paginator .yui-dt-last, .yui-skin-sam .yui-dt-paginator .yui-dt-selected {
    padding:2px 6px;
    font-size:40px;
}

.yui-skin-sam .yui-dt-paginator a.yui-dt-first, .yui-skin-sam .yui-dt-paginator a.yui-dt-last {
    text-decoration:none;
}

.yui-skin-sam .yui-dt-paginator .yui-dt-previous, .yui-skin-sam .yui-dt-paginator .yui-dt-next {
    display:none;
}

.yui-skin-sam a.yui-dt-page {
    border:1px solid #CBCBCB;
    padding:2px 6px;
    text-decoration:none;
    background-color:#fff;
}

.yui-skin-sam .yui-dt-selected {
    border:1px solid #fff;
    background-color:#fff;
}

.yui-pg-page {
    padding-left:8px;
    padding-right:8px;
}

.yui-pg-current-page,
.cjt_page_size_changer {
    background-image: -moz-linear-gradient( #fcfcfc, #e2e2e2 );
    background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#fcfcfc), to(#e2e2e2) );
    background-image: -webkit-linear-gradient( #fcfcfc, #e2e2e2 );
    background-image: -o-linear-gradient( #fcfcfc, #e2e2e2 );
    background-image: -ms-linear-gradient( #fcfcfc, #e2e2e2 );
    background-image: linear-gradient( #fcfcfc, #e2e2e2 );
}

.yui-pg-current-page {
    zoom: 1;
    border:1px solid #BCBCBC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
    color:#666;
    padding-top:2px;
    padding-bottom:2px;
}
.yui-pg-last {
    padding-left:11px;
    padding-right:0px;
    color:#ccc;
}
.yui-pg-next {
    color:#ccc;
    padding-left:11px;
}
.yui-pg-previous {
    padding-left:11px;
    padding-right:11px;
    color:#ccc;
}
.yui-pg-first {
    color:#ccc;
}
.matches_count {
    padding-left:10px;
    line-height: 28px;
    font-size:11px;
    color:#666;
    float:left;
    font-family:Georgia;
    font-style: italic;
}



.yui-skin-sam .yui-dt .yui-dt-hidden {
    padding: 0;
    width: 0;
}
.yui-skin-sam .yui-dt .yui-dt-hidden * {
    display: none;
}
.yui-skin-sam .yui-dt td.yui-dt-hidden,
.yui-skin-sam .yui-dt th.yui-dt-hidden {
/* As of Safari 5 and Chrome 8, this is needed for WebKit browsers to hide
   table cells correctly; otherwise they get a 1px width. */
    border: none !important;
}

.column_select,
.cjt_table_section {
    background-image: -moz-linear-gradient( #fdfdfd, #e2e2e2 86px );
    background-image: -webkit-gradient( linear, 0 0, 0 86, from(#fdfdfd), to(#e2e2e2) );
    background-image: -o-linear-gradient( #fdfdfd, #e2e2e2 86px );
    background-image: -ms-linear-gradient( #fdfdfd, #e2e2e2 86px );
    background-image: linear-gradient( #fdfdfd, #e2e2e2 86px );
}

.column_select {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #e2e2e2;
    border: 1px solid #c8c8c8;
    padding: 8px;
    margin-top: 4px;
}
.column_select .bd {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white;
    border: 1px solid #dddddd;
    padding: 4px;
}
.column_select input {
    margin-left: 0;
}
.column_select {
    white-space: nowrap;  /* IE 6 needs this */
}



.yui-skin-sam .yui-dt th {
    border-top: 1px solid #fafafa;
}

.cjt_table_hd {
    border: 1px solid #dadada;
    border-width: 0 0 1px 0;
    padding: 10px 0;
    overflow: hidden;
/*  IE might need this
    width: 100%;
*/
}

/* override combined_optimized.css */
.yui-panel .hd, .panel .hd {
    background-image: none;
}


.column_select_link,
.reload_link {
    background-repeat: no-repeat;
}

.column_select_link {
    background-image: url(gear.png);
    width: 15px;
    height: 16px;
    margin-top: 2px;
    display: inline-block;
}

.reload_link {
    background-image: url(reload-default.png);
    width: 18px;
    height: 18px;
    display: inline-block;
}
.reload_link.reloading {
    background-image: url(reload-animate.gif);
}

.cjt_table_column_select_list {
    padding: 0;
    margin: 0;
}

.cjt_table_action_link {
    margin-left: 8px;
}
.cjt_table_action_link:first-child {
    margin-left: 0;
}


/* FG: PULL THIS INTO A CJT STANDARD STYLESHEET */

.cjt-text-input-placeholder .bd {
    display: table-cell;
    vertical-align: middle;
}
/* HTML5 "placeholder" attribute not implemented yet in CJT
.search-fld:-moz-placeholder,
.search-fld::-webkit-input-placeholder,
*/
.cjt-text-input-placeholder {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:13px;
    color:#999;
    font-style:italic;
    display: table;
    cursor: default;
}
Back to Directory File Manager