Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception.
This commit is contained in:
commit
4f2e303079
1839 changed files with 235630 additions and 0 deletions
60
webapp/web/src/widget/templates/Menu.css
Normal file
60
webapp/web/src/widget/templates/Menu.css
Normal file
|
@ -0,0 +1,60 @@
|
|||
.dojoMenu {
|
||||
border:1px solid #000000;
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding-bottom: 1px;
|
||||
background-color:#f4f4f4;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
.dojoMenuSeparator {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:1px 0;
|
||||
border-bottom:1px solid #000000;
|
||||
line-height:1px;
|
||||
height:1px;
|
||||
}
|
||||
|
||||
li:hover.dojoMenuSeparator {
|
||||
background-color:#e5e5e5;
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.dojoContextMenu {
|
||||
position: absolute;
|
||||
display: none;
|
||||
border: 2px solid;
|
||||
border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 1px;
|
||||
background-color: ThreeDFace;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
.dojoMenuItem {
|
||||
white-space: nowrap;
|
||||
padding: 2px;
|
||||
font: menu;
|
||||
color: WindowText;
|
||||
}
|
||||
|
||||
.dojoMenuItem a {
|
||||
text-decoration: none;
|
||||
color: WindowText;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.dojoMenuItemHover {
|
||||
padding: 2px;
|
||||
background-color: blue;
|
||||
cursor: pointer;
|
||||
_cursor: hand;
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue