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.

application.css 48KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225
  1. html {overflow-y:scroll;}
  2. body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
  3. h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
  4. #content h1, h2, h3, h4 {color: #555;}
  5. h2, .wiki h1 {font-size: 20px;}
  6. h3, .wiki h2 {font-size: 16px;}
  7. h4, .wiki h3 {font-size: 13px;}
  8. h4 {border-bottom: 1px dotted #bbb;}
  9. /***** Layout *****/
  10. #wrapper {background: white;}
  11. #top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
  12. #top-menu ul {margin: 0; padding: 0;}
  13. #top-menu li {
  14. float:left;
  15. list-style-type:none;
  16. margin: 0px 0px 0px 0px;
  17. padding: 0px 0px 0px 0px;
  18. white-space:nowrap;
  19. }
  20. #top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
  21. #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
  22. #account {float:right;}
  23. #header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
  24. #header a {color:#f8f8f8;}
  25. #header h1 a.ancestor { font-size: 80%; }
  26. #quick-search {float:right;}
  27. #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
  28. #main-menu ul {margin: 0; padding: 0;}
  29. #main-menu li {
  30. float:left;
  31. list-style-type:none;
  32. margin: 0px 2px 0px 0px;
  33. padding: 0px 0px 0px 0px;
  34. white-space:nowrap;
  35. }
  36. #main-menu li a {
  37. display: block;
  38. color: #fff;
  39. text-decoration: none;
  40. font-weight: bold;
  41. margin: 0;
  42. padding: 4px 10px 4px 10px;
  43. }
  44. #main-menu li a:hover {background:#759FCF; color:#fff;}
  45. #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
  46. #admin-menu ul {margin: 0; padding: 0;}
  47. #admin-menu li {margin: 0; padding: 0 0 6px 0; list-style-type:none;}
  48. #admin-menu a { background-position: 0% 40%; background-repeat: no-repeat; padding-left: 20px; padding-top: 2px; padding-bottom: 3px;}
  49. #admin-menu a.projects { background-image: url(../images/projects.png); }
  50. #admin-menu a.users { background-image: url(../images/user.png); }
  51. #admin-menu a.groups { background-image: url(../images/group.png); }
  52. #admin-menu a.roles { background-image: url(../images/database_key.png); }
  53. #admin-menu a.trackers { background-image: url(../images/ticket.png); }
  54. #admin-menu a.issue_statuses { background-image: url(../images/ticket_edit.png); }
  55. #admin-menu a.workflows { background-image: url(../images/ticket_go.png); }
  56. #admin-menu a.custom_fields { background-image: url(../images/textfield.png); }
  57. #admin-menu a.enumerations { background-image: url(../images/text_list_bullets.png); }
  58. #admin-menu a.settings { background-image: url(../images/changeset.png); }
  59. #admin-menu a.plugins { background-image: url(../images/plugin.png); }
  60. #admin-menu a.info { background-image: url(../images/help.png); }
  61. #admin-menu a.server_authentication { background-image: url(../images/server_key.png); }
  62. #main {background-color:#EEEEEE;}
  63. #sidebar{ float: right; width: 22%; position: relative; z-index: 9; padding: 0; margin: 0;}
  64. * html #sidebar{ width: 22%; }
  65. #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
  66. #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
  67. * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
  68. #sidebar .contextual { margin-right: 1em; }
  69. #sidebar ul {margin: 0; padding: 0;}
  70. #sidebar ul li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
  71. #content { width: 75%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
  72. * html #content{ width: 75%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
  73. html>body #content { min-height: 600px; }
  74. * html body #content { height: 600px; } /* IE */
  75. #main.nosidebar #sidebar{ display: none; }
  76. #main.nosidebar #content{ width: auto; border-right: 0; }
  77. #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
  78. #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
  79. #login-form table td {padding: 6px;}
  80. #login-form label {font-weight: bold;}
  81. #login-form input#username, #login-form input#password { width: 300px; }
  82. div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
  83. div.modal h3.title {display:none;}
  84. div.modal p.buttons {text-align:right; margin-bottom:0;}
  85. div.modal .box p {margin: 0.3em 0;}
  86. input#openid_url { background: url(../images/openid-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; padding-left: 18px; }
  87. .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  88. /***** Links *****/
  89. a, a:link, a:visited{ color: #169; text-decoration: none; }
  90. a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
  91. a img{ border: 0; }
  92. a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
  93. a.project.closed, a.project.closed:link, a.project.closed:visited { color: #999; }
  94. a.user.locked, a.user.locked:link, a.user.locked:visited {color: #999;}
  95. #sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#9DB9D5; color:#fff; border-radius:2px;}
  96. #sidebar a.selected:hover {text-decoration:none;}
  97. #admin-menu a {line-height:1.7em;}
  98. #admin-menu a.selected {padding-left: 20px !important; background-position: 2px 40%;}
  99. a.collapsible {padding-left: 12px; background: url(../images/arrow_expanded.png) no-repeat -3px 40%;}
  100. a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat -5px 40%;}
  101. a#toggle-completed-versions {color:#999;}
  102. /***** Tables *****/
  103. table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
  104. table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
  105. table.list td {text-align:center; vertical-align:top; padding-right:10px;}
  106. table.list td.id { width: 2%; text-align: center;}
  107. table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles {text-align: left;}
  108. table.list td.tick {width:15%}
  109. table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
  110. table.list td.checkbox input {padding:0px;}
  111. table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
  112. table.list td.buttons a { padding-right: 0.6em; }
  113. table.list td.buttons img {vertical-align:middle;}
  114. table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
  115. table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
  116. tr.project td.name a { white-space:nowrap; }
  117. tr.project.closed, tr.project.archived { color: #aaa; }
  118. tr.project.closed a, tr.project.archived a { color: #aaa; }
  119. tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
  120. tr.project.idnt-1 td.name {padding-left: 0.5em;}
  121. tr.project.idnt-2 td.name {padding-left: 2em;}
  122. tr.project.idnt-3 td.name {padding-left: 3.5em;}
  123. tr.project.idnt-4 td.name {padding-left: 5em;}
  124. tr.project.idnt-5 td.name {padding-left: 6.5em;}
  125. tr.project.idnt-6 td.name {padding-left: 8em;}
  126. tr.project.idnt-7 td.name {padding-left: 9.5em;}
  127. tr.project.idnt-8 td.name {padding-left: 11em;}
  128. tr.project.idnt-9 td.name {padding-left: 12.5em;}
  129. tr.issue { text-align: center; white-space: nowrap; }
  130. tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations, tr.issue td.parent { white-space: normal; }
  131. tr.issue td.relations { text-align: left; }
  132. tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
  133. tr.issue td.relations span {white-space: nowrap;}
  134. table.issues td.description {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
  135. table.issues td.description pre {white-space:normal;}
  136. tr.issue.idnt td.subject a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
  137. tr.issue.idnt-1 td.subject {padding-left: 0.5em;}
  138. tr.issue.idnt-2 td.subject {padding-left: 2em;}
  139. tr.issue.idnt-3 td.subject {padding-left: 3.5em;}
  140. tr.issue.idnt-4 td.subject {padding-left: 5em;}
  141. tr.issue.idnt-5 td.subject {padding-left: 6.5em;}
  142. tr.issue.idnt-6 td.subject {padding-left: 8em;}
  143. tr.issue.idnt-7 td.subject {padding-left: 9.5em;}
  144. tr.issue.idnt-8 td.subject {padding-left: 11em;}
  145. tr.issue.idnt-9 td.subject {padding-left: 12.5em;}
  146. table.issue-report {table-layout:fixed;}
  147. tr.entry { border: 1px solid #f8f8f8; }
  148. tr.entry td { white-space: nowrap; }
  149. tr.entry td.filename {width:30%; text-align:left;}
  150. tr.entry td.filename_no_report {width:70%; text-align:left;}
  151. tr.entry td.size { text-align: right; font-size: 90%; }
  152. tr.entry td.revision, tr.entry td.author { text-align: center; }
  153. tr.entry td.age { text-align: right; }
  154. tr.entry.file td.filename a { margin-left: 16px; }
  155. tr.entry.file td.filename_no_report a { margin-left: 16px; }
  156. tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
  157. tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
  158. tr.changeset { height: 20px }
  159. tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
  160. tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
  161. tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
  162. tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
  163. table.files tbody th {text-align:left;}
  164. table.files tr.file td.filename { text-align: left; padding-left: 24px; }
  165. table.files tr.file td.digest { font-size: 80%; }
  166. table.members td.roles, table.memberships td.roles { width: 45%; }
  167. tr.message { height: 2.6em; }
  168. tr.message td.subject { padding-left: 20px; }
  169. tr.message td.created_on { white-space: nowrap; }
  170. tr.message td.last_message { font-size: 80%; white-space: nowrap; }
  171. tr.message.locked td.subject { background: url(../images/locked.png) no-repeat 0 1px; }
  172. tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; }
  173. tr.version.closed, tr.version.closed a { color: #999; }
  174. tr.version td.name { padding-left: 20px; }
  175. tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; }
  176. tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }
  177. tr.user td {width:13%;white-space: nowrap;}
  178. td.username, td.firstname, td.lastname, td.email {text-align:left !important;}
  179. tr.user td.email { width:18%; }
  180. tr.user.locked, tr.user.registered { color: #aaa; }
  181. tr.user.locked a, tr.user.registered a { color: #aaa; }
  182. table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;}
  183. tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
  184. tr.time-entry { text-align: center; white-space: nowrap; }
  185. tr.time-entry td.issue, tr.time-entry td.comments { text-align: left; white-space: normal; }
  186. td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
  187. td.hours .hours-dec { font-size: 0.9em; }
  188. table.plugins td { vertical-align: middle; }
  189. table.plugins td.configure { text-align: right; padding-right: 1em; }
  190. table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; }
  191. table.plugins span.description { display: block; font-size: 0.9em; }
  192. table.plugins span.url { display: block; font-size: 0.9em; }
  193. table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; text-align:left; }
  194. table.list tbody tr.group span.count {position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;}
  195. tr.group a.toggle-all { color: #aaa; font-size: 80%; font-weight: normal; display:none;}
  196. tr.group:hover a.toggle-all { display:inline;}
  197. a.toggle-all:hover {text-decoration:none;}
  198. table.list tbody tr:hover { background-color:#ffffdd; }
  199. table.list tbody tr.group:hover { background-color:inherit; }
  200. table td {padding:2px;}
  201. table p {margin:0;}
  202. .odd {background-color:#f6f7f8;}
  203. .even {background-color: #fff;}
  204. tr.builtin td.name {font-style:italic;}
  205. a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
  206. a.sort.asc { background-image: url(../images/sort_asc.png); }
  207. a.sort.desc { background-image: url(../images/sort_desc.png); }
  208. table.attributes { width: 100% }
  209. table.attributes th { vertical-align: top; text-align: left; }
  210. table.attributes td { vertical-align: top; }
  211. table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
  212. table.boards td.last-message {text-align:left;font-size:80%;}
  213. table.messages td.last_message {text-align:left;}
  214. #query_form_content {font-size:90%;}
  215. table.query-columns {
  216. border-collapse: collapse;
  217. border: 0;
  218. }
  219. table.query-columns td.buttons {
  220. vertical-align: middle;
  221. text-align: center;
  222. }
  223. table.query-columns td.buttons input[type=button] {width:35px;}
  224. td.center {text-align:center;}
  225. h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }
  226. div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; }
  227. div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
  228. div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
  229. div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
  230. #watchers select {width: 95%; display: block;}
  231. #watchers a.delete {opacity: 0.4; vertical-align: middle;}
  232. #watchers a.delete:hover {opacity: 1;}
  233. #watchers img.gravatar {margin: 0 4px 2px 0;}
  234. span#watchers_inputs {overflow:auto; display:block;}
  235. span.search_for_watchers {display:block;}
  236. span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
  237. span.search_for_watchers a, span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.png) no-repeat 0 50%; }
  238. .highlight { background-color: #FCFD8D;}
  239. .highlight.token-1 { background-color: #faa;}
  240. .highlight.token-2 { background-color: #afa;}
  241. .highlight.token-3 { background-color: #aaf;}
  242. .box{
  243. padding:6px;
  244. margin-bottom: 10px;
  245. background-color:#f6f6f6;
  246. color:#505050;
  247. line-height:1.5em;
  248. border: 1px solid #e4e4e4;
  249. word-wrap: break-word;
  250. }
  251. div.square {
  252. border: 1px solid #999;
  253. float: left;
  254. margin: .3em .4em 0 .4em;
  255. overflow: hidden;
  256. width: .6em; height: .6em;
  257. }
  258. .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
  259. .contextual input, .contextual select {font-size:0.9em;}
  260. .message .contextual { margin-top: 0; }
  261. .splitcontent {overflow:auto;}
  262. .splitcontentleft{float:left; width:49%;}
  263. .splitcontentright{float:right; width:49%;}
  264. form {display: inline;}
  265. input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
  266. fieldset {border: 1px solid #e4e4e4; margin:0;}
  267. legend {color: #484848;}
  268. hr { width: 100%; height: 1px; background: #ccc; border: 0;}
  269. blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
  270. blockquote blockquote { margin-left: 0;}
  271. abbr, span[title] { border-bottom: 1px dotted #aaa; cursor: help; }
  272. textarea.wiki-edit {width:99%; resize:vertical;}
  273. li p {margin-top: 0;}
  274. div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
  275. p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
  276. p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
  277. p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
  278. .ltr {direction:ltr !important; unicode-bidi:bidi-override;}
  279. .rtl {direction:rtl !important; unicode-bidi:bidi-override;}
  280. div.issue div.subject div div { padding-left: 16px; }
  281. div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
  282. div.issue div.subject>div>p { margin-top: 0.5em; }
  283. div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;}
  284. div.issue span.private, div.journal span.private { position:relative; bottom: 2px; text-transform: uppercase; background: #d22; color: #fff; font-weight:bold; padding: 0px 2px 0px 2px; font-size: 60%; margin-right: 2px; border-radius: 2px;}
  285. div.issue .next-prev-links {color:#999;}
  286. div.issue table.attributes th {width:22%;}
  287. div.issue table.attributes td {width:28%;}
  288. #issue_tree table.issues, #relations table.issues { border: 0; }
  289. #issue_tree td.checkbox, #relations td.checkbox {display:none;}
  290. #relations td.buttons {padding:0;}
  291. fieldset.collapsible {border-width: 1px 0 0 0;}
  292. fieldset.collapsible>legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; }
  293. fieldset.collapsible.collapsed>legend { background-image: url(../images/arrow_collapsed.png); }
  294. fieldset#date-range p { margin: 2px 0 2px 0; }
  295. fieldset#filters table { border-collapse: collapse; }
  296. fieldset#filters table td { padding: 0; vertical-align: middle; }
  297. fieldset#filters tr.filter { height: 2.1em; }
  298. fieldset#filters td.field { width:230px; }
  299. fieldset#filters td.operator { width:180px; }
  300. fieldset#filters td.operator select {max-width:170px;}
  301. fieldset#filters td.values { white-space:nowrap; }
  302. fieldset#filters td.values select {min-width:130px;}
  303. fieldset#filters td.values input {height:1em;}
  304. fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
  305. .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;}
  306. .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
  307. div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
  308. div#issue-changesets div.changeset { padding: 4px;}
  309. div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
  310. div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
  311. .journal ul.details img {margin:0 0 -3px 4px;}
  312. div.journal {overflow:auto;}
  313. div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;}
  314. div#activity dl, #search-results { margin-left: 2em; }
  315. div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
  316. div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
  317. div#activity dt.me .time { border-bottom: 1px solid #999; }
  318. div#activity dt .time { color: #777; font-size: 80%; }
  319. div#activity dd .description, #search-results dd .description { font-style: italic; }
  320. div#activity span.project:after, #search-results span.project:after { content: " -"; }
  321. div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
  322. div#activity dt.grouped {margin-left:5em;}
  323. div#activity dd.grouped {margin-left:9em;}
  324. #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
  325. div#search-results-counts {float:right;}
  326. div#search-results-counts ul { margin-top: 0.5em; }
  327. div#search-results-counts li { list-style-type:none; float: left; margin-left: 1em; }
  328. dt.issue { background-image: url(../images/ticket.png); }
  329. dt.issue-edit { background-image: url(../images/ticket_edit.png); }
  330. dt.issue-closed { background-image: url(../images/ticket_checked.png); }
  331. dt.issue-note { background-image: url(../images/ticket_note.png); }
  332. dt.changeset { background-image: url(../images/changeset.png); }
  333. dt.news { background-image: url(../images/news.png); }
  334. dt.message { background-image: url(../images/message.png); }
  335. dt.reply { background-image: url(../images/comments.png); }
  336. dt.wiki-page { background-image: url(../images/wiki_edit.png); }
  337. dt.attachment { background-image: url(../images/attachment.png); }
  338. dt.document { background-image: url(../images/document.png); }
  339. dt.project { background-image: url(../images/projects.png); }
  340. dt.time-entry { background-image: url(../images/time.png); }
  341. #search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
  342. div#roadmap .related-issues { margin-bottom: 1em; }
  343. div#roadmap .related-issues td.checkbox { display: none; }
  344. div#roadmap .wiki h1:first-child { display: none; }
  345. div#roadmap .wiki h1 { font-size: 120%; }
  346. div#roadmap .wiki h2 { font-size: 110%; }
  347. body.controller-versions.action-show div#roadmap .related-issues {width:70%;}
  348. div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
  349. div#version-summary fieldset { margin-bottom: 1em; }
  350. div#version-summary fieldset.time-tracking table { width:100%; }
  351. div#version-summary th, div#version-summary td.total-hours { text-align: right; }
  352. table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
  353. table#time-report tbody tr.subtotal { font-style: italic; color:#777;}
  354. table#time-report tbody tr.subtotal td.hours { color:#b0b0b0; }
  355. table#time-report tbody tr.total { font-weight: bold; background-color:#EEEEEE; border-top:1px solid #e4e4e4;}
  356. table#time-report .hours-dec { font-size: 0.9em; }
  357. div.wiki-page .contextual a {opacity: 0.4}
  358. div.wiki-page .contextual a:hover {opacity: 1}
  359. form .attributes select { width: 60%; }
  360. input#issue_subject, input#document_title { width: 99%; }
  361. select#issue_done_ratio { width: 95px; }
  362. ul.projects {margin:0; padding-left:1em;}
  363. ul.projects ul {padding-left:1.6em;}
  364. ul.projects.root {margin:0; padding:0;}
  365. ul.projects li {list-style-type:none;}
  366. #projects-index ul.projects ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
  367. #projects-index ul.projects li.root {margin-bottom: 1em;}
  368. #projects-index ul.projects li.child {margin-top: 1em;}
  369. #projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
  370. .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
  371. #notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
  372. #related-issues li img {vertical-align:middle;}
  373. ul.properties {padding:0; font-size: 0.9em; color: #777;}
  374. ul.properties li {list-style-type:none;}
  375. ul.properties li span {font-style:italic;}
  376. .total-hours { font-size: 110%; font-weight: bold; }
  377. .total-hours span.hours-int { font-size: 120%; }
  378. .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
  379. #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
  380. #workflow_copy_form select { width: 200px; }
  381. table.transitions td.enabled {background: #bfb;}
  382. #workflow_form table select {font-size:90%; max-width:100px;}
  383. table.fields_permissions td.readonly {background:#ddd;}
  384. table.fields_permissions td.required {background:#d88;}
  385. select.expandable {vertical-align:top;}
  386. textarea#custom_field_possible_values {width: 95%; resize:vertical}
  387. textarea#custom_field_default_value {width: 95%; resize:vertical}
  388. input#content_comments {width: 99%}
  389. p.pagination {margin-top:8px; font-size: 90%}
  390. #search-form fieldset p {margin:0.2em 0;}
  391. /***** Tabular forms ******/
  392. .tabular p{
  393. margin: 0;
  394. padding: 3px 0 3px 0;
  395. padding-left: 180px; /* width of left column containing the label elements */
  396. min-height: 1.8em;
  397. clear:left;
  398. }
  399. html>body .tabular p {overflow:hidden;}
  400. .tabular input, .tabular select {max-width:95%}
  401. .tabular textarea {width:95%; resize:vertical;}
  402. .tabular label{
  403. font-weight: bold;
  404. float: left;
  405. text-align: right;
  406. /* width of left column */
  407. margin-left: -180px;
  408. /* width of labels. Should be smaller than left column to create some right margin */
  409. width: 175px;
  410. }
  411. .tabular label.floating{
  412. font-weight: normal;
  413. margin-left: 0px;
  414. text-align: left;
  415. width: 270px;
  416. }
  417. .tabular label.block{
  418. font-weight: normal;
  419. margin-left: 0px !important;
  420. text-align: left;
  421. float: none;
  422. display: block;
  423. width: auto !important;
  424. }
  425. .tabular label.inline{
  426. font-weight: normal;
  427. float:none;
  428. margin-left: 5px !important;
  429. width: auto;
  430. }
  431. label.no-css {
  432. font-weight: inherit;
  433. float:none;
  434. text-align:left;
  435. margin-left:0px;
  436. width:auto;
  437. }
  438. input#time_entry_comments { width: 90%;}
  439. #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
  440. .tabular.settings p{ padding-left: 300px; }
  441. .tabular.settings label{ margin-left: -300px; width: 295px; }
  442. .tabular.settings textarea { width: 99%; }
  443. .settings.enabled_scm table {width:100%}
  444. .settings.enabled_scm td.scm_name{ font-weight: bold; }
  445. fieldset.settings label { display: block; }
  446. fieldset#notified_events .parent { padding-left: 20px; }
  447. span.required {color: #bb0000;}
  448. .summary {font-style: italic;}
  449. .check_box_group {
  450. display:block;
  451. width:95%;
  452. max-height:300px;
  453. overflow-y:auto;
  454. padding:2px 4px 4px 2px;
  455. background:#fff;
  456. border:1px solid #9EB1C2;
  457. border-radius:2px
  458. }
  459. .check_box_group label {
  460. font-weight: normal;
  461. margin-left: 0px !important;
  462. text-align: left;
  463. float: none;
  464. display: block;
  465. width: auto;
  466. }
  467. .check_box_group.bool_cf {border:0; background:inherit;}
  468. .check_box_group.bool_cf label {display: inline;}
  469. #attachments_fields input.description {margin-left:4px; width:340px;}
  470. #attachments_fields span {display:block; white-space:nowrap;}
  471. #attachments_fields input.filename {border:0; height:1.8em; width:250px; color:#555; background-color:inherit; background:url(../images/attachment.png) no-repeat 1px 50%; padding-left:18px;}
  472. #attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat 0px 50%;}
  473. #attachments_fields .ajax-loading input.filename {background:url(../images/loading.gif) no-repeat 0px 50%;}
  474. #attachments_fields div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; }
  475. a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%; width:1px; display:inline-block; padding-left:16px;}
  476. a.remove-upload:hover {text-decoration:none !important;}
  477. div.fileover { background-color: lavender; }
  478. div.attachments { margin-top: 12px; }
  479. div.attachments p { margin:4px 0 2px 0; }
  480. div.attachments img { vertical-align: middle; }
  481. div.attachments span.author { font-size: 0.9em; color: #888; }
  482. div.thumbnails {margin-top:0.6em;}
  483. div.thumbnails div {background:#fff;border:2px solid #ddd;display:inline-block;margin-right:2px;}
  484. div.thumbnails img {margin: 3px;}
  485. p.other-formats { text-align: right; font-size:0.9em; color: #666; }
  486. .other-formats span + span:before { content: "| "; }
  487. a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
  488. em.info {font-style:normal;font-size:90%;color:#888;display:block;}
  489. em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
  490. textarea.text_cf {width:95%; resize:vertical;}
  491. input.string_cf, input.link_cf {width:95%;}
  492. select.bool_cf {width:auto !important;}
  493. #tab-content-modules fieldset p {margin:3px 0 4px 0;}
  494. #tab-content-users .splitcontentleft {width: 64%;}
  495. #tab-content-users .splitcontentright {width: 34%;}
  496. #tab-content-users fieldset {padding:1em; margin-bottom: 1em;}
  497. #tab-content-users fieldset legend {font-weight: bold;}
  498. #tab-content-users fieldset label {display: block;}
  499. #tab-content-users #principals {max-height: 400px; overflow: auto;}
  500. #users_for_watcher {height: 200px; overflow:auto;}
  501. #users_for_watcher label {display: block;}
  502. table.members td.name {padding-left: 20px;}
  503. table.members td.group, table.members td.groupnonmember, table.members td.groupanonymous {background: url(../images/group.png) no-repeat 0% 1px;}
  504. input#principal_search, input#user_search {width:90%}
  505. .roles-selection label {display:inline-block; width:210px;}
  506. input.autocomplete {
  507. background: #fff url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px !important;
  508. border:1px solid #9EB1C2; border-radius:2px; height:1.5em;
  509. }
  510. input.autocomplete.ajax-loading {
  511. background-image: url(../images/loading.gif);
  512. }
  513. .role-visibility {padding-left:2em;}
  514. .objects-selection {
  515. height: 300px;
  516. overflow: auto;
  517. }
  518. .objects-selection label {
  519. display: block;
  520. }
  521. .objects-selection>div {
  522. column-count: auto;
  523. column-width: 200px;
  524. -webkit-column-count: auto;
  525. -webkit-column-width: 200px;
  526. -webkit-column-gap : 0.5rem;
  527. -webkit-column-rule: 1px solid #ccc;
  528. -moz-column-count: auto;
  529. -moz-column-width: 200px;
  530. -moz-column-gap : 0.5rem;
  531. -moz-column-rule: 1px solid #ccc;
  532. }
  533. /***** Flash & error messages ****/
  534. #errorExplanation, div.flash, .nodata, .warning, .conflict {
  535. padding: 4px 4px 4px 30px;
  536. margin-bottom: 12px;
  537. font-size: 1.1em;
  538. border: 2px solid;
  539. }
  540. div.flash {margin-top: 8px;}
  541. div.flash.error, #errorExplanation {
  542. background: url(../images/exclamation.png) 8px 50% no-repeat;
  543. background-color: #ffe3e3;
  544. border-color: #dd0000;
  545. color: #880000;
  546. }
  547. div.flash.notice {
  548. background: url(../images/true.png) 8px 5px no-repeat;
  549. background-color: #dfffdf;
  550. border-color: #9fcf9f;
  551. color: #005f00;
  552. }
  553. div.flash.warning, .conflict {
  554. background: url(../images/warning.png) 8px 5px no-repeat;
  555. background-color: #FFEBC1;
  556. border-color: #FDBF3B;
  557. color: #A6750C;
  558. text-align: left;
  559. }
  560. .nodata, .warning {
  561. text-align: center;
  562. background-color: #FFEBC1;
  563. border-color: #FDBF3B;
  564. color: #A6750C;
  565. }
  566. #errorExplanation ul { font-size: 0.9em;}
  567. #errorExplanation h2, #errorExplanation p { display: none; }
  568. .conflict-details {font-size:80%;}
  569. /***** Ajax indicator ******/
  570. #ajax-indicator {
  571. position: absolute; /* fixed not supported by IE */
  572. background-color:#eee;
  573. border: 1px solid #bbb;
  574. top:35%;
  575. left:40%;
  576. width:20%;
  577. font-weight:bold;
  578. text-align:center;
  579. padding:0.6em;
  580. z-index:100;
  581. opacity: 0.5;
  582. }
  583. html>body #ajax-indicator { position: fixed; }
  584. #ajax-indicator span {
  585. background-position: 0% 40%;
  586. background-repeat: no-repeat;
  587. background-image: url(../images/loading.gif);
  588. padding-left: 26px;
  589. vertical-align: bottom;
  590. }
  591. /***** Calendar *****/
  592. table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
  593. table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
  594. table.cal thead th.week-number {width: auto;}
  595. table.cal tbody tr {height: 100px;}
  596. table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
  597. table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
  598. table.cal td p.day-num {font-size: 1.1em; text-align:right;}
  599. table.cal td.odd p.day-num {color: #bbb;}
  600. table.cal td.today {background:#ffffdd;}
  601. table.cal td.today p.day-num {font-weight: bold;}
  602. table.cal .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
  603. table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
  604. table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
  605. p.cal.legend span {display:block;}
  606. /***** Tooltips ******/
  607. .tooltip{position:relative;z-index:24;}
  608. .tooltip:hover{z-index:25;color:#000;}
  609. .tooltip span.tip{display: none; text-align:left;}
  610. div.tooltip:hover span.tip{
  611. display:block;
  612. position:absolute;
  613. top:12px; left:24px; width:270px;
  614. border:1px solid #555;
  615. background-color:#fff;
  616. padding: 4px;
  617. font-size: 0.8em;
  618. color:#505050;
  619. }
  620. img.ui-datepicker-trigger {
  621. cursor: pointer;
  622. vertical-align: middle;
  623. margin-left: 4px;
  624. }
  625. /***** Progress bar *****/
  626. table.progress {
  627. border-collapse: collapse;
  628. border-spacing: 0pt;
  629. empty-cells: show;
  630. text-align: center;
  631. float:left;
  632. margin: 1px 6px 1px 0px;
  633. }
  634. table.progress td { height: 1em; }
  635. table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
  636. table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
  637. table.progress td.todo { background: #eee none repeat scroll 0%; }
  638. p.percent {font-size: 80%;}
  639. p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
  640. #roadmap table.progress td { height: 1.2em; }
  641. /***** Tabs *****/
  642. #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
  643. #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
  644. #content .tabs ul li {
  645. float:left;
  646. list-style-type:none;
  647. white-space:nowrap;
  648. margin-right:4px;
  649. background:#fff;
  650. position:relative;
  651. margin-bottom:-1px;
  652. }
  653. #content .tabs ul li a{
  654. display:block;
  655. font-size: 0.9em;
  656. text-decoration:none;
  657. line-height:1.3em;
  658. padding:4px 6px 4px 6px;
  659. border: 1px solid #ccc;
  660. border-bottom: 1px solid #bbbbbb;
  661. background-color: #f6f6f6;
  662. color:#999;
  663. font-weight:bold;
  664. border-top-left-radius:3px;
  665. border-top-right-radius:3px;
  666. }
  667. #content .tabs ul li a:hover {
  668. background-color: #ffffdd;
  669. text-decoration:none;
  670. }
  671. #content .tabs ul li a.selected {
  672. background-color: #fff;
  673. border: 1px solid #bbbbbb;
  674. border-bottom: 1px solid #fff;
  675. color:#444;
  676. }
  677. #content .tabs ul li a.selected:hover {background-color: #fff;}
  678. div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
  679. button.tab-left, button.tab-right {
  680. font-size: 0.9em;
  681. cursor: pointer;
  682. height:24px;
  683. border: 1px solid #ccc;
  684. border-bottom: 1px solid #bbbbbb;
  685. position:absolute;
  686. padding:4px;
  687. width: 20px;
  688. bottom: -1px;
  689. }
  690. button.tab-left {
  691. right: 20px;
  692. background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
  693. border-top-left-radius:3px;
  694. }
  695. button.tab-right {
  696. right: 0;
  697. background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
  698. border-top-right-radius:3px;
  699. }
  700. /***** Diff *****/
  701. .diff_out { background: #fcc; }
  702. .diff_out span { background: #faa; }
  703. .diff_in { background: #cfc; }
  704. .diff_in span { background: #afa; }
  705. .text-diff {
  706. padding: 1em;
  707. background-color:#f6f6f6;
  708. color:#505050;
  709. border: 1px solid #e4e4e4;
  710. }
  711. /***** Wiki *****/
  712. div.wiki table {
  713. border-collapse: collapse;
  714. margin-bottom: 1em;
  715. }
  716. div.wiki table, div.wiki td, div.wiki th {
  717. border: 1px solid #bbb;
  718. padding: 4px;
  719. }
  720. div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {border:0;}
  721. div.wiki .external {
  722. background-position: 0% 60%;
  723. background-repeat: no-repeat;
  724. padding-left: 12px;
  725. background-image: url(../images/external.png);
  726. }
  727. div.wiki a {word-wrap: break-word;}
  728. div.wiki a.new {color: #b73535;}
  729. div.wiki ul, div.wiki ol {margin-bottom:1em;}
  730. div.wiki li>ul, div.wiki li>ol {margin-bottom: 0;}
  731. div.wiki pre {
  732. margin: 1em 1em 1em 1.6em;
  733. padding: 8px;
  734. background-color: #fafafa;
  735. border: 1px solid #e2e2e2;
  736. width:auto;
  737. overflow-x: auto;
  738. overflow-y: hidden;
  739. }
  740. div.wiki ul.toc {
  741. background-color: #ffffdd;
  742. border: 1px solid #e4e4e4;
  743. padding: 4px;
  744. line-height: 1.2em;
  745. margin-bottom: 12px;
  746. margin-right: 12px;
  747. margin-left: 0;
  748. display: table
  749. }
  750. * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
  751. div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
  752. div.wiki ul.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
  753. div.wiki ul.toc ul { margin: 0; padding: 0; }
  754. div.wiki ul.toc li {list-style-type:none; margin: 0; font-size:12px;}
  755. div.wiki ul.toc li li {margin-left: 1.5em; font-size:10px;}
  756. div.wiki ul.toc a {
  757. font-size: 0.9em;
  758. font-weight: normal;
  759. text-decoration: none;
  760. color: #606060;
  761. }
  762. div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
  763. a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
  764. a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
  765. h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
  766. div.wiki img {vertical-align:middle; max-width:100%;}
  767. /***** My page layout *****/
  768. .block-receiver {
  769. border:1px dashed #c0c0c0;
  770. margin-bottom: 20px;
  771. padding: 15px 0 15px 0;
  772. }
  773. .mypage-box {
  774. margin:0 0 20px 0;
  775. color:#505050;
  776. line-height:1.5em;
  777. }
  778. .handle {cursor: move;}
  779. a.close-icon {
  780. display:block;
  781. margin-top:3px;
  782. overflow:hidden;
  783. width:12px;
  784. height:12px;
  785. background-repeat: no-repeat;
  786. cursor:pointer;
  787. background-image:url('../images/close.png');
  788. }
  789. a.close-icon:hover {background-image:url('../images/close_hl.png');}
  790. /***** Gantt chart *****/
  791. .gantt_hdr {
  792. position:absolute;
  793. top:0;
  794. height:16px;
  795. border-top: 1px solid #c0c0c0;
  796. border-bottom: 1px solid #c0c0c0;
  797. border-right: 1px solid #c0c0c0;
  798. text-align: center;
  799. overflow: hidden;
  800. }
  801. .gantt_hdr.nwday {background-color:#f1f1f1;}
  802. .gantt_subjects { font-size: 0.8em; }
  803. .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
  804. .task {
  805. position: absolute;
  806. height:8px;
  807. font-size:0.8em;
  808. color:#888;
  809. padding:0;
  810. margin:0;
  811. line-height:16px;
  812. white-space:nowrap;
  813. }
  814. .task.label {width:100%;}
  815. .task.label.project, .task.label.version { font-weight: bold; }
  816. .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
  817. .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
  818. .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
  819. .task_todo.parent { background: #888; border: 1px solid #888; height: 3px;}
  820. .task_late.parent, .task_done.parent { height: 3px;}
  821. .task.parent.marker.starting { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; left: 0px; top: -1px;}
  822. .task.parent.marker.ending { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; right: 0px; top: -1px;}
  823. .version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
  824. .version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
  825. .version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
  826. .version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
  827. .project.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
  828. .project.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
  829. .project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
  830. .project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
  831. .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;}
  832. .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
  833. /***** Icons *****/
  834. .icon {
  835. background-position: 0% 50%;
  836. background-repeat: no-repeat;
  837. padding-left: 20px;
  838. padding-top: 2px;
  839. padding-bottom: 3px;
  840. }
  841. .icon-add { background-image: url(../images/add.png); }
  842. .icon-edit { background-image: url(../images/edit.png); }
  843. .icon-copy { background-image: url(../images/copy.png); }
  844. .icon-duplicate { background-image: url(../images/duplicate.png); }
  845. .icon-del { background-image: url(../images/delete.png); }
  846. .icon-move { background-image: url(../images/move.png); }
  847. .icon-save { background-image: url(../images/save.png); }
  848. .icon-cancel { background-image: url(../images/cancel.png); }
  849. .icon-multiple { background-image: url(../images/table_multiple.png); }
  850. .icon-folder { background-image: url(../images/folder.png); }
  851. .open .icon-folder { background-image: url(../images/folder_open.png); }
  852. .icon-package { background-image: url(../images/package.png); }
  853. .icon-user { background-image: url(../images/user.png); }
  854. .icon-projects { background-image: url(../images/projects.png); }
  855. .icon-help { background-image: url(../images/help.png); }
  856. .icon-attachment { background-image: url(../images/attachment.png); }
  857. .icon-history { background-image: url(../images/history.png); }
  858. .icon-time { background-image: url(../images/time.png); }
  859. .icon-time-add { background-image: url(../images/time_add.png); }
  860. .icon-stats { background-image: url(../images/stats.png); }
  861. .icon-warning { background-image: url(../images/warning.png); }
  862. .icon-fav { background-image: url(../images/fav.png); }
  863. .icon-fav-off { background-image: url(../images/fav_off.png); }
  864. .icon-reload { background-image: url(../images/reload.png); }
  865. .icon-lock { background-image: url(../images/locked.png); }
  866. .icon-unlock { background-image: url(../images/unlock.png); }
  867. .icon-checked { background-image: url(../images/true.png); }
  868. .icon-details { background-image: url(../images/zoom_in.png); }
  869. .icon-report { background-image: url(../images/report.png); }
  870. .icon-comment { background-image: url(../images/comment.png); }
  871. .icon-summary { background-image: url(../images/lightning.png); }
  872. .icon-server-authentication { background-image: url(../images/server_key.png); }
  873. .icon-issue { background-image: url(../images/ticket.png); }
  874. .icon-zoom-in { background-image: url(../images/zoom_in.png); }
  875. .icon-zoom-out { background-image: url(../images/zoom_out.png); }
  876. .icon-passwd { background-image: url(../images/textfield_key.png); }
  877. .icon-test { background-image: url(../images/bullet_go.png); }
  878. .icon-email-add { background-image: url(../images/email_add.png); }
  879. .icon-file { background-image: url(../images/files/default.png); }
  880. .icon-file.text-plain { background-image: url(../images/files/text.png); }
  881. .icon-file.text-x-c { background-image: url(../images/files/c.png); }
  882. .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
  883. .icon-file.text-x-java { background-image: url(../images/files/java.png); }
  884. .icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
  885. .icon-file.text-x-php { background-image: url(../images/files/php.png); }
  886. .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
  887. .icon-file.text-xml { background-image: url(../images/files/xml.png); }
  888. .icon-file.text-css { background-image: url(../images/files/css.png); }
  889. .icon-file.text-html { background-image: url(../images/files/html.png); }
  890. .icon-file.image-gif { background-image: url(../images/files/image.png); }
  891. .icon-file.image-jpeg { background-image: url(../images/files/image.png); }
  892. .icon-file.image-png { background-image: url(../images/files/image.png); }
  893. .icon-file.image-tiff { background-image: url(../images/files/image.png); }
  894. .icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
  895. .icon-file.application-zip { background-image: url(../images/files/zip.png); }
  896. .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
  897. img.gravatar {
  898. padding: 2px;
  899. border: solid 1px #d5d5d5;
  900. background: #fff;
  901. vertical-align: middle;
  902. }
  903. div.issue img.gravatar {
  904. float: left;
  905. margin: 0 6px 0 0;
  906. padding: 5px;
  907. }
  908. div.issue table img.gravatar {
  909. height: 14px;
  910. width: 14px;
  911. padding: 2px;
  912. float: left;
  913. margin: 0 0.5em 0 0;
  914. }
  915. h2 img.gravatar {margin: -2px 4px -4px 0;}
  916. h3 img.gravatar {margin: -4px 4px -4px 0;}
  917. h4 img.gravatar {margin: -6px 4px -4px 0;}
  918. td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
  919. #activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
  920. /* Used on 12px Gravatar img tags without the icon background */
  921. .icon-gravatar {float: left; margin-right: 4px;}
  922. #activity dt, .journal {clear: left;}
  923. .journal-link {float: right;}
  924. h2 img { vertical-align:middle; }
  925. .hascontextmenu { cursor: context-menu; }
  926. /* Custom JQuery styles */
  927. .ui-datepicker-title select {width:70px !important; margin-top:-2px !important; margin-right:4px !important;}
  928. /************* CodeRay styles *************/
  929. .syntaxhl div {display: inline;}
  930. .syntaxhl .line-numbers {padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px;}
  931. .syntaxhl .code pre { overflow: auto }
  932. .syntaxhl .debug { color: white !important; background: blue !important; }
  933. .syntaxhl .annotation { color:#007 }
  934. .syntaxhl .attribute-name { color:#b48 }
  935. .syntaxhl .attribute-value { color:#700 }
  936. .syntaxhl .binary { color:#509 }
  937. .syntaxhl .char .content { color:#D20 }
  938. .syntaxhl .char .delimiter { color:#710 }
  939. .syntaxhl .char { color:#D20 }
  940. .syntaxhl .class { color:#258; font-weight:bold }
  941. .syntaxhl .class-variable { color:#369 }
  942. .syntaxhl .color { color:#0A0 }
  943. .syntaxhl .comment { color:#385 }
  944. .syntaxhl .comment .char { color:#385 }
  945. .syntaxhl .comment .delimiter { color:#385 }
  946. .syntaxhl .complex { color:#A08 }
  947. .syntaxhl .constant { color:#258; font-weight:bold }
  948. .syntaxhl .decorator { color:#B0B }
  949. .syntaxhl .definition { color:#099; font-weight:bold }
  950. .syntaxhl .delimiter { color:black }
  951. .syntaxhl .directive { color:#088; font-weight:bold }
  952. .syntaxhl .doc { color:#970 }
  953. .syntaxhl .doc-string { color:#D42; font-weight:bold }
  954. .syntaxhl .doctype { color:#34b }
  955. .syntaxhl .entity { color:#800; font-weight:bold }
  956. .syntaxhl .error { color:#F00; background-color:#FAA }
  957. .syntaxhl .escape { color:#666 }
  958. .syntaxhl .exception { color:#C00; font-weight:bold }
  959. .syntaxhl .float { color:#06D }
  960. .syntaxhl .function { color:#06B; font-weight:bold }
  961. .syntaxhl .global-variable { color:#d70 }
  962. .syntaxhl .hex { color:#02b }
  963. .syntaxhl .imaginary { color:#f00 }
  964. .syntaxhl .include { color:#B44; font-weight:bold }
  965. .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
  966. .syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
  967. .syntaxhl .instance-variable { color:#33B }
  968. .syntaxhl .integer { color:#06D }
  969. .syntaxhl .key .char { color: #60f }
  970. .syntaxhl .key .delimiter { color: #404 }
  971. .syntaxhl .key { color: #606 }
  972. .syntaxhl .keyword { color:#939; font-weight:bold }
  973. .syntaxhl .label { color:#970; font-weight:bold }
  974. .syntaxhl .local-variable { color:#963 }
  975. .syntaxhl .namespace { color:#707; font-weight:bold }
  976. .syntaxhl .octal { color:#40E }
  977. .syntaxhl .operator { }
  978. .syntaxhl .predefined { color:#369; font-weight:bold }
  979. .syntaxhl .predefined-constant { color:#069 }
  980. .syntaxhl .predefined-type { color:#0a5; font-weight:bold }
  981. .syntaxhl .preprocessor { color:#579 }
  982. .syntaxhl .pseudo-class { color:#00C; font-weight:bold }
  983. .syntaxhl .regexp .content { color:#808 }
  984. .syntaxhl .regexp .delimiter { color:#404 }
  985. .syntaxhl .regexp .modifier { color:#C2C }
  986. .syntaxhl .regexp { background-color:hsla(300,100%,50%,0.06); }
  987. .syntaxhl .reserved { color:#080; font-weight:bold }
  988. .syntaxhl .shell .content { color:#2B2 }
  989. .syntaxhl .shell .delimiter { color:#161 }
  990. .syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
  991. .syntaxhl .string .char { color: #46a }
  992. .syntaxhl .string .content { color: #46a }
  993. .syntaxhl .string .delimiter { color: #46a }
  994. .syntaxhl .string .modifier { color: #46a }
  995. .syntaxhl .symbol .content { color:#d33 }
  996. .syntaxhl .symbol .delimiter { color:#d33 }
  997. .syntaxhl .symbol { color:#d33 }
  998. .syntaxhl .tag { color:#070 }
  999. .syntaxhl .type { color:#339; font-weight:bold }
  1000. .syntaxhl .value { color: #088; }
  1001. .syntaxhl .variable { color:#037 }
  1002. .syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
  1003. .syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
  1004. .syntaxhl .change { color: #bbf; background: #007; }
  1005. .syntaxhl .head { color: #f8f; background: #505 }
  1006. .syntaxhl .head .filename { color: white; }
  1007. .syntaxhl .delete .eyecatcher { background-color: hsla(0,100%,50%,0.2); border: 1px solid hsla(0,100%,45%,0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; }
  1008. .syntaxhl .insert .eyecatcher { background-color: hsla(120,100%,50%,0.2); border: 1px solid hsla(120,100%,25%,0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
  1009. .syntaxhl .insert .insert { color: #0c0; background:transparent; font-weight:bold }
  1010. .syntaxhl .delete .delete { color: #c00; background:transparent; font-weight:bold }
  1011. .syntaxhl .change .change { color: #88f }
  1012. .syntaxhl .head .head { color: #f4f }
  1013. /***** Media print specific styles *****/
  1014. @media print {
  1015. #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
  1016. #main { background: #fff; }
  1017. #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
  1018. #wiki_add_attachment { display:none; }
  1019. .hide-when-print { display: none; }
  1020. .autoscroll {overflow-x: visible;}
  1021. table.list {margin-top:0.5em;}
  1022. table.list th, table.list td {border: 1px solid #aaa;}
  1023. }
  1024. /* Accessibility specific styles */
  1025. .hidden-for-sighted {
  1026. position:absolute;
  1027. left:-10000px;
  1028. top:auto;
  1029. width:1px;
  1030. height:1px;
  1031. overflow:hidden;
  1032. }