Sha256: cf203beb1bb0170b106f5e484cf0c08d10f55e9a3f3c651fbc41a87469825cc8
Contents?: true
Size: 1011 Bytes
Versions: 21
Compression:
Stored size: 1011 Bytes
Contents
// Ironically, Bootstrap 3.x breaks styles in typeahead.js - these styles provide the needed repair // source: https://gist.github.com/AntMooreWebDev/2f7e423a11bc74359323995df4494167 .twitter-typeahead .tt-query, .twitter-typeahead .tt-hint margin-bottom: 0 .twitter-typeahead display: block !important .tt-menu // make this wide enough to accomodate the org unit code and name width: 400px min-width: 160px margin-top: 2px padding: 5px background-color: #ffffff border: 1px solid #cccccc border: 1px solid rgba(0, 0, 0, 0.15) border-radius: 4px -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) background-clip: padding-box .tt-suggestion display: block padding: 3px 20px width: 100% .tt-suggestion.tt-selectable margin: 5px 0px 5px 0px .tt-suggestion.tt-cursor color: #fff background-color: #428bca .tt-suggestion.tt-cursor a color: #fff .tt-suggestion p margin: 0
Version data entries
21 entries across 21 versions & 1 rubygems