Sha256: 76a2c4683a06aeb0c98e86fa97c161bb1f84d59987f32beb425f1115a698eaf2

Contents?: true

Size: 1.11 KB

Versions: 8

Compression:

Stored size: 1.11 KB

Contents

@import 'hydra-editor/multi_value_fields';
@import 'curation_concerns/modules/forms';
@import 'sufia/file_sets';
@import 'sufia/settings', 'sufia/header', 'sufia/styles', 'sufia/file-listing',
        'sufia/browse_everything_overrides', 'sufia/nestable',
        'sufia/collections', 'sufia/batch-edit', 'sufia/dashboard', 'sufia/home-page',
        'sufia/featured', 'sufia/usage-stats', 'sufia/catalog', 'sufia/buttons',
        'sufia/tinymce', 'sufia/proxy-rights', 'sufia/file-show', 'sufia/work-show',
        'sufia/modal', 'sufia/form-progress', 'sufia/fixedsticky';

/* This class is to workaround an issue in which Bootstrap requires a div to display a tooltip
 * on a disabled button. Using a span instead of a div would be ideal but unfortunately it does
 * not render the tooltip correctly in all browsers (e.g. in Chrome the tooltip is detected in
 * the wrong position). This class forces the div to render inline, just like a span.
 *
 * More info:
 *    http://getbootstrap.com/css/#responsive-utilities-classes
 *    http://stackoverflow.com/a/19938049/446681
 */
.visible-all-inline-block {
  display: inline-block;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sufia-7.1.0 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.0.0 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.0.0.rc2 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.0.0.rc1 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.0.0.beta4 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.0.0.beta3 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.0.0.beta2 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.0.0.beta1 app/assets/stylesheets/sufia/_sufia.scss