Sha256: 35dea0d144de147e041e1bfc0a76c56b409570ca85e76b9952333aedc2b6e38d
Contents?: true
Size: 976 Bytes
Versions: 18
Compression:
Stored size: 976 Bytes
Contents
#carnival-modal{ position: fixed; z-index: 99999; top: 130px; width: 415px; left: 50%; margin-left: -205px; display:none; min-height: 200px; } .carnival-modal-overlay{ display: none; position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4) url(image_path('carnival/loadingGif.gif')) no-repeat center 150px; background-size: 56px; top: 0; left: 0; z-index: 9999; } #carnival-modal input[type="submit"] { font-size: 13px } .close-modal{ text-align: center; width: 57px; right: 0px; background: #555; color: #fff; padding: 2px; position: absolute; right: -21px; z-index: 99; border-bottom-left-radius: 3px; cursor:pointer; border-top-right-radius: 3px; } #carnival-modal-content{ background: white; padding: 10px; border: solid 1px #c0c0c0; margin: 0 auto; position: absolute; width: 100%; box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4); border-radius: 4px; padding-bottom:35px; }
Version data entries
18 entries across 18 versions & 1 rubygems