Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

107 linhas
1.5KB

  1. span.indent {
  2. color: #ccc;
  3. }
  4. ul.trace {
  5. font-size: 12px;
  6. color: #999;
  7. margin: 2px 0 0 0;
  8. padding: 0;
  9. list-style: none;
  10. white-space: normal;
  11. }
  12. ul.assets {
  13. margin: 2px 0 0 0;
  14. padding: 0;
  15. list-style: none;
  16. white-space: normal;
  17. }
  18. .callout-danger {
  19. background-color: #fcf2f2;
  20. border-color: #dFb5b4;
  21. }
  22. .callout {
  23. margin: 0 0 10px 0;
  24. padding: 5px;
  25. }
  26. .list-group .glyphicon {
  27. float: right;
  28. }
  29. td, th {
  30. white-space: pre-wrap;
  31. word-wrap: break-word;
  32. }
  33. .request-table td {
  34. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  35. word-break: break-all;
  36. }
  37. .config-php-info-table td.v {
  38. word-break: break-all;
  39. }
  40. .not-set {
  41. color: #c55;
  42. font-style: italic;
  43. }
  44. .detail-grid-view th {
  45. white-space: nowrap;
  46. }
  47. /* add sorting icons to gridview sort links */
  48. a.asc:after, a.desc:after {
  49. position: relative;
  50. top: 1px;
  51. display: inline-block;
  52. font-family: 'Glyphicons Halflings';
  53. font-style: normal;
  54. font-weight: normal;
  55. line-height: 1;
  56. padding-left: 5px;
  57. }
  58. a.asc:after {
  59. content: /*"\e113"*/ "\e151";
  60. }
  61. a.desc:after {
  62. content: /*"\e114"*/ "\e152";
  63. }
  64. .sort-numerical a.asc:after {
  65. content: "\e153";
  66. }
  67. .sort-numerical a.desc:after {
  68. content: "\e154";
  69. }
  70. .sort-ordinal a.asc:after {
  71. content: "\e155";
  72. }
  73. .sort-ordinal a.desc:after {
  74. content: "\e156";
  75. }
  76. .mail-sorter {
  77. margin-top: 7px;
  78. }
  79. .mail-sorter li {
  80. list-style: none;
  81. float: left;
  82. width: 12%;
  83. font-weight: bold;
  84. }
  85. .nowrap {
  86. white-space: nowrap;
  87. }