/* CONCAT of
/2static/style/clipboard.css
*/
/* START /2static/style/clipboard.css */
#copy-clipboard {
    position: absolute;
    top: 0;
    left: -999px; /* element needs a size, so simply displace it instead of hiding */
    border: none;
}

#copy-clipboard #copy-clipboard-text {
    left: -999px;
    position: absolute;
}

#copy-clipboard > span {
    padding: 2px;
}

#blame-button,
#clipboard-button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E3AA00;
    background: #FFDD00;
    color: black;
    padding: 2px 8px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

#blame-button.hover {
    background-color: #F3C300;
    cursor: pointer;
}

.lineHighlighted {
    background-color: #f0f8ff;
}

#iframe-holder {
    background: url('../images/spinner-sbs-diff.gif') no-repeat fixed 50% 43% white;
    overflow: hidden;
    position: relative;
}

.selection-history-frame {
    background: url('../images/spinner-sbs-diff.gif') no-repeat fixed 50% 50% transparent;
}

#reselect-warning.aui-message {
    margin: 10px;
}

#revision-selection .date {
    white-space: nowrap;
}
/*[{!clipboard_css_l60v40t!}]*/
/* END /2static/style/clipboard.css */
