Viewing File: /usr/local/cpanel/whostmgr/docroot/css2/transfer_session.less

.animate-spin {
    -webkit-animation: spin 1.1s infinite linear;
    -moz-animation: spin 1.1s infinite linear;
    -o-animation: spin 1.1s infinite linear;
}

@-webkit-keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.yui-skin-sam .yui-pb-mask {
    margin: 0;
}

#error_messages {
    padding-top: 10px;
}

#overview {
    font-size: 14pt;
    font-weight: 700;
}

#state {
    float: left;
}

#mainspin {
    float: left;
}

#control {
    float: right;
}

#pause {
    font-size: 0.75em;
}

#notes {
    padding: 10px;
}

.control_button {
    margin-left: 5px;
    margin-right: 5px;
}

.window {
    height: 95px;
    overflow: auto;
    border: 1px inset #ccc;
    font-size: 9pt;
}

.queue_output {
    padding: 0 5px 5px;
    max-height: 160px;
    overflow: -moz-scrollbars-vertical;
    overflow: auto;
}

.subitem_status {
    margin-left: 40px;
}

.clickable:hover {
    text-decoration: underline;
}

.clickable {
    cursor: pointer;
}

.queue_progress_container {
    width: 100%;
    clear: both;
    margin-bottom: 25px;
}

.queue_progress,
.queue_title,
.queue_percentage {
    float: left;
}

.queue_percentage {
    padding-left: 5px;
}

.window_progress {
    overflow: hidden;
}

.window_header {
    float: left;
}

#main_spinner {
    padding-left: 6px;
}

.window_spinner {
    float: right;
    padding-bottom: 3px;
}

.window_container {
    border: 1px solid #000;
    margin-top: 5px;
    margin-bottom: 10px;
}

.queue_header {
    clear: both;
}

.window_header_container {
    overflow: hidden;
    background-color: #eee;
    padding-left: 4px;
    padding-right: 4px;
    clear: both;
}

#notes,
#windows {
    clear: both;
}

#content {
    display: block;
}

#summary hr {
    margin: 2px 0;
}

/* Force scroll bars on osx */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* ie8 container fix */
#abortMessage_c,
#pauseMessage_c {
    min-width: 400px;
}

/* overwrite newform 47% style */
#pauseMessage_c > #pauseMessage,
#abortMessage_c > #abortMessage {
    max-width: 100%;
}

/* hide hilite outline in this instance */
#pauseMessage_c > #pauseMessage button,
#abortMessage_c > #abortMessage button {
    outline: none;
}

.cjt_common_dialog_container {
    min-width: 400px;
}

/* overwrite newform 47% style */
.cjt_common_dialog_container > .yui-panel {
    max-width: 100%;
}

/* hide hilite outline in this instance */
.cjt_common_dialog_container > .yui-panel button {
    outline: none;
}
Back to Directory File Manager