You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

116 lines
2.7 KiB

  1. @import url(code.css);
  2. #content.ticket { width: 700px; max-width: 100% }
  3. #newticket #field-description { width: 100% }
  4. #newticket #properties { width: 100% }
  5. #ticket {
  6. background: #ffd;
  7. border: 1px outset #996;
  8. margin-top: 1em;
  9. padding: .5em 1em;
  10. position: relative;
  11. }
  12. div#ticket.ticketdraft {
  13. background: #f4f4f4 url(../draft.png);
  14. }
  15. div#ticketchange.ticketdraft {
  16. padding: 0 1em;
  17. margin: 1em 0;
  18. }
  19. div#ticketchange.ticketdraft h3 {
  20. margin-top: .5em;
  21. }
  22. .preview-notice { font-weight: bold; }
  23. .ticketdraft {
  24. background: #f4f4f4 url(../draft.png);
  25. border: 1px outset #996;
  26. padding: 0 .2em;
  27. }
  28. h1 .status { color: #444; }
  29. #ticket h2.summary { margin: 0 0 .8em 0 }
  30. #ticket .date { color: #996; float: right; font-size: 85%; position: relative }
  31. #ticket .date p { margin: .3em }
  32. #ticket table.properties {
  33. clear: both;
  34. border-top: 1px solid #dd9;
  35. border-collapse: collapse;
  36. table-layout: fixed;
  37. width: 100%;
  38. }
  39. #ticket table.properties tr { border-bottom: 1px dotted #eed }
  40. #ticket table.properties td, #ticket table.properties th {
  41. font-size: 80%;
  42. padding: .5em 1em;
  43. vertical-align: top;
  44. }
  45. #ticket table.properties th {
  46. color: #663;
  47. font-weight: normal;
  48. text-align: left;
  49. width: 20%;
  50. }
  51. #ticket table.properties td { width: 30% }
  52. #ticket table.properties .description { border-top: 1px solid #dd9 }
  53. #ticket .description h3 {
  54. border-bottom: 1px solid #dd9;
  55. color: #663;
  56. font-size: 100%;
  57. font-weight: normal;
  58. }
  59. #ticket .description h3 .lastmod {
  60. font-size: 90%;
  61. }
  62. #ticket .inlinebuttons {
  63. float: right;
  64. position: relative;
  65. bottom: 0.3em;
  66. }
  67. #changelog { border: 1px outset #996; padding: 1em }
  68. #preview { border: 1px solid #d7d7d7; padding: 1em }
  69. #preview h3, #changelog h3 {
  70. border-bottom: 1px solid #d7d7d7;
  71. color: #999;
  72. font-size: 100%;
  73. font-weight: normal;
  74. }
  75. .threading, #changelog .inlinebuttons { float: right; }
  76. .threading { font-size: 90%; }
  77. #preview .changes, #changelog .changes { list-style: square; margin-left: 2em; padding: 0 }
  78. #preview .comment, #changelog .comment { margin-left: 2em }
  79. form .field { margin-top: .75em; width: 100% }
  80. form #comment { width: 100% }
  81. #properties { white-space: nowrap; line-height: 160%; padding: .5em }
  82. #properties table { border-spacing: 0; width: 100%; }
  83. #properties table th {
  84. padding: .4em;
  85. text-align: right;
  86. width: 20%;
  87. vertical-align: top;
  88. }
  89. #properties table th.col2 { border-left: 1px dotted #d7d7d7 }
  90. #properties table td { vertical-align: middle; width: 30% }
  91. #properties table td.fullrow { vertical-align: middle; width: 80% }
  92. #action { line-height: 2em }
  93. fieldset.radio { border: none; margin: 0; padding: 0 }
  94. fieldset.radio legend {
  95. color: #000;
  96. float: left;
  97. font-size: 100%;
  98. font-weight: normal;
  99. padding: 0 1em 0 0;
  100. }
  101. fieldset.radio label { padding-right: 1em }