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
54
webapp/web/src/widget/templates/HtmlToolbar.css
Normal file
54
webapp/web/src/widget/templates/HtmlToolbar.css
Normal file
|
@ -0,0 +1,54 @@
|
|||
.toolbarContainer {
|
||||
border-bottom : 0;
|
||||
background-color : #def;
|
||||
color : ButtonText;
|
||||
font : Menu;
|
||||
background-image: url(images/toolbar-bg.gif);
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
padding : 2px 4px;
|
||||
min-height : 26px;
|
||||
_height : 26px;
|
||||
}
|
||||
|
||||
.toolbarItem {
|
||||
float : left;
|
||||
padding : 1px 2px;
|
||||
margin : 0 2px 1px 0;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.toolbarItem.selected, .toolbarItem.down {
|
||||
margin : 1px 1px 0 1px;
|
||||
padding : 0px 1px;
|
||||
border : 1px solid #bbf;
|
||||
background-color : #fafaff;
|
||||
}
|
||||
|
||||
.toolbarButton img {
|
||||
vertical-align : bottom;
|
||||
}
|
||||
|
||||
.toolbarButton span {
|
||||
line-height : 16px;
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
.toolbarButton.hover {
|
||||
padding : 0px 1px;
|
||||
border : 1px solid #99c;
|
||||
}
|
||||
|
||||
.toolbarItem.disabled {
|
||||
opacity : 0.3;
|
||||
filter : alpha(opacity=30);
|
||||
cursor : default;
|
||||
}
|
||||
|
||||
.toolbarSeparator {
|
||||
cursor : default;
|
||||
}
|
||||
|
||||
.toolbarFlexibleSpace {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue