Sha256: af7a6f03fc19603f0fbcb16755bad969f31aa6918ebb25592587f54672e6fa7d

Contents?: true

Size: 1.88 KB

Versions: 8

Compression:

Stored size: 1.88 KB

Contents

/* ...
 *= require_self
 *= require generic_files
 *= require video-js
 *= require jquery-ui
 *= require select2
 *= require sufia-audio-overrides
 *= require nestable
*/

@import "bootstrap-sprockets";
@import 'bootstrap';
@import 'blacklight/blacklight';
@import "browse_everything";

// Use import here instead of require so we can use the Sass variables defined in Bootstrap and Blacklight
// TODO: Probably should use import throughout and move all of Sufia's stylesheets into a single named directory.
@import 'sufia/settings', 'sufia/header', 'sufia/styles', 'sufia/file-listing',
        'sufia/collections', 'sufia/batch-edit', 'sufia/dashboard', 'sufia/home-page',
        'sufia/featured', 'sufia/tagcloud', 'sufia/usage-stats', 'sufia/catalog', 'sufia/buttons',
        'sufia/tinymce', 'sufia/proxy-rights', 'sufia/file-show', 'sufia/modal';
@import 'hydra-editor/multi_value_fields';

#browse-everything {
  top:10%;
  background-color: initial;
}

/* use if a label should be hidden from view but available to screen readers */
/* we could switch to .sr-only instead */
.accessible-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#content {
  padding-top: 10px;
}

.profile img.profile {
  float: left;
  margin-right: 2px;
}

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

.button_to-inline {
  display: inline-block;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sufia-6.7.0 app/assets/stylesheets/sufia.css.scss
sufia-6.6.1 app/assets/stylesheets/sufia.css.scss
sufia-6.6.0 app/assets/stylesheets/sufia.css.scss
sufia-6.5.0 app/assets/stylesheets/sufia.css.scss
sufia-6.4.0 app/assets/stylesheets/sufia.css.scss
sufia-6.3.0 app/assets/stylesheets/sufia.css.scss
sufia-6.2.0 app/assets/stylesheets/sufia.css.scss
sufia-6.1.0 app/assets/stylesheets/sufia.css.scss