Sha256: 83cd0106aa76d7ea21fd8dc4b9aa3850fac04975ce18ca1c9efcaa4a54b5e741

Contents?: true

Size: 984 Bytes

Versions: 45

Compression:

Stored size: 984 Bytes

Contents

/* 
 * dragtable
 *
 * @Version 2.0.14
 *
 * default css
 *
 */
/*##### the dragtable stuff #####*/
.dragtable-sortable { 
    list-style-type: none; margin: 0; padding: 0; -moz-user-select: none;
}
.dragtable-sortable li {
    margin: 0; padding: 0; float: left; font-size: 1em; background: white; 
}

.dragtable-sortable th, .dragtable-sortable td{
    border-left: 0px;
}

.dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
    border-left: 1px solid #CCC; 
}

.ui-sortable-helper {
    opacity: 0.7;filter: alpha(opacity=70);
}
.ui-sortable-placeholder { 
    -moz-box-shadow: 4px 5px 4px #C6C6C6 inset;
    -webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
    box-shadow: 4px 5px 4px #C6C6C6 inset;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    visibility: visible !important;
    background: #EFEFEF !important; 
    visibility: visible !important;
}
.ui-sortable-placeholder * { 
    opacity: 0.0; visibility: hidden; 
}

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
itsf_backend-5.0.0.pre app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-4.2.3 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-4.2.2 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-4.2.1 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-4.2.0 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-4.0.1 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-4.0.0 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-3.1.1 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-3.1.0 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-3.0.7 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-3.0.6 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-3.0.5 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-3.0.4 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-3.0.3 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-3.0.2 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-3.0.1 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-3.0.0 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-2.2.1 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-2.2.0 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css
itsf_backend-2.1.0 app/assets/stylesheets/itsf/backend/vendor/jquery.dragtable.css