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