#odialog-container
DescriptionThis is the container for all pop-up blocks. It is used when accessing user information, displaying an error, or relaying minor processes. Containers |
|
Details
This is a container that is used to wrap the .odialog window. By Default this is a clear container and is not generally used in custom themes. Instead, for re-stlying the overlay behind the odialog window .odialog-shader Is used
Examples
Try It on the CSS Zone Sandbox!
Base CSS
#odialog-container { height: 100%; position: absolute; top: 0; width: 100%; z-index: 50; }
Not defined in Base CSS.