1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117 |
- /**
- * Group Detail
- * ============================================================================
- */
- .group-detail {
- position: relative;
- clear: both;
- h3 {
- font-size: 22px;
- margin: 0 0 8px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- em {
- font-style: normal;
- font-weight: 400;
- color: @70;
- font-size: 90%;
- }
- }
- .count {
- &.short-id-box {
- min-width: 0;
- span:not(.help-link) {
- font-size: 18px;
- line-height: 1.45;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- direction: rtl;
- }
- }
- span:not(.help-link) {
- font-size: 22px;
- display: inline-block;
- line-height: 1.2;
- }
- }
- .assigned-to {
- text-align: right;
- position: relative;
- }
- .meta {
- margin: 0 0 15px;
- color: #949ea4;
- }
- .id-label {
- background: #fff;
- max-width: 200px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .severity {
- display: inline-block;
- position: relative;
- top: -7px;
- padding: 0 10px;
- }
- .nav-tabs {
- margin-top: 20px;
- margin-bottom: 0;
- }
- &:before {
- position: absolute;
- display: block;
- content: '';
- bottom: -1px;
- left: -40px;
- right: -40px;
- height: 1px;
- background: @trim;
- }
- }
- /**
- * Event Details
- * ============================================================================
- */
- .event-details-container {
- display: flex;
- margin: -20px -40px;
- background: #fff;
- flex-direction: column;
- flex: 1;
- @media (min-width: 1200px) {
- flex-direction: row;
- }
- .primary {
- flex: 1;
- .user-report {
- border-radius: 0;
- box-shadow: none;
- padding: 20px 30px 0 40px;
- border: 0;
- border-top: 1px solid lighten(@trim, 4);
- margin: 0;
- padding-bottom: 0;
- }
- @media (min-width: 1200px) {
- // TODO(dcramer): whatever flex is doing here is causing this to extend to
- // whatever it pleases (e.g. 4k pixels on my 1280 screen)
- max-width: ~'calc(100% - 365px)';
- }
- }
- .secondary {
- width: 100%;
- padding: 30px 40px 30px 30px;
- border-left: 1px solid @trim;
- @media (min-width: 1200px) {
- width: 365px;
- }
- }
- }
- .module-user .avatar {
- width: 64px;
- height: 64px;
- img {
- height: 100%;
- width: 100%;
- }
- }
- .event-stats {
- padding-top: 84px;
- margin-top: -84px;
- }
- .event-stats {
- h6 {
- font-size: 14px;
- margin-bottom: 15px;
- position: relative;
- > span {
- background: @white-dark;
- padding-right: 7px;
- }
- &:before {
- display: block;
- position: absolute;
- content: '';
- border-top: 1px solid lighten(@trim, 9);
- left: 0;
- right: 0;
- top: 50%;
- z-index: -1;
- }
- }
- }
- .user-widget {
- position: relative;
- margin-bottom: 20px;
- .avatar {
- width: 48px;
- height: 48px;
- position: absolute;
- top: 0;
- right: 0;
- box-shadow: 0 0 0 5px #fff;
- background: #fff;
- border-radius: 50% 0 50% 50%;
- }
- .table {
- margin-bottom: 0;
- }
- }
- .ai-loader {
- height: 250px;
- background: center / contain no-repeat url(../images/spot/ai-loader.gif);
- margin-top: -20px;
- margin-bottom: -35px;
- }
- .ai-suggestion-wheel-of-fortune {
- height: 250px;
- background: center / contain no-repeat
- url(../images/spot/ai-suggestion-wheel-of-fortune.gif);
- }
- /**
- * Traceback
- * ============================================================================
- */
- .traceback {
- list-style-type: none;
- padding-left: 0;
- border: 1px solid @trim-dark;
- border-radius: 0 6px 6px 6px;
- margin-bottom: 20px;
- }
- // TODO(dcramer): we probably shouldn't overload these
- pre.traceback {
- margin: 0 0 20px;
- }
- div.traceback > ul {
- padding: 0;
- margin-bottom: 0;
- li {
- &:first-child {
- border-top: none;
- .title {
- border-top: none;
- border-top-right-radius: 5px;
- border-top-left-radius: 5px;
- }
- }
- &:last-child .title {
- border-bottom-right-radius: 5px;
- border-bottom-left-radius: 5px;
- }
- }
- }
- .raw-toggle {
- input {
- margin-right: 6px;
- position: relative;
- top: -1px;
- }
- }
- /**
- * Frame
- * ============================================================================
- */
- .exc-message {
- margin: 15px 0 0;
- word-wrap: break-word;
- white-space: pre-wrap;
- color: @gray-darker;
- padding: 0;
- background: none;
- }
- .frames-omitted,
- .exc-omitted {
- color: @gray-dark;
- font-size: 14px;
- font-weight: 600;
- border-left: 3px solid @red;
- border-right: 1px solid lighten(@red, 30%);
- background: lighten(@red, 35%);
- padding: 10px 20px;
- margin-bottom: 10px !important;
- margin-left: -21px;
- margin-right: -21px;
- }
- .exception {
- margin: 0 0 20px;
- &:last-child {
- border-bottom: 0;
- margin-bottom: 0;
- }
- h5 {
- line-height: 1.2;
- }
- .traceback {
- margin-top: 15px;
- }
- }
- .traceback {
- &.no-exception .frame:first-child {
- border-top: 0;
- }
- .frame {
- list-style-type: none;
- position: relative;
- margin: 0;
- border-top: 1px solid @trim;
- h3 {
- font-size: 22px;
- }
- &.is-expandable .title {
- cursor: pointer;
- }
- .title {
- padding: 6px 20px;
- font-size: 12px;
- margin: 0;
- line-height: 16px;
- background: #faf9fb;
- word-break: break-all;
- /* for firefox */
- word-break: break-word;
- /* for chrome */
- code {
- font-family: inherit;
- }
- .informal {
- font-style: italic;
- }
- }
- .title.as-table {
- width: 100%;
- padding-left: 15px;
- .package {
- font-size: 12px;
- font-weight: bold;
- .truncate;
- flex-basis: 120px;
- flex-grow: 0;
- flex-shrink: 0;
- }
- .address {
- font-family: @font-family-code;
- font-size: 11px;
- color: @gray-dark;
- letter-spacing: -0.25px;
- width: 100px;
- flex-grow: 0;
- flex-shrink: 0;
- }
- .symbol {
- word-break: break-word;
- flex: 1;
- code {
- background: transparent;
- color: @blue-dark;
- padding-right: 5px;
- a {
- color: inherit;
- &:hover {
- text-decoration: underline;
- }
- }
- }
- span.offset {
- font-weight: bold;
- padding-right: 10px;
- }
- span.filename {
- color: @purple;
- margin-right: 3px;
- &:before {
- content: '(';
- }
- &:after {
- content: ')';
- }
- }
- }
- }
- .original-src {
- font-size: 12px;
- padding-left: 3px;
- position: relative;
- top: 1px;
- }
- .icon-open {
- font-size: 12px;
- margin-right: 3px;
- margin-left: 3px;
- position: relative;
- top: 1px;
- }
- .in-at {
- opacity: 0.6;
- margin: 0 2px;
- }
- .blame {
- color: lighten(@gray, 5);
- a {
- color: @gray;
- }
- .icon-mark-github {
- position: relative;
- top: 1px;
- }
- }
- .tooltip-inner {
- word-wrap: break-word;
- text-align: left;
- max-width: 300px;
- }
- .divider {
- border-left: 1px solid @trim;
- display: inline-block;
- width: 1px;
- height: 10px;
- margin: 0 6px;
- position: relative;
- top: 1px;
- }
- code {
- padding: 0;
- background: inherit;
- font-size: inherit;
- color: inherit;
- }
- .context {
- display: none;
- background: #fff;
- margin: 0;
- table.key-value {
- border-top: 1px solid @trim;
- padding: 0;
- margin: 0;
- td {
- border-bottom: 1px solid @trim !important;
- &.key {
- width: 145px;
- max-width: 145px;
- padding-left: 20px !important;
- }
- &.value pre {
- background: inherit;
- }
- }
- tr:last-child {
- td {
- border-bottom: 0 !important;
- }
- }
- }
- &.expanded {
- display: block;
- }
- }
- .tag-app {
- color: #aaa;
- font-size: 0.9em;
- margin-left: 10px;
- }
- > div > table.key-value {
- margin-bottom: 5px;
- > tbody > tr > th {
- color: @gray-dark;
- text-align: right;
- padding-right: 12px !important;
- }
- }
- .btn-toggle {
- display: block;
- float: right;
- width: 16px;
- height: 16px;
- padding: 0;
- line-height: 16px;
- font-size: 9px;
- text-align: center;
- flex-shrink: 0;
- }
- .expand-button:hover {
- cursor: pointer;
- }
- &.expanded {
- .expandable {
- height: auto;
- max-width: 100%;
- }
- }
- &:last-child {
- .context {
- margin-bottom: 0;
- }
- .toggle-expand .btn {
- margin-bottom: -13px;
- }
- }
- }
- &.in-app-traceback .frame.leads-to-app {
- .leads-to-app-hint {
- display: none;
- }
- &.collapsed {
- .title {
- background: #faf9fb;
- min-height: 32px;
- &.is-expandable:hover {
- opacity: 1;
- }
- .package {
- width: auto;
- }
- }
- .title.as-table {
- padding-left: 15px;
- }
- .in-at-line,
- .lineno,
- .address {
- display: none;
- }
- .leads-to-app-hint {
- display: inline;
- color: @gray-light;
- }
- }
- }
- &.full-traceback {
- .leads-to-app-hint {
- display: none !important;
- }
- }
- .expandable {
- height: 0;
- position: relative;
- .icon-plus {
- position: absolute;
- left: 8px;
- top: 6px;
- opacity: 0.25;
- transition: 0.1s opacity linear;
- }
- &.key-value {
- display: none;
- }
- .ws {
- display: none;
- overflow: hidden;
- }
- &:hover {
- .icon-plus {
- opacity: 0.5;
- }
- }
- }
- .expanded {
- .expandable {
- height: auto;
- }
- .ws {
- display: inline;
- overflow: none;
- }
- }
- ol.context {
- margin: 0;
- list-style-position: inside;
- list-style-type: decimal-leading-zero;
- border-radius: 5px;
- padding-left: 0;
- .key-value {
- display: none;
- pre {
- overflow: auto;
- }
- }
- > li {
- font-family: @font-family-code;
- line-height: 24px;
- font-size: 12px;
- white-space: pre;
- white-space: pre-wrap;
- word-wrap: break-word;
- min-height: 24px;
- }
- > li.active {
- list-style-type: none;
- border-radius: 2px;
- &:first-child:last-child {
- background-color: inherit;
- color: inherit;
- border-radius: 0;
- }
- pre {
- color: @gray-dark;
- }
- }
- > li:first-child {
- border-radius: 2px 2px 0 0;
- }
- > li:last-of-type {
- border-radius: 0 0 2px 2px;
- }
- li.closed {
- border-radius: 2px;
- }
- &.expanded {
- .key-value {
- display: table;
- }
- > li.active {
- position: relative;
- z-index: 0;
- list-style-type: inherit;
- border-radius: 0;
- }
- }
- }
- ol.context-line {
- > li {
- > span {
- float: right;
- }
- }
- }
- }
- #full-message {
- line-height: 1.5em;
- &#full-message {
- background: none;
- padding: 0;
- }
- }
- &.expanded div.commands,
- div.commands:hover {
- opacity: 1;
- a {
- color: @state-info-text;
- }
- }
- div.commands {
- position: absolute;
- right: 10px;
- top: 6px;
- font-size: 0.9em;
- opacity: 0.3;
- a {
- color: #666;
- text-decoration: none;
- span {
- font-size: 9px;
- margin-right: 5px;
- }
- }
- }
- // Request
- .request {
- .path {
- font-weight: normal;
- float: left;
- strong {
- margin-right: 4px;
- }
- }
- }
- /* message details */
- .server-list,
- .url-list,
- .logger-list,
- .level-list {
- list-style: none;
- margin-left: 0;
- margin-bottom: 0;
- }
- .server-list li,
- .url-list li {
- padding-bottom: 10px;
- }
- .url-list li a {
- line-height: 18px;
- }
- pre.val,
- span.val {
- span {
- display: inline;
- }
- }
- .val-string {
- border-radius: 4px;
- padding: 2px 4px;
- }
- .val-string-multiline {
- display: block;
- overflow: auto;
- }
- /**
- * Exceptions and Threads
- * ============================================================================
- */
- .box .thread {
- .exception {
- margin-top: 10px;
- }
- .traceback.no-exception {
- margin-top: 0;
- }
- }
- /**
- * Shared Group Detail
- * ============================================================================
- */
- .shared-group {
- padding: 40px 0;
- background: none;
- .app > .container {
- max-width: 960px;
- > .box {
- > .box-header {
- padding: 15px 30px 13px;
- display: flex;
- align-items: center;
- a {
- &.logo {
- font-size: 20px;
- flex: 1;
- }
- &:hover {
- color: @gray-dark;
- }
- }
- .back-to,
- .pull-right a {
- font-size: 16px;
- }
- .back-to {
- border-left: 1px solid @trim;
- padding: 2px 10px;
- display: inline-block;
- margin-left: 7px;
- position: relative;
- top: -3px;
- }
- }
- }
- }
- .container {
- padding-left: 0;
- padding-right: 0;
- }
- .group-detail {
- padding: 0 30px;
- border-bottom: 1px solid darken(@trim, 5);
- box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
- &:before {
- display: none;
- }
- .details {
- max-width: 960px;
- margin: 0 auto;
- padding: 20px 0 0;
- }
- }
- .event-details-container {
- display: block;
- margin: 0;
- .primary {
- max-width: 100%;
- .box {
- padding: 0 30px;
- &:first-child {
- border-top: 0;
- }
- }
- .box-header,
- .box-content {
- max-width: 960px;
- margin: 0 auto;
- }
- .box-header {
- margin-top: 15px;
- }
- .exception {
- padding: 20px 0;
- margin: 0;
- &:first-child {
- padding-top: 0;
- }
- }
- .traceback.no-exception {
- margin-bottom: 25px;
- margin-top: -5px;
- }
- }
- }
- }
- /**
- * Breadcrumbs / Timeline
- * ============================================================================
- */
- ul.crumbs {
- li {
- .table.key-value {
- margin-bottom: 0;
- background: none;
- thead td:first-child {
- font-weight: bold;
- }
- td {
- padding: 2px 0 !important;
- font-weight: normal;
- }
- .key {
- width: 122px;
- max-width: 122px;
- color: @gray-dark;
- line-height: 1.6 !important;
- }
- pre {
- display: inline-block;
- padding: 0;
- margin-top: 1px;
- background: none;
- word-break: break-all;
- }
- }
- div.summary {
- overflow: hidden;
- &.can-expand {
- cursor: pointer;
- position: relative;
- &:after {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- content: ' ';
- display: block;
- width: 100%;
- height: 15px;
- background-image: linear-gradient(
- to bottom,
- rgba(255, 255, 255, 0) 0%,
- rgba(255, 255, 255, 1) 100%
- );
- background-repeat: repeat-x;
- z-index: 1;
- }
- &:hover {
- &:before {
- position: absolute;
- bottom: 4px;
- right: 0;
- font-family: 'sentry-simple';
- content: '\e617';
- background: @white-dark;
- border: 1px solid darken(@trim, 5);
- border-radius: 3px;
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- z-index: 2;
- padding: 0 5px;
- margin-left: -14px;
- }
- }
- }
- &.expanded {
- max-height: none;
- &:after,
- &:before {
- display: none;
- }
- }
- pre {
- display: inline-block;
- }
- }
- }
- }
- /**
- * Responsive medium screen
- * ============================================================================
- */
- @media (max-width: 991px) {
- .group-stats-column {
- float: none;
- }
- }
- /**
- * Responsive small screen
- * ============================================================================
- */
- @media (max-width: 767px) {
- .group-detail {
- h3 {
- white-space: normal;
- font-size: 20px;
- line-height: 1.2;
- }
- .meta {
- font-size: 12px;
- }
- .short-id-box {
- text-align: left;
- }
- .is-assigned {
- padding-top: 0;
- }
- }
- // Event detail columns
- .event-details-container {
- flex-direction: column;
- margin: 0;
- .primary {
- max-width: 100%;
- .box {
- padding: 15px 0;
- .box-header {
- h3 {
- margin: 0 0 10px;
- small {
- margin-left: 0 !important;
- display: block;
- }
- }
- .permalink {
- display: none;
- }
- }
- }
- .user-report {
- padding: 15px 0;
- }
- .exception {
- margin: 0;
- padding: 15px 0;
- }
- .traceback {
- &.no-exception {
- margin: 0;
- }
- .btn-toggle {
- width: 17px;
- }
- }
- }
- .secondary {
- width: auto;
- padding: 0;
- border: 0;
- margin-bottom: 20px;
- }
- .detailed-error {
- border-top: 1px solid @trim;
- }
- }
- // Context callout
- .context-summary {
- flex-direction: column;
- margin-top: 0;
- padding: 0;
- margin-bottom: 20px;
- }
- .context {
- overflow: auto;
- li {
- width: 800px;
- }
- }
- }
|