Sha256: 7d8f235280146448a73f93c1eae58664e6a9bf47f9e2bcd0fdb5bb6d683367eb
Contents?: true
Size: 686 Bytes
Versions: 4
Compression:
Stored size: 686 Bytes
Contents
/* dojox.mobile.SimpleDialog */ .mblSimpleDialog { position: absolute; z-index: 100; margin: 0; text-align: center; outline: none; .mblSimpleDialog-styles; } .mblSimpleDialogDecoration { border-radius: @mbl-simple-dialog-border-radius; .mblSimpleDialogDecoration-styles; } .mblSimpleDialogContainer { position: relative; width: 100%; height: 100%; } .mblSimpleDialogCover { background-color: #000000; opacity: 0.5; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; } .mblSimpleDialogCloseBtn { position: absolute !important; } .mblSimpleDialogTitle { .mblSimpleDialogTitle-styles; } .mblSimpleDialogText { .mblSimpleDialogText-styles; }
Version data entries
4 entries across 4 versions & 1 rubygems