Sha256: 33173b7d8eb001857e067b0bb02a9014cd7b3fd6f1a11dc79dd1e75cf4f74a46

Contents?: true

Size: 643 Bytes

Versions: 3

Compression:

Stored size: 643 Bytes

Contents

.ujs-dialog-modal {
    position: fixed !important;
}

.ujs-dialog-x {
    position: absolute;
    top: -14px;
    right: -13px;
    cursor: pointer;
    background-image: url('/assets/jqr-helpers/close.png');
    width: 30px;
    height: 30px;
}

.ui-dialog.no-title .ui-dialog-titlebar {
    display: none;
}

.ujs-dialog-hidden {
    display: none;
}

form.ujs-ajax {
    display: inline;
}

#ujs-dialog-throbber {
    background-image: url('/assets/jqr-helpers/throbber_large.gif');
    position: fixed;
    top: 48%;
    left: 48%;
    z-index: 1000;
    width: 48px;
    height: 48px;
}

.ujs-dialog-title-hidden {
    display: none;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jqr-helpers-1.0.74 app/assets/stylesheets/jqr-helpers.css
jqr-helpers-1.0.73 app/assets/stylesheets/jqr-helpers.css
jqr-helpers-1.0.72 app/assets/stylesheets/jqr-helpers.css