group-detail.less 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184
  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 3px 3px 3px;
  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: 3px;
  190. border-top-left-radius: 3px;
  191. }
  192. }
  193. &:last-child .title {
  194. border-bottom-right-radius: 3px;
  195. border-bottom-left-radius: 3px;
  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. padding: 8px 0;
  400. > li {
  401. background: inherit;
  402. }
  403. table.key-value {
  404. border-top: 1px solid @trim;
  405. padding: 0;
  406. margin: 0 0 -8px;
  407. td {
  408. border-bottom: 1px solid @trim !important;
  409. &.key {
  410. width: 145px;
  411. max-width: 145px;
  412. padding-left: 20px !important;
  413. }
  414. &.value pre {
  415. background: inherit;
  416. }
  417. }
  418. tr:last-child {
  419. td {
  420. border-bottom: 0 !important;
  421. }
  422. }
  423. }
  424. &.expanded {
  425. display: block;
  426. }
  427. }
  428. .tag-app {
  429. color: #aaa;
  430. font-size: 0.9em;
  431. margin-left: 10px;
  432. }
  433. > div > table.key-value {
  434. margin-bottom: 5px;
  435. > tbody > tr > th {
  436. color: @gray-dark;
  437. text-align: right;
  438. padding-right: 12px !important;
  439. }
  440. }
  441. .btn-toggle {
  442. display: block;
  443. float: right;
  444. width: 16px;
  445. height: 16px;
  446. padding: 0;
  447. line-height: 16px;
  448. font-size: 9px;
  449. text-align: center;
  450. flex-shrink: 0;
  451. }
  452. .expand-button:hover {
  453. cursor: pointer;
  454. }
  455. &.expanded {
  456. .expandable {
  457. height: auto;
  458. }
  459. }
  460. &:last-child {
  461. .context {
  462. margin-bottom: 0;
  463. }
  464. .toggle-expand .btn {
  465. margin-bottom: -13px;
  466. }
  467. }
  468. }
  469. &.in-app-traceback .frame.leads-to-app {
  470. .leads-to-app-hint {
  471. display: none;
  472. }
  473. &.collapsed {
  474. .title {
  475. opacity: 0.7;
  476. font-size: 12px;
  477. padding: 4px 20px 4px 20px;
  478. background: lighten(@blue-light, 33);
  479. &.is-expandable:hover {
  480. opacity: 1;
  481. }
  482. .package {
  483. width: auto;
  484. }
  485. }
  486. .title.as-table {
  487. padding-left: 15px;
  488. }
  489. .in-at-line,
  490. .lineno,
  491. .btn-toggle,
  492. .address {
  493. display: none;
  494. }
  495. .leads-to-app-hint {
  496. display: inline;
  497. }
  498. }
  499. }
  500. &.full-traceback {
  501. .leads-to-app-hint {
  502. display: none !important;
  503. }
  504. }
  505. .expandable {
  506. height: 0;
  507. position: relative;
  508. .icon-plus {
  509. position: absolute;
  510. left: 8px;
  511. top: 6px;
  512. opacity: 0.25;
  513. transition: 0.1s opacity linear;
  514. }
  515. &.key-value {
  516. display: none;
  517. }
  518. .ws {
  519. display: none;
  520. overflow: hidden;
  521. }
  522. &:hover {
  523. .icon-plus {
  524. opacity: 0.5;
  525. }
  526. }
  527. }
  528. .expanded {
  529. .expandable {
  530. height: auto;
  531. }
  532. .ws {
  533. display: inline;
  534. overflow: none;
  535. }
  536. }
  537. ol.context {
  538. margin: 0;
  539. list-style-position: inside;
  540. list-style-type: decimal-leading-zero;
  541. border-radius: 3px;
  542. padding-left: 0;
  543. .key-value {
  544. display: none;
  545. pre {
  546. overflow: auto;
  547. }
  548. }
  549. > li {
  550. font-family: @font-family-code;
  551. color: #222;
  552. background-color: #f6f7f8;
  553. line-height: 24px;
  554. font-size: 12px;
  555. white-space: pre;
  556. white-space: pre-wrap;
  557. word-wrap: break-word;
  558. min-height: 24px;
  559. }
  560. > li.active {
  561. background-color: #f6f7f8;
  562. list-style-type: none;
  563. border-radius: 2px;
  564. &:first-child:last-child {
  565. background-color: inherit;
  566. color: inherit;
  567. border-radius: 0;
  568. }
  569. pre {
  570. color: @gray-dark;
  571. }
  572. }
  573. > li:first-child {
  574. border-radius: 2px 2px 0 0;
  575. }
  576. > li:last-of-type {
  577. border-radius: 0 0 2px 2px;
  578. }
  579. li.closed {
  580. border-radius: 2px;
  581. }
  582. &.expanded {
  583. .key-value {
  584. display: table;
  585. }
  586. > li.active {
  587. background-color: @purple;
  588. color: #fff;
  589. list-style-type: inherit;
  590. border-radius: 0;
  591. }
  592. }
  593. }
  594. ol.context-line {
  595. > li {
  596. > span {
  597. float: right;
  598. }
  599. }
  600. }
  601. }
  602. #full-message {
  603. line-height: 1.5em;
  604. &#full-message {
  605. background: none;
  606. padding: 0;
  607. }
  608. }
  609. &.expanded div.commands,
  610. div.commands:hover {
  611. opacity: 1;
  612. a {
  613. color: @state-info-text;
  614. }
  615. }
  616. div.commands {
  617. position: absolute;
  618. right: 10px;
  619. top: 6px;
  620. font-size: 0.9em;
  621. opacity: 0.3;
  622. a {
  623. color: #666;
  624. text-decoration: none;
  625. span {
  626. font-size: 9px;
  627. margin-right: 5px;
  628. }
  629. }
  630. }
  631. // Request
  632. .request {
  633. .path {
  634. font-weight: normal;
  635. float: left;
  636. strong {
  637. margin-right: 4px;
  638. }
  639. }
  640. }
  641. /* message details */
  642. .server-list,
  643. .url-list,
  644. .logger-list,
  645. .level-list {
  646. list-style: none;
  647. margin-left: 0;
  648. margin-bottom: 0;
  649. }
  650. .server-list li,
  651. .url-list li {
  652. padding-bottom: 10px;
  653. }
  654. .url-list li a {
  655. line-height: 18px;
  656. }
  657. pre.val,
  658. span.val {
  659. span {
  660. display: inline;
  661. }
  662. }
  663. .val-string {
  664. border-radius: 3px;
  665. padding: 2px 4px;
  666. }
  667. .val-string-multiline {
  668. display: block;
  669. overflow: auto;
  670. }
  671. .val-stripped {
  672. color: darken(@red, 10);
  673. background: transparent;
  674. }
  675. .val-bool,
  676. .val-null {
  677. color: darken(@blue, 10);
  678. font-weight: bold;
  679. }
  680. .val-dict {
  681. display: inline;
  682. .val-dict-items {
  683. display: block;
  684. padding: 0 0 0 15px;
  685. .val-dict-pair {
  686. display: block;
  687. }
  688. }
  689. .val-dict-key,
  690. .val-dict-key .val-string {
  691. color: darken(@red, 5);
  692. background: transparent;
  693. border-radius: none;
  694. }
  695. }
  696. .val-array {
  697. .val-array-items {
  698. display: block;
  699. padding: 0 0 0 15px;
  700. .val-array-item {
  701. display: block;
  702. }
  703. }
  704. }
  705. /**
  706. * Exceptions and Threads
  707. * ============================================================================
  708. */
  709. .box .thread {
  710. .exception {
  711. margin-top: 10px;
  712. }
  713. .traceback.no-exception {
  714. margin-top: 0;
  715. }
  716. }
  717. /**
  718. * Shared Group Detail
  719. * ============================================================================
  720. */
  721. .shared-group {
  722. padding: 40px 0;
  723. background: none;
  724. .app > .container {
  725. max-width: 960px;
  726. > .box {
  727. > .box-header {
  728. padding: 15px 30px 13px;
  729. display: flex;
  730. align-items: center;
  731. a {
  732. &.logo {
  733. font-size: 20px;
  734. flex: 1;
  735. }
  736. &:hover {
  737. color: @gray-dark;
  738. }
  739. }
  740. .back-to,
  741. .pull-right a {
  742. font-size: 16px;
  743. }
  744. .back-to {
  745. border-left: 1px solid @trim;
  746. padding: 2px 10px;
  747. display: inline-block;
  748. margin-left: 7px;
  749. position: relative;
  750. top: -3px;
  751. }
  752. }
  753. }
  754. }
  755. .container {
  756. padding-left: 0;
  757. padding-right: 0;
  758. }
  759. .group-detail {
  760. padding: 0 30px;
  761. border-bottom: 1px solid darken(@trim, 5);
  762. box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  763. &:before {
  764. display: none;
  765. }
  766. .details {
  767. max-width: 960px;
  768. margin: 0 auto;
  769. padding: 20px 0 0;
  770. }
  771. }
  772. .event-details-container {
  773. display: block;
  774. margin: 0;
  775. .primary {
  776. max-width: 100%;
  777. .box {
  778. padding: 0 30px;
  779. &:first-child {
  780. border-top: 0;
  781. }
  782. }
  783. .box-header,
  784. .box-content {
  785. max-width: 960px;
  786. margin: 0 auto;
  787. }
  788. .box-header {
  789. margin-top: 15px;
  790. }
  791. .exception {
  792. padding: 20px 0;
  793. margin: 0;
  794. &:first-child {
  795. padding-top: 0;
  796. }
  797. }
  798. .traceback.no-exception {
  799. margin-bottom: 25px;
  800. margin-top: -5px;
  801. }
  802. }
  803. }
  804. }
  805. /**
  806. * Breadcrumbs / Timeline
  807. * ============================================================================
  808. */
  809. ul.crumbs {
  810. li {
  811. .table.key-value {
  812. margin-bottom: 0;
  813. background: none;
  814. thead td:first-child {
  815. font-weight: bold;
  816. }
  817. td {
  818. padding: 2px 0 !important;
  819. font-weight: normal;
  820. }
  821. .key {
  822. width: 122px;
  823. max-width: 122px;
  824. color: @gray-dark;
  825. line-height: 1.6 !important;
  826. }
  827. pre {
  828. display: inline-block;
  829. padding: 0;
  830. margin-top: 1px;
  831. background: none;
  832. word-break: break-all;
  833. }
  834. }
  835. div.summary {
  836. overflow: hidden;
  837. &.can-expand {
  838. cursor: pointer;
  839. position: relative;
  840. &:after {
  841. position: absolute;
  842. bottom: 0;
  843. left: 0;
  844. right: 0;
  845. content: ' ';
  846. display: block;
  847. width: 100%;
  848. height: 15px;
  849. background-image: linear-gradient(
  850. to bottom,
  851. rgba(255, 255, 255, 0) 0%,
  852. rgba(255, 255, 255, 1) 100%
  853. );
  854. background-repeat: repeat-x;
  855. z-index: 1;
  856. }
  857. &:hover {
  858. &:before {
  859. position: absolute;
  860. bottom: 4px;
  861. right: 0;
  862. font-family: 'sentry-simple';
  863. content: '\e617';
  864. background: @white-dark;
  865. border: 1px solid darken(@trim, 5);
  866. border-radius: 3px;
  867. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  868. z-index: 2;
  869. padding: 0 5px;
  870. margin-left: -14px;
  871. }
  872. }
  873. }
  874. &.expanded {
  875. max-height: none;
  876. &:after,
  877. &:before {
  878. display: none;
  879. }
  880. }
  881. pre {
  882. display: inline-block;
  883. }
  884. }
  885. }
  886. }
  887. /**
  888. * Responsive medium screen
  889. * ============================================================================
  890. */
  891. @media (max-width: 991px) {
  892. .group-stats-column {
  893. float: none;
  894. }
  895. }
  896. /**
  897. * Responsive small screen
  898. * ============================================================================
  899. */
  900. @media (max-width: 767px) {
  901. .group-detail {
  902. h3 {
  903. white-space: normal;
  904. font-size: 20px;
  905. line-height: 1.2;
  906. }
  907. .meta {
  908. font-size: 13px;
  909. }
  910. .short-id-box {
  911. text-align: left;
  912. }
  913. .is-assigned {
  914. padding-top: 0;
  915. }
  916. }
  917. // Event detail columns
  918. .event-details-container {
  919. flex-direction: column;
  920. margin: 0;
  921. .primary {
  922. max-width: 100%;
  923. .box {
  924. padding: 15px 0;
  925. .box-header {
  926. h3 {
  927. margin: 0 0 10px;
  928. small {
  929. margin-left: 0 !important;
  930. display: block;
  931. }
  932. }
  933. .permalink {
  934. display: none;
  935. }
  936. }
  937. }
  938. .user-report {
  939. padding: 15px 0;
  940. }
  941. .exception {
  942. margin: 0;
  943. padding: 15px 0;
  944. }
  945. .traceback {
  946. &.no-exception {
  947. margin: 0;
  948. }
  949. .btn-toggle {
  950. width: 17px;
  951. }
  952. }
  953. }
  954. .secondary {
  955. width: auto;
  956. padding: 0;
  957. border: 0;
  958. margin-bottom: 20px;
  959. }
  960. .detailed-error {
  961. border-top: 1px solid @trim;
  962. }
  963. }
  964. // Context callout
  965. .context-summary {
  966. flex-direction: column;
  967. margin-top: 0;
  968. padding: 0;
  969. margin-bottom: 20px;
  970. }
  971. .context {
  972. overflow: auto;
  973. li {
  974. width: 800px;
  975. }
  976. }
  977. }