Viewing File: /usr/local/cpanel/base/cjt/css/ajaxapp-styles.css

.yui-panel-container.show-scrollbars {
        overflow:visible;
}

.yui-panel-container.show-scrollbars .underlay {
        overflow:auto;
}

.yui-panel-container.shadow .underlay.yui-force-redraw {
        padding-bottom:1px;
}



.yui-panel-container .container-close {
    overflow:hidden;
    text-indent:-10000em;
    text-decoration:none;
}

.yui-overlay.yui-force-redraw,
.yui-panel-container.yui-force-redraw {
    margin-bottom:1px;
}

.cjt_notice_dialog > .yui-panel > .hd {
        background-position: 8px 8px;
        background-repeat: no-repeat;
        line-height: 19px;
        padding-left: 32px;
}

.cjt_error_dialog > .yui-panel > .hd {
        background-image: url("/cjt/images/error2.png");
}
.cjt_info_dialog > .yui-panel > .hd {
        background-image: url("/cjt/images/info2.png");
}


.yui-overlay,
.yui-panel-container {
    visibility:hidden;
    position:absolute;
    z-index:2;
    font-family:Helvetica !important;
}

.yui-panel-container form {
    margin:0;
}

.yui-panel-container select {
    _visibility:inherit;
}
.yui-panel-container {
    padding:0 1px;
    *padding:2px;
    padding:5px;
    background-color: white;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius:13px;
    -moz-box-shadow: 0 0 8px 5px #333333;
    -webkit-box-shadow: 0 0 8px 5px #333333;
    box-shadow: 0 0 8px 5px #333333;
}

.yui-panel {
    position:relative;
    left:0;
    top:0;
    z-index:1;
    *zoom:1;
    _zoom:normal;
    border-radius: 10px;
    border: 1px solid #cccccc;
    overflow: hidden;
}

.yui-panel .hd {
    font-size:15px;
    *line-height:1.9;
    padding:8px;
    background-color: #e6e6e6;
    font-weight:bold;
    color:#04586C;
    text-shadow: 0px 1px 0px white;
    border: 0;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    **for webkit;
    -webkit-border-radius: 9px 9px 0 0;
}

.yui-panel .bd {
    background-color: #e6e6e6;
    border-width: 1px 0;
    border-style: solid;
    border-color: white red #c7c7c7;
    padding:10px;
}

.yui-panel .ft {
    padding:5px 10px;
    font-size:77%;
    border: 0;
    border-top: 1px solid white;
    *overflow: visible;  /* IE 7 */
    **for webkit;
    -webkit-border-radius: 0 0 9px 9px;
}

.yui-panel .container-close {
    position:absolute;
    top: 9px;
    right:10px;
    width:15px;
    height:16px;
    background-image: url(/cjt/images/close-btn.png);
    cursor:pointer;
}

.yui-panel-container .underlay {
    right:-1px;
    left:-1px;
}

.yui-panel-container.matte {
    padding:9px 10px;
    background-color:white;
}




/* Overrides of cPanel defaults */
.yui-panel .container-close {
    background-position: 0 0;
    background-repeat: no-repeat;
    left: auto;
}
.yui-panel .container-close:hover {
    background-image: url(/cjt/images/close-btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 15px;
}
.yui-panel .lt,
.yui-panel .rt {
    display: none;
}
.yui-panel .bd .content {
    background-color: inherit;
}

.yui-panel-container.shadow {
    _padding:2px 4px 0 2px;
}

.yui-panel-container.shadow .underlay {
    display:none;
}

.yui-panel .hd,
.yui-panel .bd,
.yui-panel .ft {
    background-image: none;
}

.yui-dialog .ft {
    padding:5px;
    font-size:100%;
    background-color:#e6e6e6;
}

.yui-dialog .ft .button-group {
    display:block;
    text-align:left;
}



.yui-dialog .ft span.default {
    border-color:#304369;
    background-position:0 -1400px;
}

.yui-dialog .ft span.yui-button-disabled .first-child {
    border-color:#ccc;
}

.yui-dialog .ft span.yui-button-disabled button {
    color:#b0b0b0;
}

.yui-dialog .ft span.button-group button:active {
    background-image: -moz-linear-gradient( bottom, #f5f5f5, #bcbcbc );
    background-image: -webkit-linear-gradient( bottom, #f5f5f5, #bcbcbc );
    background-image: -o-linear-gradient( bottom, #f5f5f5, #bcbcbc );
    background-image: -ms-linear-gradient( bottom, #f5f5f5, #bcbcbc );
    -cp-background-image: linear-gradient( bottom, #f5f5f5, #bcbcbc );
}
.yui-dialog .ft span.button-group button {
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    background-color: #dddddd;
    background-image: -moz-linear-gradient( #f5f5f5, #bcbcbc );
    background-image: -webkit-linear-gradient( #f5f5f5, #bcbcbc );
    background-image: -o-linear-gradient( #f5f5f5, #bcbcbc );
    background-image: -ms-linear-gradient( #f5f5f5, #bcbcbc );
    -cp-background-image: linear-gradient( #f5f5f5, #bcbcbc );
    behavior: url(/cjt/ie9gradients.htc);
    border-left:1px solid #ccc;
    border-bottom:1px solid #a3a3a3;
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
    padding:5px 11px 4px 11px;
    cursor: pointer;
    font-weight: bold;
    color:#454545;
    font-size:11px;
    text-shadow:0 1px 0 #fff;
    font-family:Helvetica;
    filter: none;
}
.yui-dialog .ft span.button-group button.cancel,
.yui-dialog .ft span.button-group button.cancel:active {
    background: none;
    -cp-background-image: none;
    border: 0;
    font-size: 11px;
    font-weight: normal;
    color: #04586C;
    padding: 0;
    display: inline;
    margin-left: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-color: 0;
}

.yui-dialog .ft span.button-group button.cancel:hover {
    text-decoration: underline;
}

.yui-dialog .ft span.button-group button:hover {
    color:#04586C;
}

.yui-dialog .ft span.button-group button[disabled],
.yui-dialog .ft span.button-group button[disabled]:hover,
.yui-dialog .ft span.button-group button[disabled]:active {
    color: graytext;
    box-shadow: none;
    background-image: none;
    border-color: #ccc;
}

.button-group button::-moz-focus-inner{padding:0;border:none}

Back to Directory File Manager