
META-INF.assets.tapestry5.exception-frame.css Maven / Gradle / Ivy
DIV.exception-container {
background: white;
border: 1px solid black;
position: fixed;
padding: 0px 5px 40px 2px;
top: 5%;
left: 5%;
bottom: 5%;
right: 5%;
z-index: 2000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
DIV.exception-container IFRAME {
width: 100%;
height: 100%;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy