Sha256: 2cb57281e254ba808ca55dcde05661d4d7b7b3d9373d9b7d918c3aa86df96944
Contents?: true
Size: 1.71 KB
Versions: 2
Compression:
Stored size: 1.71 KB
Contents
@import "bootstrap/variables"; @import "bootstrap/mixins"; @import "bootstrap"; // bootstrap-responsive isn't available with bootstrap 3. It's up to // the host application to import it if using bootstrap 2. // @import "bootstrap-responsive"; @import "font-awesome"; @import "jquery.treetable"; @import "jquery.treetable.theme.browse"; @mixin ev-link { cursor: pointer; a { color: inherit; background-color: inherit; text-decoration: none; } } #browse-everything { overflow-y: hidden; position: fixed !important; margin: 0 0 0 -37.5%; left: 50%; top: 10%; background-color: initial; width: 75%; .modal-header { padding: 8px; } .modal-body { overflow: hidden; } .modal-footer { margin: 0px; } .row { margin: inherit; } .ev-files { position: relative; overflow-x: auto; overflow-y: auto; li { overflow: hidden; text-overflow: ellipsis; .ev-file-name { // padding: 0px 6px; white-space: nowrap; } border-top: none; } &.detail { } &.list ul { @include content-columns(3); } } .ev-container li { cursor: pointer; } .ev-body { padding: 0; } .ev-providers { padding: 4px; } .ev-files { .ev-selected .indenter { @extend .fa; @extend .fa-check; @extend .icon-check; } table { width: 100%; max-width: 100%; tr { width: 100%; max-width: 100%; td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } } } .ev-files { height: 50vh; li { @include ev-link; } } .ev-providers { select { width: 30% } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
browse-everything-0.6.1 | app/assets/stylesheets/browse_everything.css.scss |
browse-everything-0.6.0 | app/assets/stylesheets/browse_everything.css.scss |