Path: blob/master/webroot/rsrc/css/application/config/unhandled-exception.css
12242 views
/**1* @provides unhandled-exception-css2*/34.unhandled-exception-detail {5max-width: 760px;6margin: 24px auto;7background: #fff;8border: 1px solid #c0392b;9border-radius: 3px;10padding: 8px;11}1213.unhandled-exception-detail .unhandled-exception-title {14color: #c0392b;15padding: 4px 8px 12px;16border-bottom: 1px solid #f4dddb;17font-size: 16px;18font-weight: 500;19margin: 0;20}2122.unhandled-exception-detail .unhandled-exception-body {23padding: 16px 12px;24}2526.unhandled-exception-with-stack {27max-width: 95%;28}2930.unhandled-exception-stack {31background: #fcfcfc;32overflow-x: auto;33overflow-y: hidden;34}3536.unhandled-exception-stack table {37border-spacing: 0;38border-collapse: collapse;39width: 100%;40border: 1px solid #d7d7d7;41}4243.unhandled-exception-stack th {44background: #e7e7e7;45border-bottom: 1px solid #d7d7d7;46padding: 8px;47}4849.unhandled-exception-stack td {50padding: 4px 8px;51white-space: nowrap;52}535455