app/assets/stylesheets/blacklight_gallery/default.css.scss in blacklight-gallery-0.1.0 vs app/assets/stylesheets/blacklight_gallery/default.css.scss in blacklight-gallery-0.1.1
- old
+ new
@@ -1,56 +1,3 @@
+@import "gallery";
@import "slideshow";
-
-#documents.gallery {
-
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- flex-flow: row wrap;
-
-
- .document {
- border-bottom: none;
-
- -webkit-box-flex: 1;
- -moz-box-flex: 1;
- -webkit-flex: 1;
- -ms-flex: 1;
- flex: 1;
-
- min-width: 250px;
- min-height: 250px;
- }
-
- .index_title {
- width: 100%;
- }
-
- .document-counter {
- display: none;
- }
-
- .index-document-functions {
- clear: left;
- }
-
- .document-metadata {
- dt, dd {
- float: none;
- width: auto;
- clear: none;
- text-align: left;
- margin: 0;
- padding: 0;
- }
-
- }
-}
-
-.view-icon-gallery {
- &:before { content: "\e011"; }
-}
-.view-icon-slideshow {
- &:before { content: "\e158"; }
-}
+@import "osd_viewer";
\ No newline at end of file