You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
686 B
37 lines
686 B
/* 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; |
|
}
|
|
|