Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

214 рядки
3.0 KiB

  1. @import url(code.css);
  2. #content.ticket {
  3. width:700px;
  4. max-width:100%;
  5. margin:auto;
  6. }
  7. #newticket #field-description {
  8. width:100%;
  9. }
  10. #newticket #properties {
  11. width:100%;
  12. }
  13. #ticket {
  14. background:#ffd;
  15. border:1px outset #996;
  16. margin-top:1em;
  17. padding:.5em 1em;
  18. position:relative;
  19. }
  20. div#ticket.ticketdraft {
  21. background:#f4f4f4 url(../draft.png);
  22. }
  23. div#ticketchange.ticketdraft {
  24. padding:0 1em;
  25. margin:1em 0;
  26. }
  27. div#ticketchange.ticketdraft h3 {
  28. margin-top:.5em;
  29. }
  30. .preview-notice {
  31. font-weight:bold;
  32. }
  33. .ticketdraft {
  34. background:#f4f4f4 url(../draft.png);
  35. border:1px outset #996;
  36. padding:0 .2em;
  37. }
  38. h1 .status {
  39. color:#444;
  40. }
  41. #ticket h2.summary {
  42. margin:0 0 .8em;
  43. }
  44. #ticket .date {
  45. color:#996;
  46. float:right;
  47. font-size:85%;
  48. position:relative;
  49. }
  50. #ticket .date p {
  51. margin:.3em;
  52. }
  53. #ticket table.properties {
  54. clear:both;
  55. border-top:1px solid #dd9;
  56. border-collapse:collapse;
  57. table-layout:fixed;
  58. width:100%;
  59. }
  60. #ticket table.properties tr {
  61. border-bottom:1px dotted #eed;
  62. }
  63. #ticket table.properties td,#ticket table.properties th {
  64. font-size:80%;
  65. padding:.5em 1em;
  66. vertical-align:top;
  67. }
  68. #ticket table.properties th {
  69. color:#663;
  70. font-weight:normal;
  71. text-align:left;
  72. width:20%;
  73. }
  74. #ticket table.properties td {
  75. width:30%;
  76. }
  77. #ticket table.properties .description {
  78. border-top:1px solid #dd9;
  79. }
  80. #ticket .description h3 {
  81. border-bottom:1px solid #dd9;
  82. color:#663;
  83. font-size:100%;
  84. font-weight:normal;
  85. }
  86. #ticket .description h3 .lastmod {
  87. font-size:90%;
  88. }
  89. #ticket .inlinebuttons {
  90. float:right;
  91. position:relative;
  92. bottom:.3em;
  93. }
  94. #changelog {
  95. border:1px outset #996;
  96. padding:1em;
  97. }
  98. #preview {
  99. border:1px solid #d7d7d7;
  100. padding:1em;
  101. }
  102. #preview h3,#changelog h3 {
  103. border-bottom:1px solid #d7d7d7;
  104. color:#999;
  105. font-size:100%;
  106. font-weight:normal;
  107. }
  108. .threading,#changelog .inlinebuttons {
  109. float:right;
  110. }
  111. .threading {
  112. font-size:90%;
  113. }
  114. #preview .changes,#changelog .changes {
  115. list-style:square;
  116. margin-left:2em;
  117. padding:0;
  118. }
  119. #preview .comment,#changelog .comment {
  120. margin-left:2em;
  121. }
  122. form .field {
  123. margin-top:.75em;
  124. width:100%;
  125. }
  126. form #comment {
  127. width:100%;
  128. }
  129. #properties {
  130. white-space:nowrap;
  131. line-height:160%;
  132. padding:.5em;
  133. }
  134. #properties table {
  135. border-spacing:0;
  136. width:100%;
  137. }
  138. #properties table th {
  139. padding:.4em;
  140. text-align:right;
  141. width:20%;
  142. vertical-align:top;
  143. }
  144. #properties table th.col2 {
  145. border-left:1px dotted #d7d7d7;
  146. }
  147. #properties table td {
  148. vertical-align:middle;
  149. width:30%;
  150. }
  151. #properties table td.fullrow {
  152. vertical-align:middle;
  153. width:80%;
  154. }
  155. #action {
  156. line-height:2em;
  157. }
  158. fieldset.radio {
  159. border:none;
  160. margin:0;
  161. padding:0;
  162. }
  163. fieldset.radio legend {
  164. color:#000;
  165. float:left;
  166. font-size:100%;
  167. font-weight:normal;
  168. padding:0 1em 0 0;
  169. }
  170. fieldset.radio label {
  171. padding-right:1em;
  172. }