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
37
webapp/web/src/widget/templates/HtmlTimePicker.css
Normal file
37
webapp/web/src/widget/templates/HtmlTimePicker.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
.timePickerContainer {
|
||||
margin:1.75em 0 0.5em 0;
|
||||
width:10em;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.timeContainer {
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
}
|
||||
|
||||
.timeContainer thead td{
|
||||
border-bottom:1px solid #e6e6e6;
|
||||
padding:0 0.4em 0.2em 0.4em;
|
||||
}
|
||||
|
||||
.timeContainer td {
|
||||
font-size:0.9em;
|
||||
padding:0 0.25em 0 0.25em;
|
||||
text-align:left;
|
||||
cursor:pointer;cursor:hand;
|
||||
}
|
||||
|
||||
.timeContainer td.minutesHeading {
|
||||
border-left:1px solid #e6e6e6;
|
||||
border-right:1px solid #e6e6e6;
|
||||
}
|
||||
|
||||
.timeContainer .minutes {
|
||||
border-left:1px solid #e6e6e6;
|
||||
border-right:1px solid #e6e6e6;
|
||||
}
|
||||
|
||||
.selectedItem {
|
||||
background-color:#3a3a3a;
|
||||
color:#ffffff;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue