Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/config/unhandled-exception.css
| /** | /** | ||||
| * @provides unhandled-exception-css | * @provides unhandled-exception-css | ||||
| */ | */ | ||||
| .unhandled-exception-detail { | .unhandled-exception-detail { | ||||
| max-width: 760px; | max-width: 760px; | ||||
| margin: 24px auto; | margin: 24px auto; | ||||
| background: #fff; | background: #fff; | ||||
| border: 1px solid #f4c6c6; | border: 1px solid #c0392b; | ||||
| border-bottom: 1px solid #eb9797; | border-radius: 3px; | ||||
| padding: 0 8px; | |||||
| } | } | ||||
| .unhandled-exception-detail .unhandled-exception-title { | .unhandled-exception-detail .unhandled-exception-title { | ||||
| color: #802b2b; | color: #c0392b; | ||||
| text-shadow: 0 1px #fff; | padding: 12px 8px; | ||||
| padding: 16px 12px; | border-bottom: 1px solid #f4dddb; | ||||
| border-bottom: 1px solid #f4c6c6; | font-size: 16px; | ||||
| font-size: 15px; | font-weight: 500; | ||||
| font-weight: bold; | |||||
| background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAADwCAIAAABHUjkYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEpJREFUeNrs0TEKADAIBEER//9aa00bmzTGNNnrBhEO1ayxcJctKjUmmaf5a5tEtPazt/+67/Q/bvfr3nu6D8YYY4wxxvgfLwEGAIQkJawSMraKAAAAAElFTkSuQmCC'); | |||||
| background-repeat: repeat-x; | |||||
| margin: 0; | margin: 0; | ||||
| } | } | ||||
| .unhandled-exception-detail .unhandled-exception-body { | .unhandled-exception-detail .unhandled-exception-body { | ||||
| padding: 16px 12px; | padding: 16px 12px; | ||||
| } | } | ||||