Sha256: 8f3c18c0de3ab99d900c0aa617240f6bd55f70b1d2226c10f1c88b26a5a9befc

Contents?: true

Size: 1.36 KB

Versions: 7

Compression:

Stored size: 1.36 KB

Contents

@import 'hydra-editor/multi_value_fields';
@import 'curation_concerns/modules/forms';
@import 'curation_concerns/modules/file_manager';
@import 'curation_concerns/positioning';
@import 'sufia/variables', 'sufia/file_sets', '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', 'sufia/form-progress',
        'sufia/fixedsticky', 'sufia/file_upload', 'sufia/representative-media',
        'sufia/footer', 'sufia/select_work_type';
@import 'sharing_buttons';

/* 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

7 entries across 7 versions & 1 rubygems

Version Path
sufia-7.4.1 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.4.0 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.3.1 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.3.0 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.3.0.rc3 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.3.0.rc2 app/assets/stylesheets/sufia/_sufia.scss
sufia-7.3.0.rc1 app/assets/stylesheets/sufia/_sufia.scss