blob: d4aa047cb9bda16de43f89c210f57306f6624fb1 [file] [log] [blame]
.exceptionDialog {
overflow: auto;
display: block;
margin-left: 5%;
margin-right: 5%;
height: 500px;
background-color: white;
border-left: 2px solid #E07000;
border-right: 2px solid #E07000;
border-bottom: 2px solid #E07000;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
}
.exceptionCloseLink {
display: block;
margin-left: 5%;
margin-right: 5%;
background-color: ThreeDFace;
padding-top: 3px;
padding-left: 5px;
padding-bottom: 3px;
font-weight: bold;
color: #000000;
cursor: pointer;
cursor: hand;
border-left: 2px solid #E07000;
border-right: 2px solid #E07000;
border-top: 2px solid #E07000;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
}
span.exception-block, div.displayBlock {
background:#F9F9F9 none repeat scroll 0%;
border:1px solid #CCCCFF;
display:block;
margin:5px;
padding:6px;
}
.toggle {
display:block;
font-size: 11px;
padding: 4px;
font-weight:bold;
}
a.toggleSelected, a.toggle:hover {
background:#DDD;
}
TABLE.described-object TR.even
{
background-color: white;
}
TABLE.described-object TR.odd
{
background-color: #eee;
}
TABLE.location-content TD.line-number
{
width: 1px; /* Minimum; will expand to fit line numbers.*/
align: right;
border-right: 1px dotted grey;
}
TABLE.location-content TR.target-line TD
{
background-color: yellow;
}
TABLE.location-content TD
{
font-family: terminal,monospace;
font-size: 10pt;
padding: 0;
margin: 0;
}
TABLE.exception-display TR.stack-trace TD {
font-size : 9pt;
font-family: terminal,monospace;
text-align : left;
}
.stackSelected {
color:green;
text-decoration:underline;
}