##// END OF EJS Templates
Fixed: Contextual divs after attachments are placed incorrectly in FireFox (#2633)....
Jean-Philippe Lang -
r2343:c83b41611a3a
parent child
Show More
@@ -1,61 +1,61
1 1 <%= breadcrumb link_to(l(:label_board_plural), {:controller => 'boards', :action => 'index', :project_id => @project}),
2 2 link_to(h(@board.name), {:controller => 'boards', :action => 'show', :project_id => @project, :id => @board}) %>
3 3
4 4 <div class="contextual">
5 5 <%= watcher_tag(@topic, User.current) %>
6 6 <%= link_to_remote_if_authorized l(:button_quote), { :url => {:action => 'quote', :id => @topic} }, :class => 'icon icon-comment' %>
7 7 <%= link_to(l(:button_edit), {:action => 'edit', :id => @topic}, :class => 'icon icon-edit') if @message.editable_by?(User.current) %>
8 8 <%= link_to(l(:button_delete), {:action => 'destroy', :id => @topic}, :method => :post, :confirm => l(:text_are_you_sure), :class => 'icon icon-del') if @message.destroyable_by?(User.current) %>
9 9 </div>
10 10
11 11 <h2><%=h @topic.subject %></h2>
12 12
13 13 <div class="message">
14 14 <p><span class="author"><%= authoring @topic.created_on, @topic.author %></span></p>
15 15 <div class="wiki">
16 16 <%= textilizable(@topic.content, :attachments => @topic.attachments) %>
17 17 </div>
18 18 <%= link_to_attachments @topic, :author => false %>
19 19 </div>
20 20 <br />
21 21
22 22 <% unless @replies.empty? %>
23 23 <h3 class="icon22 icon22-comment"><%= l(:label_reply_plural) %></h3>
24 24 <% @replies.each do |message| %>
25 25 <a name="<%= "message-#{message.id}" %>"></a>
26 <div class="contextual">
27 <%= link_to_remote_if_authorized image_tag('comment.png'), { :url => {:action => 'quote', :id => message} }, :title => l(:button_quote) %>
28 <%= link_to(image_tag('edit.png'), {:action => 'edit', :id => message}, :title => l(:button_edit)) if message.editable_by?(User.current) %>
29 <%= link_to(image_tag('delete.png'), {:action => 'destroy', :id => message}, :method => :post, :confirm => l(:text_are_you_sure), :title => l(:button_delete)) if message.destroyable_by?(User.current) %>
30 </div>
31 26 <div class="message reply">
27 <div class="contextual">
28 <%= link_to_remote_if_authorized image_tag('comment.png'), { :url => {:action => 'quote', :id => message} }, :title => l(:button_quote) %>
29 <%= link_to(image_tag('edit.png'), {:action => 'edit', :id => message}, :title => l(:button_edit)) if message.editable_by?(User.current) %>
30 <%= link_to(image_tag('delete.png'), {:action => 'destroy', :id => message}, :method => :post, :confirm => l(:text_are_you_sure), :title => l(:button_delete)) if message.destroyable_by?(User.current) %>
31 </div>
32 32 <h4><%=h message.subject %> - <%= authoring message.created_on, message.author %></h4>
33 33 <div class="wiki"><%= textilizable message, :content, :attachments => message.attachments %></div>
34 34 <%= link_to_attachments message, :author => false %>
35 35 </div>
36 36 <% end %>
37 37 <% end %>
38 38
39 39 <% if !@topic.locked? && authorize_for('messages', 'reply') %>
40 40 <p><%= toggle_link l(:button_reply), "reply", :focus => 'message_content' %></p>
41 41 <div id="reply" style="display:none;">
42 42 <% form_for :reply, @reply, :url => {:action => 'reply', :id => @topic}, :html => {:multipart => true, :id => 'message-form'} do |f| %>
43 43 <%= render :partial => 'form', :locals => {:f => f, :replying => true} %>
44 44 <%= submit_tag l(:button_submit) %>
45 45 <%= link_to_remote l(:label_preview),
46 46 { :url => { :controller => 'messages', :action => 'preview', :board_id => @board },
47 47 :method => 'post',
48 48 :update => 'preview',
49 49 :with => "Form.serialize('message-form')",
50 50 :complete => "Element.scrollTo('preview')"
51 51 }, :accesskey => accesskey(:preview) %>
52 52 <% end %>
53 53 <div id="preview" class="wiki"></div>
54 54 </div>
55 55 <% end %>
56 56
57 57 <% content_for :header_tags do %>
58 58 <%= stylesheet_link_tag 'scm' %>
59 59 <% end %>
60 60
61 61 <% html_title h(@topic.subject) %>
@@ -1,705 +1,706
1 1 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
2 2
3 3 h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;}
4 4 h1 {margin:0; padding:0; font-size: 24px;}
5 5 h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
6 6 h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
7 7 h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
8 8
9 9 /***** Layout *****/
10 10 #wrapper {background: white;}
11 11
12 12 #top-menu {background: #2C4056; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
13 13 #top-menu ul {margin: 0; padding: 0;}
14 14 #top-menu li {
15 15 float:left;
16 16 list-style-type:none;
17 17 margin: 0px 0px 0px 0px;
18 18 padding: 0px 0px 0px 0px;
19 19 white-space:nowrap;
20 20 }
21 21 #top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
22 22 #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
23 23
24 24 #account {float:right;}
25 25
26 26 #header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
27 27 #header a {color:#f8f8f8;}
28 28 #quick-search {float:right;}
29 29
30 30 #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
31 31 #main-menu ul {margin: 0; padding: 0;}
32 32 #main-menu li {
33 33 float:left;
34 34 list-style-type:none;
35 35 margin: 0px 2px 0px 0px;
36 36 padding: 0px 0px 0px 0px;
37 37 white-space:nowrap;
38 38 }
39 39 #main-menu li a {
40 40 display: block;
41 41 color: #fff;
42 42 text-decoration: none;
43 43 font-weight: bold;
44 44 margin: 0;
45 45 padding: 4px 10px 4px 10px;
46 46 }
47 47 #main-menu li a:hover {background:#759FCF; color:#fff;}
48 48 #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
49 49
50 50 #main {background-color:#EEEEEE;}
51 51
52 52 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
53 53 * html #sidebar{ width: 17%; }
54 54 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
55 55 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
56 56 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
57 57
58 58 #content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
59 59 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
60 60 html>body #content { min-height: 600px; }
61 61 * html body #content { height: 600px; } /* IE */
62 62
63 63 #main.nosidebar #sidebar{ display: none; }
64 64 #main.nosidebar #content{ width: auto; border-right: 0; }
65 65
66 66 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
67 67
68 68 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
69 69 #login-form table td {padding: 6px;}
70 70 #login-form label {font-weight: bold;}
71 71
72 72 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
73 73
74 74 /***** Links *****/
75 75 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
76 76 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
77 77 a img{ border: 0; }
78 78
79 79 a.issue.closed { text-decoration: line-through; }
80 80
81 81 /***** Tables *****/
82 82 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
83 83 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
84 84 table.list td { vertical-align: top; }
85 85 table.list td.id { width: 2%; text-align: center;}
86 86 table.list td.checkbox { width: 15px; padding: 0px;}
87 87
88 88 tr.project td.name a { padding-left: 16px; white-space:nowrap; }
89 89 tr.project.parent td.name a { background: url('../images/bullet_toggle_minus.png') no-repeat; }
90 90
91 91 tr.issue { text-align: center; white-space: nowrap; }
92 92 tr.issue td.subject, tr.issue td.category, td.assigned_to { white-space: normal; }
93 93 tr.issue td.subject { text-align: left; }
94 94 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
95 95
96 96 tr.entry { border: 1px solid #f8f8f8; }
97 97 tr.entry td { white-space: nowrap; }
98 98 tr.entry td.filename { width: 30%; }
99 99 tr.entry td.size { text-align: right; font-size: 90%; }
100 100 tr.entry td.revision, tr.entry td.author { text-align: center; }
101 101 tr.entry td.age { text-align: right; }
102 102
103 103 tr.entry span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
104 104 tr.entry.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
105 105 tr.entry.file td.filename a { margin-left: 16px; }
106 106
107 107 tr.changeset td.author { text-align: center; width: 15%; }
108 108 tr.changeset td.committed_on { text-align: center; width: 15%; }
109 109
110 110 tr.message { height: 2.6em; }
111 111 tr.message td.last_message { font-size: 80%; }
112 112 tr.message.locked td.subject a { background-image: url(../images/locked.png); }
113 113 tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
114 114
115 115 tr.user td { width:13%; }
116 116 tr.user td.email { width:18%; }
117 117 tr.user td { white-space: nowrap; }
118 118 tr.user.locked, tr.user.registered { color: #aaa; }
119 119 tr.user.locked a, tr.user.registered a { color: #aaa; }
120 120
121 121 tr.time-entry { text-align: center; white-space: nowrap; }
122 122 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; }
123 123 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
124 124 td.hours .hours-dec { font-size: 0.9em; }
125 125
126 126 table.plugins td { vertical-align: middle; }
127 127 table.plugins td.configure { text-align: right; padding-right: 1em; }
128 128 table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; }
129 129 table.plugins span.description { display: block; font-size: 0.9em; }
130 130 table.plugins span.url { display: block; font-size: 0.9em; }
131 131
132 132 table.list tbody tr:hover { background-color:#ffffdd; }
133 133 table td {padding:2px;}
134 134 table p {margin:0;}
135 135 .odd {background-color:#f6f7f8;}
136 136 .even {background-color: #fff;}
137 137
138 138 .highlight { background-color: #FCFD8D;}
139 139 .highlight.token-1 { background-color: #faa;}
140 140 .highlight.token-2 { background-color: #afa;}
141 141 .highlight.token-3 { background-color: #aaf;}
142 142
143 143 .box{
144 144 padding:6px;
145 145 margin-bottom: 10px;
146 146 background-color:#f6f6f6;
147 147 color:#505050;
148 148 line-height:1.5em;
149 149 border: 1px solid #e4e4e4;
150 150 }
151 151
152 152 div.square {
153 153 border: 1px solid #999;
154 154 float: left;
155 155 margin: .3em .4em 0 .4em;
156 156 overflow: hidden;
157 157 width: .6em; height: .6em;
158 158 }
159 159 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
160 160 .contextual input {font-size:0.9em;}
161 .message .contextual { margin-top: 0; }
161 162
162 163 .splitcontentleft{float:left; width:49%;}
163 164 .splitcontentright{float:right; width:49%;}
164 165 form {display: inline;}
165 166 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
166 167 fieldset {border: 1px solid #e4e4e4; margin:0;}
167 168 legend {color: #484848;}
168 169 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
169 170 blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
170 171 blockquote blockquote { margin-left: 0;}
171 172 textarea.wiki-edit { width: 99%; }
172 173 li p {margin-top: 0;}
173 174 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
174 175 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
175 176 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
176 177 p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
177 178
178 179 fieldset#filters, fieldset#date-range { padding: 0.7em; margin-bottom: 8px; }
179 180 fieldset#filters p { margin: 1.2em 0 0.8em 2px; }
180 181 fieldset#filters table { border-collapse: collapse; }
181 182 fieldset#filters table td { padding: 0; vertical-align: middle; }
182 183 fieldset#filters tr.filter { height: 2em; }
183 184 fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
184 185 .buttons { font-size: 0.9em; }
185 186
186 187 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
187 188 div#issue-changesets .changeset { padding: 4px;}
188 189 div#issue-changesets .changeset { border-bottom: 1px solid #ddd; }
189 190 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
190 191
191 192 div#activity dl, #search-results { margin-left: 2em; }
192 193 div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
193 194 div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
194 195 div#activity dt.me .time { border-bottom: 1px solid #999; }
195 196 div#activity dt .time { color: #777; font-size: 80%; }
196 197 div#activity dd .description, #search-results dd .description { font-style: italic; }
197 198 div#activity span.project:after, #search-results span.project:after { content: " -"; }
198 199 div#activity dd span.description, #search-results dd span.description { display:block; }
199 200
200 201 #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
201 202
202 203 div#search-results-counts {float:right;}
203 204 div#search-results-counts ul { margin-top: 0.5em; }
204 205 div#search-results-counts li { list-style-type:none; float: left; margin-left: 1em; }
205 206
206 207 dt.issue { background-image: url(../images/ticket.png); }
207 208 dt.issue-edit { background-image: url(../images/ticket_edit.png); }
208 209 dt.issue-closed { background-image: url(../images/ticket_checked.png); }
209 210 dt.issue-note { background-image: url(../images/ticket_note.png); }
210 211 dt.changeset { background-image: url(../images/changeset.png); }
211 212 dt.news { background-image: url(../images/news.png); }
212 213 dt.message { background-image: url(../images/message.png); }
213 214 dt.reply { background-image: url(../images/comments.png); }
214 215 dt.wiki-page { background-image: url(../images/wiki_edit.png); }
215 216 dt.attachment { background-image: url(../images/attachment.png); }
216 217 dt.document { background-image: url(../images/document.png); }
217 218 dt.project { background-image: url(../images/projects.png); }
218 219
219 220 #search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
220 221
221 222 div#roadmap fieldset.related-issues { margin-bottom: 1em; }
222 223 div#roadmap fieldset.related-issues ul { margin-top: 0.3em; margin-bottom: 0.3em; }
223 224 div#roadmap .wiki h1:first-child { display: none; }
224 225 div#roadmap .wiki h1 { font-size: 120%; }
225 226 div#roadmap .wiki h2 { font-size: 110%; }
226 227
227 228 div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
228 229 div#version-summary fieldset { margin-bottom: 1em; }
229 230 div#version-summary .total-hours { text-align: right; }
230 231
231 232 table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
232 233 table#time-report tbody tr { font-style: italic; color: #777; }
233 234 table#time-report tbody tr.last-level { font-style: normal; color: #555; }
234 235 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
235 236 table#time-report .hours-dec { font-size: 0.9em; }
236 237
237 238 form#issue-form .attributes { margin-bottom: 8px; }
238 239 form#issue-form .attributes p { padding-top: 1px; padding-bottom: 2px; }
239 240 form#issue-form .attributes select { min-width: 30%; }
240 241
241 242 ul.projects { margin: 0; padding-left: 1em; }
242 243 ul.projects.root { margin: 0; padding: 0; }
243 244 ul.projects ul { border-left: 3px solid #e0e0e0; }
244 245 ul.projects li { list-style-type:none; }
245 246 ul.projects li.root { margin-bottom: 1em; }
246 247 ul.projects li.child { margin-top: 1em;}
247 248 ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
248 249 .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
249 250
250 251 #tracker_project_ids ul { margin: 0; padding-left: 1em; }
251 252 #tracker_project_ids li { list-style-type:none; }
252 253
253 254 ul.properties {padding:0; font-size: 0.9em; color: #777;}
254 255 ul.properties li {list-style-type:none;}
255 256 ul.properties li span {font-style:italic;}
256 257
257 258 .total-hours { font-size: 110%; font-weight: bold; }
258 259 .total-hours span.hours-int { font-size: 120%; }
259 260
260 261 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
261 262 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
262 263
263 264 .pagination {font-size: 90%}
264 265 p.pagination {margin-top:8px;}
265 266
266 267 /***** Tabular forms ******/
267 268 .tabular p{
268 269 margin: 0;
269 270 padding: 5px 0 8px 0;
270 271 padding-left: 180px; /*width of left column containing the label elements*/
271 272 height: 1%;
272 273 clear:left;
273 274 }
274 275
275 276 html>body .tabular p {overflow:hidden;}
276 277
277 278 .tabular label{
278 279 font-weight: bold;
279 280 float: left;
280 281 text-align: right;
281 282 margin-left: -180px; /*width of left column*/
282 283 width: 175px; /*width of labels. Should be smaller than left column to create some right
283 284 margin*/
284 285 }
285 286
286 287 .tabular label.floating{
287 288 font-weight: normal;
288 289 margin-left: 0px;
289 290 text-align: left;
290 291 width: 270px;
291 292 }
292 293
293 294 input#time_entry_comments { width: 90%;}
294 295
295 296 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
296 297
297 298 .tabular.settings p{ padding-left: 300px; }
298 299 .tabular.settings label{ margin-left: -300px; width: 295px; }
299 300
300 301 .required {color: #bb0000;}
301 302 .summary {font-style: italic;}
302 303
303 304 #attachments_fields input[type=text] {margin-left: 8px; }
304 305
305 306 div.attachments { margin-top: 12px; }
306 307 div.attachments p { margin:4px 0 2px 0; }
307 308 div.attachments img { vertical-align: middle; }
308 309 div.attachments span.author { font-size: 0.9em; color: #888; }
309 310
310 311 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
311 312 .other-formats span + span:before { content: "| "; }
312 313
313 314 a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
314 315
315 316 /***** Flash & error messages ****/
316 317 #errorExplanation, div.flash, .nodata, .warning {
317 318 padding: 4px 4px 4px 30px;
318 319 margin-bottom: 12px;
319 320 font-size: 1.1em;
320 321 border: 2px solid;
321 322 }
322 323
323 324 div.flash {margin-top: 8px;}
324 325
325 326 div.flash.error, #errorExplanation {
326 327 background: url(../images/false.png) 8px 5px no-repeat;
327 328 background-color: #ffe3e3;
328 329 border-color: #dd0000;
329 330 color: #550000;
330 331 }
331 332
332 333 div.flash.notice {
333 334 background: url(../images/true.png) 8px 5px no-repeat;
334 335 background-color: #dfffdf;
335 336 border-color: #9fcf9f;
336 337 color: #005f00;
337 338 }
338 339
339 340 div.flash.warning {
340 341 background: url(../images/warning.png) 8px 5px no-repeat;
341 342 background-color: #FFEBC1;
342 343 border-color: #FDBF3B;
343 344 color: #A6750C;
344 345 text-align: left;
345 346 }
346 347
347 348 .nodata, .warning {
348 349 text-align: center;
349 350 background-color: #FFEBC1;
350 351 border-color: #FDBF3B;
351 352 color: #A6750C;
352 353 }
353 354
354 355 #errorExplanation ul { font-size: 0.9em;}
355 356
356 357 /***** Ajax indicator ******/
357 358 #ajax-indicator {
358 359 position: absolute; /* fixed not supported by IE */
359 360 background-color:#eee;
360 361 border: 1px solid #bbb;
361 362 top:35%;
362 363 left:40%;
363 364 width:20%;
364 365 font-weight:bold;
365 366 text-align:center;
366 367 padding:0.6em;
367 368 z-index:100;
368 369 filter:alpha(opacity=50);
369 370 opacity: 0.5;
370 371 }
371 372
372 373 html>body #ajax-indicator { position: fixed; }
373 374
374 375 #ajax-indicator span {
375 376 background-position: 0% 40%;
376 377 background-repeat: no-repeat;
377 378 background-image: url(../images/loading.gif);
378 379 padding-left: 26px;
379 380 vertical-align: bottom;
380 381 }
381 382
382 383 /***** Calendar *****/
383 384 table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
384 385 table.cal thead th {width: 14%;}
385 386 table.cal tbody tr {height: 100px;}
386 387 table.cal th { background-color:#EEEEEE; padding: 4px; }
387 388 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
388 389 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
389 390 table.cal td.odd p.day-num {color: #bbb;}
390 391 table.cal td.today {background:#ffffdd;}
391 392 table.cal td.today p.day-num {font-weight: bold;}
392 393
393 394 /***** Tooltips ******/
394 395 .tooltip{position:relative;z-index:24;}
395 396 .tooltip:hover{z-index:25;color:#000;}
396 397 .tooltip span.tip{display: none; text-align:left;}
397 398
398 399 div.tooltip:hover span.tip{
399 400 display:block;
400 401 position:absolute;
401 402 top:12px; left:24px; width:270px;
402 403 border:1px solid #555;
403 404 background-color:#fff;
404 405 padding: 4px;
405 406 font-size: 0.8em;
406 407 color:#505050;
407 408 }
408 409
409 410 /***** Progress bar *****/
410 411 table.progress {
411 412 border: 1px solid #D7D7D7;
412 413 border-collapse: collapse;
413 414 border-spacing: 0pt;
414 415 empty-cells: show;
415 416 text-align: center;
416 417 float:left;
417 418 margin: 1px 6px 1px 0px;
418 419 }
419 420
420 421 table.progress td { height: 0.9em; }
421 422 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
422 423 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
423 424 table.progress td.open { background: #FFF none repeat scroll 0%; }
424 425 p.pourcent {font-size: 80%;}
425 426 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
426 427
427 428 /***** Tabs *****/
428 429 #content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative;}
429 430 #content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em;}
430 431 #content .tabs>ul { bottom:-1px; } /* others */
431 432 #content .tabs ul li {
432 433 float:left;
433 434 list-style-type:none;
434 435 white-space:nowrap;
435 436 margin-right:8px;
436 437 background:#fff;
437 438 }
438 439 #content .tabs ul li a{
439 440 display:block;
440 441 font-size: 0.9em;
441 442 text-decoration:none;
442 443 line-height:1.3em;
443 444 padding:4px 6px 4px 6px;
444 445 border: 1px solid #ccc;
445 446 border-bottom: 1px solid #bbbbbb;
446 447 background-color: #eeeeee;
447 448 color:#777;
448 449 font-weight:bold;
449 450 }
450 451
451 452 #content .tabs ul li a:hover {
452 453 background-color: #ffffdd;
453 454 text-decoration:none;
454 455 }
455 456
456 457 #content .tabs ul li a.selected {
457 458 background-color: #fff;
458 459 border: 1px solid #bbbbbb;
459 460 border-bottom: 1px solid #fff;
460 461 }
461 462
462 463 #content .tabs ul li a.selected:hover {
463 464 background-color: #fff;
464 465 }
465 466
466 467 /***** Diff *****/
467 468 .diff_out { background: #fcc; }
468 469 .diff_in { background: #cfc; }
469 470
470 471 /***** Wiki *****/
471 472 div.wiki table {
472 473 border: 1px solid #505050;
473 474 border-collapse: collapse;
474 475 margin-bottom: 1em;
475 476 }
476 477
477 478 div.wiki table, div.wiki td, div.wiki th {
478 479 border: 1px solid #bbb;
479 480 padding: 4px;
480 481 }
481 482
482 483 div.wiki .external {
483 484 background-position: 0% 60%;
484 485 background-repeat: no-repeat;
485 486 padding-left: 12px;
486 487 background-image: url(../images/external.png);
487 488 }
488 489
489 490 div.wiki a.new {
490 491 color: #b73535;
491 492 }
492 493
493 494 div.wiki pre {
494 495 margin: 1em 1em 1em 1.6em;
495 496 padding: 2px;
496 497 background-color: #fafafa;
497 498 border: 1px solid #dadada;
498 499 width:95%;
499 500 overflow-x: auto;
500 501 }
501 502
502 503 div.wiki ul.toc {
503 504 background-color: #ffffdd;
504 505 border: 1px solid #e4e4e4;
505 506 padding: 4px;
506 507 line-height: 1.2em;
507 508 margin-bottom: 12px;
508 509 margin-right: 12px;
509 510 margin-left: 0;
510 511 display: table
511 512 }
512 513 * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
513 514
514 515 div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
515 516 div.wiki ul.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
516 517 div.wiki ul.toc li { list-style-type:none;}
517 518 div.wiki ul.toc li.heading2 { margin-left: 6px; }
518 519 div.wiki ul.toc li.heading3 { margin-left: 12px; font-size: 0.8em; }
519 520
520 521 div.wiki ul.toc a {
521 522 font-size: 0.9em;
522 523 font-weight: normal;
523 524 text-decoration: none;
524 525 color: #606060;
525 526 }
526 527 div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
527 528
528 529 a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
529 530 a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
530 531 h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
531 532
532 533 /***** My page layout *****/
533 534 .block-receiver {
534 535 border:1px dashed #c0c0c0;
535 536 margin-bottom: 20px;
536 537 padding: 15px 0 15px 0;
537 538 }
538 539
539 540 .mypage-box {
540 541 margin:0 0 20px 0;
541 542 color:#505050;
542 543 line-height:1.5em;
543 544 }
544 545
545 546 .handle {
546 547 cursor: move;
547 548 }
548 549
549 550 a.close-icon {
550 551 display:block;
551 552 margin-top:3px;
552 553 overflow:hidden;
553 554 width:12px;
554 555 height:12px;
555 556 background-repeat: no-repeat;
556 557 cursor:pointer;
557 558 background-image:url('../images/close.png');
558 559 }
559 560
560 561 a.close-icon:hover {
561 562 background-image:url('../images/close_hl.png');
562 563 }
563 564
564 565 /***** Gantt chart *****/
565 566 .gantt_hdr {
566 567 position:absolute;
567 568 top:0;
568 569 height:16px;
569 570 border-top: 1px solid #c0c0c0;
570 571 border-bottom: 1px solid #c0c0c0;
571 572 border-right: 1px solid #c0c0c0;
572 573 text-align: center;
573 574 overflow: hidden;
574 575 }
575 576
576 577 .task {
577 578 position: absolute;
578 579 height:8px;
579 580 font-size:0.8em;
580 581 color:#888;
581 582 padding:0;
582 583 margin:0;
583 584 line-height:0.8em;
584 585 }
585 586
586 587 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
587 588 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
588 589 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
589 590 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
590 591
591 592 /***** Icons *****/
592 593 .icon {
593 594 background-position: 0% 40%;
594 595 background-repeat: no-repeat;
595 596 padding-left: 20px;
596 597 padding-top: 2px;
597 598 padding-bottom: 3px;
598 599 }
599 600
600 601 .icon22 {
601 602 background-position: 0% 40%;
602 603 background-repeat: no-repeat;
603 604 padding-left: 26px;
604 605 line-height: 22px;
605 606 vertical-align: middle;
606 607 }
607 608
608 609 .icon-add { background-image: url(../images/add.png); }
609 610 .icon-edit { background-image: url(../images/edit.png); }
610 611 .icon-copy { background-image: url(../images/copy.png); }
611 612 .icon-del { background-image: url(../images/delete.png); }
612 613 .icon-move { background-image: url(../images/move.png); }
613 614 .icon-save { background-image: url(../images/save.png); }
614 615 .icon-cancel { background-image: url(../images/cancel.png); }
615 616 .icon-file { background-image: url(../images/file.png); }
616 617 .icon-folder { background-image: url(../images/folder.png); }
617 618 .open .icon-folder { background-image: url(../images/folder_open.png); }
618 619 .icon-package { background-image: url(../images/package.png); }
619 620 .icon-home { background-image: url(../images/home.png); }
620 621 .icon-user { background-image: url(../images/user.png); }
621 622 .icon-mypage { background-image: url(../images/user_page.png); }
622 623 .icon-admin { background-image: url(../images/admin.png); }
623 624 .icon-projects { background-image: url(../images/projects.png); }
624 625 .icon-help { background-image: url(../images/help.png); }
625 626 .icon-attachment { background-image: url(../images/attachment.png); }
626 627 .icon-index { background-image: url(../images/index.png); }
627 628 .icon-history { background-image: url(../images/history.png); }
628 629 .icon-time { background-image: url(../images/time.png); }
629 630 .icon-time-add { background-image: url(../images/time_add.png); }
630 631 .icon-stats { background-image: url(../images/stats.png); }
631 632 .icon-warning { background-image: url(../images/warning.png); }
632 633 .icon-fav { background-image: url(../images/fav.png); }
633 634 .icon-fav-off { background-image: url(../images/fav_off.png); }
634 635 .icon-reload { background-image: url(../images/reload.png); }
635 636 .icon-lock { background-image: url(../images/locked.png); }
636 637 .icon-unlock { background-image: url(../images/unlock.png); }
637 638 .icon-checked { background-image: url(../images/true.png); }
638 639 .icon-details { background-image: url(../images/zoom_in.png); }
639 640 .icon-report { background-image: url(../images/report.png); }
640 641 .icon-comment { background-image: url(../images/comment.png); }
641 642
642 643 .icon22-projects { background-image: url(../images/22x22/projects.png); }
643 644 .icon22-users { background-image: url(../images/22x22/users.png); }
644 645 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
645 646 .icon22-role { background-image: url(../images/22x22/role.png); }
646 647 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
647 648 .icon22-options { background-image: url(../images/22x22/options.png); }
648 649 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
649 650 .icon22-authent { background-image: url(../images/22x22/authent.png); }
650 651 .icon22-info { background-image: url(../images/22x22/info.png); }
651 652 .icon22-comment { background-image: url(../images/22x22/comment.png); }
652 653 .icon22-package { background-image: url(../images/22x22/package.png); }
653 654 .icon22-settings { background-image: url(../images/22x22/settings.png); }
654 655 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
655 656
656 657 img.gravatar {
657 658 padding: 2px;
658 659 border: solid 1px #d5d5d5;
659 660 background: #fff;
660 661 }
661 662
662 663 div.issue img.gravatar {
663 664 float: right;
664 665 margin: 0 0 0 1em;
665 666 padding: 5px;
666 667 }
667 668
668 669 div.issue table img.gravatar {
669 670 height: 14px;
670 671 width: 14px;
671 672 padding: 2px;
672 673 float: left;
673 674 margin: 0 0.5em 0 0;
674 675 }
675 676
676 677 #history img.gravatar {
677 678 padding: 3px;
678 679 margin: 0 1.5em 1em 0;
679 680 float: left;
680 681 }
681 682
682 683 td.username img.gravatar {
683 684 float: left;
684 685 margin: 0 1em 0 0;
685 686 }
686 687
687 688 #activity dt img.gravatar {
688 689 float: left;
689 690 margin: 0 1em 1em 0;
690 691 }
691 692
692 693 #activity dt,
693 694 .journal {
694 695 clear: left;
695 696 }
696 697
697 698 h2 img { vertical-align:middle; }
698 699
699 700
700 701 /***** Media print specific styles *****/
701 702 @media print {
702 703 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
703 704 #main { background: #fff; }
704 705 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
705 706 }
General Comments 0
You need to be logged in to leave comments. Login now