Sha256: aab725680cce0e3c42d831105eb25ad2eb4d236bf9bb3337aaf5f6f5be51d91c
Contents?: true
Size: 1.57 KB
Versions: 4
Compression:
Stored size: 1.57 KB
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"]{ width: auto !important; cursor: pointer !important; display: inline-block; font-weight: bold; height: 28px !important; text-align: center; background: url(image_path('carnival/calendar.png')) 20px -38px; border: 1px solid #2a6198; cursor: pointer; font-size: 17px; border-radius: 1px; box-shadow: none; font-family: 'microsoft_yi_baitiregular'; padding: 3px 10px 6px 10px !important; border: 1px solid #C8C8C8; padding: 5px 16px 5px 16px; height: 30px; background: url(image_path('bg_button.png')); color: #333; box-shadow: 0px 1px 0px 0px white; border-radius: 1px; margin-right: 0px; box-shadow: none; } .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
4 entries across 4 versions & 1 rubygems