Sha256: f7240fd03746f22ea6464ac5a96d23bfa5c345f2cea5837e0264c8e695e39ae4

Contents?: true

Size: 1.48 KB

Versions: 18

Compression:

Stored size: 1.48 KB

Contents

@import 'hydra-editor/multi_value_fields';
@import 'hyrax/variables', 'hyrax/file_sets', 'hyrax/settings', 'hyrax/header',
  'hyrax/styles', 'hyrax/file-listing', 'hyrax/browse_everything_overrides',
  'hyrax/nestable', 'hyrax/collections', 'hyrax/collection_types',
  'hyrax/batch-edit', 'hyrax/home-page', 'hyrax/featured', 'hyrax/usage-stats',
  'hyrax/catalog', 'hyrax/buttons', 'hyrax/tinymce', 'hyrax/proxy-rights',
  'hyrax/file-show', 'hyrax/work-show', 'hyrax/modal', 'hyrax/forms',
  'hyrax/form', 'hyrax/file_manager', 'hyrax/form-progress', 'hyrax/positioning',
  'hyrax/fixedsticky', 'hyrax/file_upload', 'hyrax/representative-media',
  'hyrax/footer', 'hyrax/select_work_type', 'hyrax/users', 'hyrax/dashboard',
  'hyrax/sidebar', 'hyrax/controlled_vocabulary', 'hyrax/accessibility',
  'hyrax/recent', 'hyrax/viewer', 'hyrax/breadcrumbs';
@import 'typeahead';
@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;
}

.controlled_vocabulary {
  @extend .multi_value;
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.5.0 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.4.2 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.4.1 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.4.0 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.3.0 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.2.0 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.1.0 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.0.2 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.0.1 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.0.0 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.0.0.pre.rc4 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.0.0.pre.rc3 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.0.0.pre.rc2 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.0.0.pre.rc1 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.0.0.pre.beta3 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.0.0.pre.beta2 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-3.0.0.pre.beta1 app/assets/stylesheets/hyrax/_hyrax.scss