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