Sha256: 6b4b116c8f6abf5a86da41b12d4babcde46937e689c57e494b6455d24c90a3cc
Contents?: true
Size: 1.99 KB
Versions: 2
Compression:
Stored size: 1.99 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%; div { background-color: white; } .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; } .fa3 .ev-selected .indenter { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; @extend .icon-check; } .fa4 .ev-selected .indenter { background-color: inherit; @extend .fa; @extend .fa-check; } .ev-files { 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.7.0 | app/assets/stylesheets/browse_everything.css.scss |
browse-everything-0.6.3 | app/assets/stylesheets/browse_everything.css.scss |