group-detail.less 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177
  1. /**
  2. * Group Detail
  3. * ============================================================================
  4. */
  5. .group-detail {
  6. position: relative;
  7. clear: both;
  8. h3 {
  9. font-size: 22px;
  10. margin: 0 0 8px;
  11. text-overflow: ellipsis;
  12. white-space: nowrap;
  13. overflow: hidden;
  14. em {
  15. font-style: normal;
  16. font-weight: 400;
  17. color: @70;
  18. font-size: 90%;
  19. }
  20. }
  21. .count {
  22. &.short-id-box {
  23. min-width: 0;
  24. span:not(.help-link) {
  25. font-size: 18px;
  26. line-height: 1.45;
  27. display: block;
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. direction: rtl;
  32. }
  33. }
  34. span:not(.help-link) {
  35. font-size: 22px;
  36. display: inline-block;
  37. line-height: 1.2;
  38. }
  39. }
  40. .assigned-to {
  41. text-align: right;
  42. position: relative;
  43. }
  44. .meta {
  45. margin: 0 0 15px;
  46. color: #949ea4;
  47. }
  48. .id-label {
  49. background: #fff;
  50. max-width: 200px;
  51. white-space: nowrap;
  52. overflow: hidden;
  53. text-overflow: ellipsis;
  54. }
  55. .severity {
  56. display: inline-block;
  57. position: relative;
  58. top: -7px;
  59. padding: 0 10px;
  60. }
  61. .nav-tabs {
  62. margin-top: 20px;
  63. margin-bottom: 0;
  64. }
  65. &:before {
  66. position: absolute;
  67. display: block;
  68. content: '';
  69. bottom: -1px;
  70. left: -40px;
  71. right: -40px;
  72. height: 1px;
  73. background: @trim;
  74. }
  75. }
  76. /**
  77. * Event Details
  78. * ============================================================================
  79. */
  80. .event-details-container {
  81. display: flex;
  82. margin: -20px -40px;
  83. background: #fff;
  84. flex-direction: column;
  85. flex: 1;
  86. @media (min-width: 1200px) {
  87. flex-direction: row;
  88. }
  89. .primary {
  90. flex: 1;
  91. .user-report {
  92. border-radius: 0;
  93. box-shadow: none;
  94. padding: 20px 30px 0 40px;
  95. border: 0;
  96. border-top: 1px solid lighten(@trim, 4);
  97. margin: 0;
  98. padding-bottom: 0;
  99. }
  100. @media (min-width: 1200px) {
  101. // TODO(dcramer): whatever flex is doing here is causing this to extend to
  102. // whatever it pleases (e.g. 4k pixels on my 1280 screen)
  103. max-width: ~'calc(100% - 365px)';
  104. }
  105. }
  106. .secondary {
  107. width: 100%;
  108. padding: 30px 40px 30px 30px;
  109. border-left: 1px solid @trim;
  110. @media (min-width: 1200px) {
  111. width: 365px;
  112. }
  113. }
  114. }
  115. .module-user .avatar {
  116. width: 64px;
  117. height: 64px;
  118. img {
  119. height: 100%;
  120. width: 100%;
  121. }
  122. }
  123. .event-stats {
  124. padding-top: 84px;
  125. margin-top: -84px;
  126. }
  127. .event-stats {
  128. h6 {
  129. font-size: 14px;
  130. margin-bottom: 15px;
  131. position: relative;
  132. > span {
  133. background: @white-dark;
  134. padding-right: 7px;
  135. }
  136. &:before {
  137. display: block;
  138. position: absolute;
  139. content: '';
  140. border-top: 1px solid lighten(@trim, 9);
  141. left: 0;
  142. right: 0;
  143. top: 50%;
  144. z-index: -1;
  145. }
  146. }
  147. }
  148. .user-widget {
  149. position: relative;
  150. margin-bottom: 20px;
  151. .avatar {
  152. width: 48px;
  153. height: 48px;
  154. position: absolute;
  155. top: 0;
  156. right: 0;
  157. box-shadow: 0 0 0 5px #fff;
  158. background: #fff;
  159. border-radius: 50% 0 50% 50%;
  160. }
  161. .table {
  162. margin-bottom: 0;
  163. }
  164. }
  165. /**
  166. * Traceback
  167. * ============================================================================
  168. */
  169. .traceback {
  170. list-style-type: none;
  171. padding-left: 0;
  172. border: 1px solid @trim-dark;
  173. border-radius: 0 6px 6px 6px;
  174. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  175. margin-bottom: 20px;
  176. }
  177. // TODO(dcramer): we probably shouldn't overload these
  178. pre.traceback {
  179. margin: 0 0 20px;
  180. }
  181. div.traceback > ul {
  182. padding: 0;
  183. margin-bottom: 0;
  184. li {
  185. &:first-child {
  186. border-top: none;
  187. .title {
  188. border-top: none;
  189. border-top-right-radius: 5px;
  190. border-top-left-radius: 5px;
  191. }
  192. }
  193. &:last-child .title {
  194. border-bottom-right-radius: 5px;
  195. border-bottom-left-radius: 5px;
  196. }
  197. }
  198. }
  199. .raw-toggle {
  200. input {
  201. margin-right: 6px;
  202. position: relative;
  203. top: -1px;
  204. }
  205. }
  206. /**
  207. * Frame
  208. * ============================================================================
  209. */
  210. .exc-message {
  211. margin: 15px 0 0;
  212. word-wrap: break-word;
  213. white-space: pre-wrap;
  214. color: @gray-darker;
  215. padding: 0;
  216. background: none;
  217. }
  218. .frames-omitted,
  219. .exc-omitted {
  220. color: @gray-dark;
  221. font-size: 14px;
  222. font-weight: 600;
  223. border-left: 3px solid @red;
  224. border-right: 1px solid lighten(@red, 30%);
  225. background: lighten(@red, 35%);
  226. padding: 10px 20px;
  227. margin-bottom: 10px !important;
  228. margin-left: -21px;
  229. margin-right: -21px;
  230. }
  231. .exception {
  232. margin: 0 0 20px;
  233. &:last-child {
  234. border-bottom: 0;
  235. margin-bottom: 0;
  236. }
  237. h5 {
  238. line-height: 1.2;
  239. }
  240. .traceback {
  241. margin-top: 15px;
  242. }
  243. }
  244. .traceback {
  245. &.no-exception .frame:first-child {
  246. border-top: 0;
  247. }
  248. .frame {
  249. list-style-type: none;
  250. position: relative;
  251. margin: 0;
  252. border-top: 1px solid @trim;
  253. h3 {
  254. font-size: 22px;
  255. }
  256. &.is-expandable .title {
  257. cursor: pointer;
  258. &:hover {
  259. background: lighten(@blue-light, 36);
  260. }
  261. }
  262. &.system-frame.is-expandable .title:hover {
  263. background: darken(@white-dark, 5);
  264. }
  265. .title {
  266. padding: 8px 20px;
  267. font-size: 13px;
  268. margin: 0;
  269. line-height: 16px;
  270. background: lighten(@blue-light, 35);
  271. word-break: break-all;
  272. /* for firefox */
  273. word-break: break-word;
  274. /* for chrome */
  275. code {
  276. font-family: inherit;
  277. }
  278. .informal {
  279. font-style: italic;
  280. }
  281. }
  282. &.system-frame .title {
  283. background: @white-dark;
  284. }
  285. .title.as-table {
  286. width: 100%;
  287. padding-left: 15px;
  288. .package {
  289. font-size: 13px;
  290. font-weight: bold;
  291. .truncate;
  292. flex-basis: 120px;
  293. flex-grow: 0;
  294. flex-shrink: 0;
  295. }
  296. .address {
  297. font-family: @font-family-code;
  298. font-size: 11px;
  299. color: @gray-dark;
  300. letter-spacing: -0.25px;
  301. width: 100px;
  302. flex-grow: 0;
  303. flex-shrink: 0;
  304. }
  305. .symbol {
  306. word-break: break-word;
  307. flex: 1;
  308. code {
  309. background: transparent;
  310. color: @blue-dark;
  311. padding-right: 5px;
  312. a {
  313. color: inherit;
  314. &:hover {
  315. text-decoration: underline;
  316. }
  317. }
  318. }
  319. span.offset {
  320. font-weight: bold;
  321. padding-right: 10px;
  322. }
  323. span.filename {
  324. color: @purple;
  325. margin-right: 3px;
  326. &:before {
  327. content: '(';
  328. }
  329. &:after {
  330. content: ')';
  331. }
  332. }
  333. }
  334. }
  335. .original-src {
  336. font-size: 12px;
  337. padding-left: 3px;
  338. position: relative;
  339. top: 1px;
  340. }
  341. .icon-open {
  342. font-size: 12px;
  343. margin-right: 3px;
  344. margin-left: 3px;
  345. position: relative;
  346. top: 1px;
  347. }
  348. .in-at {
  349. opacity: 0.6;
  350. margin: 0 2px;
  351. }
  352. .blame {
  353. color: lighten(@gray, 5);
  354. a {
  355. color: @gray;
  356. }
  357. .icon-mark-github {
  358. position: relative;
  359. top: 1px;
  360. }
  361. }
  362. .tooltip-inner {
  363. word-wrap: break-word;
  364. text-align: left;
  365. max-width: 300px;
  366. }
  367. .divider {
  368. border-left: 1px solid @trim;
  369. display: inline-block;
  370. width: 1px;
  371. height: 10px;
  372. margin: 0 6px;
  373. position: relative;
  374. top: 1px;
  375. }
  376. code {
  377. padding: 0;
  378. background: inherit;
  379. font-size: inherit;
  380. color: inherit;
  381. }
  382. .empty-context {
  383. padding: 20px;
  384. color: @gray;
  385. p {
  386. display: inline-block;
  387. margin-bottom: 0;
  388. }
  389. .icon {
  390. opacity: 0.45;
  391. margin-right: 10px;
  392. font-size: 0.85em;
  393. }
  394. }
  395. .context {
  396. display: none;
  397. background: #fff;
  398. margin: 0;
  399. table.key-value {
  400. border-top: 1px solid @trim;
  401. padding: 0;
  402. margin: 0 0 -8px;
  403. td {
  404. border-bottom: 1px solid @trim !important;
  405. &.key {
  406. width: 145px;
  407. max-width: 145px;
  408. padding-left: 20px !important;
  409. }
  410. &.value pre {
  411. background: inherit;
  412. }
  413. }
  414. tr:last-child {
  415. td {
  416. border-bottom: 0 !important;
  417. }
  418. }
  419. }
  420. &.expanded {
  421. display: block;
  422. }
  423. }
  424. .tag-app {
  425. color: #aaa;
  426. font-size: 0.9em;
  427. margin-left: 10px;
  428. }
  429. > div > table.key-value {
  430. margin-bottom: 5px;
  431. > tbody > tr > th {
  432. color: @gray-dark;
  433. text-align: right;
  434. padding-right: 12px !important;
  435. }
  436. }
  437. .btn-toggle {
  438. display: block;
  439. float: right;
  440. width: 16px;
  441. height: 16px;
  442. padding: 0;
  443. line-height: 16px;
  444. font-size: 9px;
  445. text-align: center;
  446. flex-shrink: 0;
  447. }
  448. .expand-button:hover {
  449. cursor: pointer;
  450. }
  451. &.expanded {
  452. .expandable {
  453. height: auto;
  454. max-width: 100%;
  455. }
  456. }
  457. &:last-child {
  458. .context {
  459. margin-bottom: 0;
  460. }
  461. .toggle-expand .btn {
  462. margin-bottom: -13px;
  463. }
  464. }
  465. }
  466. &.in-app-traceback .frame.leads-to-app {
  467. .leads-to-app-hint {
  468. display: none;
  469. }
  470. &.collapsed {
  471. .title {
  472. opacity: 0.7;
  473. font-size: 12px;
  474. padding: 4px 20px 4px 20px;
  475. background: lighten(@blue-light, 33);
  476. &.is-expandable:hover {
  477. opacity: 1;
  478. }
  479. .package {
  480. width: auto;
  481. }
  482. }
  483. .title.as-table {
  484. padding-left: 15px;
  485. }
  486. .in-at-line,
  487. .lineno,
  488. .btn-toggle,
  489. .address {
  490. display: none;
  491. }
  492. .leads-to-app-hint {
  493. display: inline;
  494. }
  495. }
  496. }
  497. &.full-traceback {
  498. .leads-to-app-hint {
  499. display: none !important;
  500. }
  501. }
  502. .expandable {
  503. height: 0;
  504. position: relative;
  505. .icon-plus {
  506. position: absolute;
  507. left: 8px;
  508. top: 6px;
  509. opacity: 0.25;
  510. transition: 0.1s opacity linear;
  511. }
  512. &.key-value {
  513. display: none;
  514. }
  515. .ws {
  516. display: none;
  517. overflow: hidden;
  518. }
  519. &:hover {
  520. .icon-plus {
  521. opacity: 0.5;
  522. }
  523. }
  524. }
  525. .expanded {
  526. .expandable {
  527. height: auto;
  528. }
  529. .ws {
  530. display: inline;
  531. overflow: none;
  532. }
  533. }
  534. ol.context {
  535. margin: 0;
  536. list-style-position: inside;
  537. list-style-type: decimal-leading-zero;
  538. border-radius: 5px;
  539. padding-left: 0;
  540. .key-value {
  541. display: none;
  542. pre {
  543. overflow: auto;
  544. }
  545. }
  546. > li {
  547. font-family: @font-family-code;
  548. line-height: 24px;
  549. font-size: 12px;
  550. white-space: pre;
  551. white-space: pre-wrap;
  552. word-wrap: break-word;
  553. min-height: 24px;
  554. }
  555. > li.active {
  556. list-style-type: none;
  557. border-radius: 2px;
  558. &:first-child:last-child {
  559. background-color: inherit;
  560. color: inherit;
  561. border-radius: 0;
  562. }
  563. pre {
  564. color: @gray-dark;
  565. }
  566. }
  567. > li:first-child {
  568. border-radius: 2px 2px 0 0;
  569. }
  570. > li:last-of-type {
  571. border-radius: 0 0 2px 2px;
  572. }
  573. li.closed {
  574. border-radius: 2px;
  575. }
  576. &.expanded {
  577. .key-value {
  578. display: table;
  579. }
  580. > li.active {
  581. position: relative;
  582. z-index: 0;
  583. list-style-type: inherit;
  584. border-radius: 0;
  585. }
  586. }
  587. }
  588. ol.context-line {
  589. > li {
  590. > span {
  591. float: right;
  592. }
  593. }
  594. }
  595. }
  596. #full-message {
  597. line-height: 1.5em;
  598. &#full-message {
  599. background: none;
  600. padding: 0;
  601. }
  602. }
  603. &.expanded div.commands,
  604. div.commands:hover {
  605. opacity: 1;
  606. a {
  607. color: @state-info-text;
  608. }
  609. }
  610. div.commands {
  611. position: absolute;
  612. right: 10px;
  613. top: 6px;
  614. font-size: 0.9em;
  615. opacity: 0.3;
  616. a {
  617. color: #666;
  618. text-decoration: none;
  619. span {
  620. font-size: 9px;
  621. margin-right: 5px;
  622. }
  623. }
  624. }
  625. // Request
  626. .request {
  627. .path {
  628. font-weight: normal;
  629. float: left;
  630. strong {
  631. margin-right: 4px;
  632. }
  633. }
  634. }
  635. /* message details */
  636. .server-list,
  637. .url-list,
  638. .logger-list,
  639. .level-list {
  640. list-style: none;
  641. margin-left: 0;
  642. margin-bottom: 0;
  643. }
  644. .server-list li,
  645. .url-list li {
  646. padding-bottom: 10px;
  647. }
  648. .url-list li a {
  649. line-height: 18px;
  650. }
  651. pre.val,
  652. span.val {
  653. span {
  654. display: inline;
  655. }
  656. }
  657. .val-string {
  658. border-radius: 4px;
  659. padding: 2px 4px;
  660. }
  661. .val-string-multiline {
  662. display: block;
  663. overflow: auto;
  664. }
  665. .val-stripped {
  666. color: darken(@red, 10);
  667. background: transparent;
  668. }
  669. .val-bool,
  670. .val-null {
  671. color: darken(@blue, 10);
  672. font-weight: bold;
  673. }
  674. .val-dict {
  675. display: inline;
  676. .val-dict-items {
  677. display: block;
  678. padding: 0 0 0 15px;
  679. .val-dict-pair {
  680. display: block;
  681. }
  682. }
  683. .val-dict-key,
  684. .val-dict-key .val-string {
  685. color: darken(@red, 5);
  686. background: transparent;
  687. border-radius: none;
  688. }
  689. }
  690. .val-array {
  691. .val-array-items {
  692. display: block;
  693. padding: 0 0 0 15px;
  694. .val-array-item {
  695. display: block;
  696. }
  697. }
  698. }
  699. /**
  700. * Exceptions and Threads
  701. * ============================================================================
  702. */
  703. .box .thread {
  704. .exception {
  705. margin-top: 10px;
  706. }
  707. .traceback.no-exception {
  708. margin-top: 0;
  709. }
  710. }
  711. /**
  712. * Shared Group Detail
  713. * ============================================================================
  714. */
  715. .shared-group {
  716. padding: 40px 0;
  717. background: none;
  718. .app > .container {
  719. max-width: 960px;
  720. > .box {
  721. > .box-header {
  722. padding: 15px 30px 13px;
  723. display: flex;
  724. align-items: center;
  725. a {
  726. &.logo {
  727. font-size: 20px;
  728. flex: 1;
  729. }
  730. &:hover {
  731. color: @gray-dark;
  732. }
  733. }
  734. .back-to,
  735. .pull-right a {
  736. font-size: 16px;
  737. }
  738. .back-to {
  739. border-left: 1px solid @trim;
  740. padding: 2px 10px;
  741. display: inline-block;
  742. margin-left: 7px;
  743. position: relative;
  744. top: -3px;
  745. }
  746. }
  747. }
  748. }
  749. .container {
  750. padding-left: 0;
  751. padding-right: 0;
  752. }
  753. .group-detail {
  754. padding: 0 30px;
  755. border-bottom: 1px solid darken(@trim, 5);
  756. box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  757. &:before {
  758. display: none;
  759. }
  760. .details {
  761. max-width: 960px;
  762. margin: 0 auto;
  763. padding: 20px 0 0;
  764. }
  765. }
  766. .event-details-container {
  767. display: block;
  768. margin: 0;
  769. .primary {
  770. max-width: 100%;
  771. .box {
  772. padding: 0 30px;
  773. &:first-child {
  774. border-top: 0;
  775. }
  776. }
  777. .box-header,
  778. .box-content {
  779. max-width: 960px;
  780. margin: 0 auto;
  781. }
  782. .box-header {
  783. margin-top: 15px;
  784. }
  785. .exception {
  786. padding: 20px 0;
  787. margin: 0;
  788. &:first-child {
  789. padding-top: 0;
  790. }
  791. }
  792. .traceback.no-exception {
  793. margin-bottom: 25px;
  794. margin-top: -5px;
  795. }
  796. }
  797. }
  798. }
  799. /**
  800. * Breadcrumbs / Timeline
  801. * ============================================================================
  802. */
  803. ul.crumbs {
  804. li {
  805. .table.key-value {
  806. margin-bottom: 0;
  807. background: none;
  808. thead td:first-child {
  809. font-weight: bold;
  810. }
  811. td {
  812. padding: 2px 0 !important;
  813. font-weight: normal;
  814. }
  815. .key {
  816. width: 122px;
  817. max-width: 122px;
  818. color: @gray-dark;
  819. line-height: 1.6 !important;
  820. }
  821. pre {
  822. display: inline-block;
  823. padding: 0;
  824. margin-top: 1px;
  825. background: none;
  826. word-break: break-all;
  827. }
  828. }
  829. div.summary {
  830. overflow: hidden;
  831. &.can-expand {
  832. cursor: pointer;
  833. position: relative;
  834. &:after {
  835. position: absolute;
  836. bottom: 0;
  837. left: 0;
  838. right: 0;
  839. content: ' ';
  840. display: block;
  841. width: 100%;
  842. height: 15px;
  843. background-image: linear-gradient(
  844. to bottom,
  845. rgba(255, 255, 255, 0) 0%,
  846. rgba(255, 255, 255, 1) 100%
  847. );
  848. background-repeat: repeat-x;
  849. z-index: 1;
  850. }
  851. &:hover {
  852. &:before {
  853. position: absolute;
  854. bottom: 4px;
  855. right: 0;
  856. font-family: 'sentry-simple';
  857. content: '\e617';
  858. background: @white-dark;
  859. border: 1px solid darken(@trim, 5);
  860. border-radius: 3px;
  861. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  862. z-index: 2;
  863. padding: 0 5px;
  864. margin-left: -14px;
  865. }
  866. }
  867. }
  868. &.expanded {
  869. max-height: none;
  870. &:after,
  871. &:before {
  872. display: none;
  873. }
  874. }
  875. pre {
  876. display: inline-block;
  877. }
  878. }
  879. }
  880. }
  881. /**
  882. * Responsive medium screen
  883. * ============================================================================
  884. */
  885. @media (max-width: 991px) {
  886. .group-stats-column {
  887. float: none;
  888. }
  889. }
  890. /**
  891. * Responsive small screen
  892. * ============================================================================
  893. */
  894. @media (max-width: 767px) {
  895. .group-detail {
  896. h3 {
  897. white-space: normal;
  898. font-size: 20px;
  899. line-height: 1.2;
  900. }
  901. .meta {
  902. font-size: 13px;
  903. }
  904. .short-id-box {
  905. text-align: left;
  906. }
  907. .is-assigned {
  908. padding-top: 0;
  909. }
  910. }
  911. // Event detail columns
  912. .event-details-container {
  913. flex-direction: column;
  914. margin: 0;
  915. .primary {
  916. max-width: 100%;
  917. .box {
  918. padding: 15px 0;
  919. .box-header {
  920. h3 {
  921. margin: 0 0 10px;
  922. small {
  923. margin-left: 0 !important;
  924. display: block;
  925. }
  926. }
  927. .permalink {
  928. display: none;
  929. }
  930. }
  931. }
  932. .user-report {
  933. padding: 15px 0;
  934. }
  935. .exception {
  936. margin: 0;
  937. padding: 15px 0;
  938. }
  939. .traceback {
  940. &.no-exception {
  941. margin: 0;
  942. }
  943. .btn-toggle {
  944. width: 17px;
  945. }
  946. }
  947. }
  948. .secondary {
  949. width: auto;
  950. padding: 0;
  951. border: 0;
  952. margin-bottom: 20px;
  953. }
  954. .detailed-error {
  955. border-top: 1px solid @trim;
  956. }
  957. }
  958. // Context callout
  959. .context-summary {
  960. flex-direction: column;
  961. margin-top: 0;
  962. padding: 0;
  963. margin-bottom: 20px;
  964. }
  965. .context {
  966. overflow: auto;
  967. li {
  968. width: 800px;
  969. }
  970. }
  971. }