Sha256: f30981fec77cfeba65d287e526261a4a0244228128397564cf7194040e4f3044
Contents?: true
Size: 968 Bytes
Versions: 9
Compression:
Stored size: 968 Bytes
Contents
#summanyPopup { position: fixed; background-color: #FFF; z-index: 100; border-radius: 5px; width: 200px; padding: 15px; box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173,186,204,.25), 0 2px 6px rgba(0,21,64,.14), 0 10px 20px rgba(0,21,64,.05); top: 30px; } #summanyPopup p { margin-bottom: 10px; } #summanyPopup p span { float: right; } #summanyPopup:after { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-bottom-color: #FFF; border-width: 10px; margin-left: -10px; } #summanyPopup:before { bottom: 101%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-bottom-color: #BBB; border-width: 10px; margin-left: -10px; } .dashboard .chart { height: auto; }
Version data entries
9 entries across 9 versions & 1 rubygems