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