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