2011-09-23 18:53:36 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
2011-09-26 17:00:28 +00:00
|
|
|
/* Styles for Freemarker template startupStatus-display */
|
2011-09-23 18:53:36 +00:00
|
|
|
|
2011-11-14 21:29:00 +00:00
|
|
|
#startup-trace {
|
2011-09-23 18:53:36 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2011-11-14 21:29:00 +00:00
|
|
|
#startup-trace h4 {
|
|
|
|
padding: .5em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: .5em;
|
|
|
|
padding-top: 1em;
|
2011-09-23 18:53:36 +00:00
|
|
|
}
|
2011-11-14 21:29:00 +00:00
|
|
|
#startup-trace ul.item-spec {
|
|
|
|
margin-bottom: 1em;
|
2011-09-23 18:53:36 +00:00
|
|
|
}
|
2011-11-14 21:29:00 +00:00
|
|
|
#startup-trace ul.item-spec li{
|
|
|
|
padding-left: .5em;
|
|
|
|
padding-bottom: .4em;
|
2011-09-23 18:53:36 +00:00
|
|
|
}
|
2011-11-14 21:29:00 +00:00
|
|
|
#startup-trace li.error {
|
|
|
|
background-color: #FFDDDD;
|
2011-09-23 18:53:36 +00:00
|
|
|
}
|
2011-11-14 21:29:00 +00:00
|
|
|
#startup-trace li.warning{
|
|
|
|
background-color: #FFFFDD;
|
2011-09-23 18:53:36 +00:00
|
|
|
}
|
2011-11-14 21:29:00 +00:00
|
|
|
#startup-trace li.info {
|
|
|
|
background-color: #DDFFDD;
|
|
|
|
}
|
|
|
|
#startup-trace li.not_executed {
|
|
|
|
background-color: #F3F3F0;
|
2011-09-23 18:53:36 +00:00
|
|
|
}
|