##// END OF EJS Templates
Add overflow:auto to the content div (closes #676, #748, #961)....
Jean-Philippe Lang -
r1299:0d9e4196463b
parent child
Show More
@@ -1,581 +1,578
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; padding-right: 8px; font-weight: bold;}
21 #top-menu a {color: #fff; padding-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 #quick-search {float:right;}
28 #quick-search {float:right;}
29
29
30 #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
30 #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
31 #main-menu ul {margin: 0; padding: 0;}
31 #main-menu ul {margin: 0; padding: 0;}
32 #main-menu li {
32 #main-menu li {
33 float:left;
33 float:left;
34 list-style-type:none;
34 list-style-type:none;
35 margin: 0px 2px 0px 0px;
35 margin: 0px 2px 0px 0px;
36 padding: 0px 0px 0px 0px;
36 padding: 0px 0px 0px 0px;
37 white-space:nowrap;
37 white-space:nowrap;
38 }
38 }
39 #main-menu li a {
39 #main-menu li a {
40 display: block;
40 display: block;
41 color: #fff;
41 color: #fff;
42 text-decoration: none;
42 text-decoration: none;
43 font-weight: bold;
43 font-weight: bold;
44 margin: 0;
44 margin: 0;
45 padding: 4px 10px 4px 10px;
45 padding: 4px 10px 4px 10px;
46 }
46 }
47 #main-menu li a:hover {background:#759FCF; color:#fff;}
47 #main-menu li a:hover {background:#759FCF; color:#fff;}
48 #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
48 #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
49
49
50 #main {background-color:#EEEEEE;}
50 #main {background-color:#EEEEEE;}
51
51
52 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
52 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
53 * html #sidebar{ width: 17%; }
53 * html #sidebar{ width: 17%; }
54 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
54 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
55 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
55 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
56 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
56 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
57
57
58 #content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; height:600px; min-height: 600px;}
58 #content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; height:600px; min-height: 600px;}
59 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
59 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
60 html>body #content {
60 html>body #content { height: auto; min-height: 600px; overflow: auto; }
61 height: auto;
62 min-height: 600px;
63 }
64
61
65 #main.nosidebar #sidebar{ display: none; }
62 #main.nosidebar #sidebar{ display: none; }
66 #main.nosidebar #content{ width: auto; border-right: 0; }
63 #main.nosidebar #content{ width: auto; border-right: 0; }
67
64
68 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
65 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
69
66
70 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
67 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
71 #login-form table td {padding: 6px;}
68 #login-form table td {padding: 6px;}
72 #login-form label {font-weight: bold;}
69 #login-form label {font-weight: bold;}
73
70
74 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
71 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
75
72
76 /***** Links *****/
73 /***** Links *****/
77 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
74 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
78 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
75 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
79 a img{ border: 0; }
76 a img{ border: 0; }
80
77
81 a.issue.closed, .issue.closed a { text-decoration: line-through; }
78 a.issue.closed, .issue.closed a { text-decoration: line-through; }
82
79
83 /***** Tables *****/
80 /***** Tables *****/
84 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
81 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
85 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
82 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
86 table.list td { overflow: hidden; vertical-align: top;}
83 table.list td { overflow: hidden; vertical-align: top;}
87 table.list td.id { width: 2%; text-align: center;}
84 table.list td.id { width: 2%; text-align: center;}
88 table.list td.checkbox { width: 15px; padding: 0px;}
85 table.list td.checkbox { width: 15px; padding: 0px;}
89
86
90 table.list.issues { margin-top: 10px; }
87 table.list.issues { margin-top: 10px; }
91 tr.issue { text-align: center; white-space: nowrap; }
88 tr.issue { text-align: center; white-space: nowrap; }
92 tr.issue td.subject, tr.issue td.category { white-space: normal; }
89 tr.issue td.subject, tr.issue td.category { white-space: normal; }
93 tr.issue td.subject { text-align: left; }
90 tr.issue td.subject { text-align: left; }
94 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
91 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
95
92
96 tr.entry { border: 1px solid #f8f8f8; }
93 tr.entry { border: 1px solid #f8f8f8; }
97 tr.entry td { white-space: nowrap; }
94 tr.entry td { white-space: nowrap; }
98 tr.entry td.filename { width: 30%; }
95 tr.entry td.filename { width: 30%; }
99 tr.entry td.size { text-align: right; font-size: 90%; }
96 tr.entry td.size { text-align: right; font-size: 90%; }
100 tr.entry td.revision, tr.entry td.author { text-align: center; }
97 tr.entry td.revision, tr.entry td.author { text-align: center; }
101 tr.entry td.age { text-align: right; }
98 tr.entry td.age { text-align: right; }
102
99
103 tr.changeset td.author { text-align: center; width: 15%; }
100 tr.changeset td.author { text-align: center; width: 15%; }
104 tr.changeset td.committed_on { text-align: center; width: 15%; }
101 tr.changeset td.committed_on { text-align: center; width: 15%; }
105
102
106 tr.message { height: 2.6em; }
103 tr.message { height: 2.6em; }
107 tr.message td.last_message { font-size: 80%; }
104 tr.message td.last_message { font-size: 80%; }
108 tr.message.locked td.subject a { background-image: url(../images/locked.png); }
105 tr.message.locked td.subject a { background-image: url(../images/locked.png); }
109 tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
106 tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
110
107
111 tr.user td { width:13%; }
108 tr.user td { width:13%; }
112 tr.user td.email { width:18%; }
109 tr.user td.email { width:18%; }
113 tr.user td { white-space: nowrap; }
110 tr.user td { white-space: nowrap; }
114 tr.user.locked, tr.user.registered { color: #aaa; }
111 tr.user.locked, tr.user.registered { color: #aaa; }
115 tr.user.locked a, tr.user.registered a { color: #aaa; }
112 tr.user.locked a, tr.user.registered a { color: #aaa; }
116
113
117 tr.time-entry { text-align: center; white-space: nowrap; }
114 tr.time-entry { text-align: center; white-space: nowrap; }
118 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; }
115 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; }
119 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
116 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
120 td.hours .hours-dec { font-size: 0.9em; }
117 td.hours .hours-dec { font-size: 0.9em; }
121
118
122 table.list tbody tr:hover { background-color:#ffffdd; }
119 table.list tbody tr:hover { background-color:#ffffdd; }
123 table td {padding:2px;}
120 table td {padding:2px;}
124 table p {margin:0;}
121 table p {margin:0;}
125 .odd {background-color:#f6f7f8;}
122 .odd {background-color:#f6f7f8;}
126 .even {background-color: #fff;}
123 .even {background-color: #fff;}
127
124
128 .highlight { background-color: #FCFD8D;}
125 .highlight { background-color: #FCFD8D;}
129 .highlight.token-1 { background-color: #faa;}
126 .highlight.token-1 { background-color: #faa;}
130 .highlight.token-2 { background-color: #afa;}
127 .highlight.token-2 { background-color: #afa;}
131 .highlight.token-3 { background-color: #aaf;}
128 .highlight.token-3 { background-color: #aaf;}
132
129
133 .box{
130 .box{
134 padding:6px;
131 padding:6px;
135 margin-bottom: 10px;
132 margin-bottom: 10px;
136 background-color:#f6f6f6;
133 background-color:#f6f6f6;
137 color:#505050;
134 color:#505050;
138 line-height:1.5em;
135 line-height:1.5em;
139 border: 1px solid #e4e4e4;
136 border: 1px solid #e4e4e4;
140 }
137 }
141
138
142 div.square {
139 div.square {
143 border: 1px solid #999;
140 border: 1px solid #999;
144 float: left;
141 float: left;
145 margin: .3em .4em 0 .4em;
142 margin: .3em .4em 0 .4em;
146 overflow: hidden;
143 overflow: hidden;
147 width: .6em; height: .6em;
144 width: .6em; height: .6em;
148 }
145 }
149 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
146 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
150 .contextual input {font-size:0.9em;}
147 .contextual input {font-size:0.9em;}
151
148
152 .splitcontentleft{float:left; width:49%;}
149 .splitcontentleft{float:left; width:49%;}
153 .splitcontentright{float:right; width:49%;}
150 .splitcontentright{float:right; width:49%;}
154 form {display: inline;}
151 form {display: inline;}
155 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
152 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
156 fieldset {border: 1px solid #e4e4e4; margin:0;}
153 fieldset {border: 1px solid #e4e4e4; margin:0;}
157 legend {color: #484848;}
154 legend {color: #484848;}
158 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
155 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
159 textarea.wiki-edit { width: 99%; }
156 textarea.wiki-edit { width: 99%; }
160 li p {margin-top: 0;}
157 li p {margin-top: 0;}
161 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
158 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
162 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
159 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
163 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
160 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
164
161
165 fieldset#filters .buttons { text-align: right; font-size: 0.9em; margin: 0 4px 0px 0; }
162 fieldset#filters .buttons { text-align: right; font-size: 0.9em; margin: 0 4px 0px 0; }
166
163
167 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
164 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
168 div#issue-changesets .changeset { padding: 4px;}
165 div#issue-changesets .changeset { padding: 4px;}
169 div#issue-changesets .changeset { border-bottom: 1px solid #ddd; }
166 div#issue-changesets .changeset { border-bottom: 1px solid #ddd; }
170 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
167 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
171
168
172 div#activity dl { margin-left: 2em; }
169 div#activity dl { margin-left: 2em; }
173 div#activity dd { margin-bottom: 1em; }
170 div#activity dd { margin-bottom: 1em; }
174 div#activity dt { margin-bottom: 1px; }
171 div#activity dt { margin-bottom: 1px; }
175 div#activity dt .time { color: #777; font-size: 80%; }
172 div#activity dt .time { color: #777; font-size: 80%; }
176 div#activity dd .description { font-style: italic; }
173 div#activity dd .description { font-style: italic; }
177 div#activity span.project:after { content: " -"; }
174 div#activity span.project:after { content: " -"; }
178
175
179 div#roadmap fieldset.related-issues { margin-bottom: 1em; }
176 div#roadmap fieldset.related-issues { margin-bottom: 1em; }
180 div#roadmap fieldset.related-issues ul { margin-top: 0.3em; margin-bottom: 0.3em; }
177 div#roadmap fieldset.related-issues ul { margin-top: 0.3em; margin-bottom: 0.3em; }
181 div#roadmap .wiki h1:first-child { display: none; }
178 div#roadmap .wiki h1:first-child { display: none; }
182 div#roadmap .wiki h1 { font-size: 120%; }
179 div#roadmap .wiki h1 { font-size: 120%; }
183 div#roadmap .wiki h2 { font-size: 110%; }
180 div#roadmap .wiki h2 { font-size: 110%; }
184
181
185 div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
182 div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
186 div#version-summary fieldset { margin-bottom: 1em; }
183 div#version-summary fieldset { margin-bottom: 1em; }
187 div#version-summary .total-hours { text-align: right; }
184 div#version-summary .total-hours { text-align: right; }
188
185
189 table#time-report td.hours { text-align: right; padding-right: 0.5em; }
186 table#time-report td.hours { text-align: right; padding-right: 0.5em; }
190 table#time-report tbody tr { font-style: italic; color: #777; }
187 table#time-report tbody tr { font-style: italic; color: #777; }
191 table#time-report tbody tr.last-level { font-style: normal; color: #555; }
188 table#time-report tbody tr.last-level { font-style: normal; color: #555; }
192 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
189 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
193 table#time-report .hours-dec { font-size: 0.9em; }
190 table#time-report .hours-dec { font-size: 0.9em; }
194
191
195 .total-hours { font-size: 110%; font-weight: bold; }
192 .total-hours { font-size: 110%; font-weight: bold; }
196 .total-hours span.hours-int { font-size: 120%; }
193 .total-hours span.hours-int { font-size: 120%; }
197
194
198 .autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;}
195 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
199 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
196 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
200
197
201 .pagination {font-size: 90%}
198 .pagination {font-size: 90%}
202 p.pagination {margin-top:8px;}
199 p.pagination {margin-top:8px;}
203
200
204 /***** Tabular forms ******/
201 /***** Tabular forms ******/
205 .tabular p{
202 .tabular p{
206 margin: 0;
203 margin: 0;
207 padding: 5px 0 8px 0;
204 padding: 5px 0 8px 0;
208 padding-left: 180px; /*width of left column containing the label elements*/
205 padding-left: 180px; /*width of left column containing the label elements*/
209 height: 1%;
206 height: 1%;
210 clear:left;
207 clear:left;
211 }
208 }
212
209
213 .tabular label{
210 .tabular label{
214 font-weight: bold;
211 font-weight: bold;
215 float: left;
212 float: left;
216 text-align: right;
213 text-align: right;
217 margin-left: -180px; /*width of left column*/
214 margin-left: -180px; /*width of left column*/
218 width: 175px; /*width of labels. Should be smaller than left column to create some right
215 width: 175px; /*width of labels. Should be smaller than left column to create some right
219 margin*/
216 margin*/
220 }
217 }
221
218
222 .tabular label.floating{
219 .tabular label.floating{
223 font-weight: normal;
220 font-weight: normal;
224 margin-left: 0px;
221 margin-left: 0px;
225 text-align: left;
222 text-align: left;
226 width: 200px;
223 width: 200px;
227 }
224 }
228
225
229 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
226 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
230
227
231 .tabular.settings p{ padding-left: 300px; }
228 .tabular.settings p{ padding-left: 300px; }
232 .tabular.settings label{ margin-left: -300px; width: 295px; }
229 .tabular.settings label{ margin-left: -300px; width: 295px; }
233
230
234 .required {color: #bb0000;}
231 .required {color: #bb0000;}
235 .summary {font-style: italic;}
232 .summary {font-style: italic;}
236
233
237 #attachments_fields input[type=text] {margin-left: 8px; }
234 #attachments_fields input[type=text] {margin-left: 8px; }
238
235
239 div.attachments p { margin:4px 0 2px 0; }
236 div.attachments p { margin:4px 0 2px 0; }
240 div.attachments img { vertical-align: middle; }
237 div.attachments img { vertical-align: middle; }
241 div.attachments span.author { font-size: 0.9em; color: #888; }
238 div.attachments span.author { font-size: 0.9em; color: #888; }
242
239
243 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
240 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
244 .other-formats span + span:before { content: "| "; }
241 .other-formats span + span:before { content: "| "; }
245
242
246 a.feed { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
243 a.feed { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
247
244
248 /***** Flash & error messages ****/
245 /***** Flash & error messages ****/
249 #errorExplanation, div.flash, .nodata {
246 #errorExplanation, div.flash, .nodata {
250 padding: 4px 4px 4px 30px;
247 padding: 4px 4px 4px 30px;
251 margin-bottom: 12px;
248 margin-bottom: 12px;
252 font-size: 1.1em;
249 font-size: 1.1em;
253 border: 2px solid;
250 border: 2px solid;
254 }
251 }
255
252
256 div.flash {margin-top: 8px;}
253 div.flash {margin-top: 8px;}
257
254
258 div.flash.error, #errorExplanation {
255 div.flash.error, #errorExplanation {
259 background: url(../images/false.png) 8px 5px no-repeat;
256 background: url(../images/false.png) 8px 5px no-repeat;
260 background-color: #ffe3e3;
257 background-color: #ffe3e3;
261 border-color: #dd0000;
258 border-color: #dd0000;
262 color: #550000;
259 color: #550000;
263 }
260 }
264
261
265 div.flash.notice {
262 div.flash.notice {
266 background: url(../images/true.png) 8px 5px no-repeat;
263 background: url(../images/true.png) 8px 5px no-repeat;
267 background-color: #dfffdf;
264 background-color: #dfffdf;
268 border-color: #9fcf9f;
265 border-color: #9fcf9f;
269 color: #005f00;
266 color: #005f00;
270 }
267 }
271
268
272 .nodata {
269 .nodata {
273 text-align: center;
270 text-align: center;
274 background-color: #FFEBC1;
271 background-color: #FFEBC1;
275 border-color: #FDBF3B;
272 border-color: #FDBF3B;
276 color: #A6750C;
273 color: #A6750C;
277 }
274 }
278
275
279 #errorExplanation ul { font-size: 0.9em;}
276 #errorExplanation ul { font-size: 0.9em;}
280
277
281 /***** Ajax indicator ******/
278 /***** Ajax indicator ******/
282 #ajax-indicator {
279 #ajax-indicator {
283 position: absolute; /* fixed not supported by IE */
280 position: absolute; /* fixed not supported by IE */
284 background-color:#eee;
281 background-color:#eee;
285 border: 1px solid #bbb;
282 border: 1px solid #bbb;
286 top:35%;
283 top:35%;
287 left:40%;
284 left:40%;
288 width:20%;
285 width:20%;
289 font-weight:bold;
286 font-weight:bold;
290 text-align:center;
287 text-align:center;
291 padding:0.6em;
288 padding:0.6em;
292 z-index:100;
289 z-index:100;
293 filter:alpha(opacity=50);
290 filter:alpha(opacity=50);
294 opacity: 0.5;
291 opacity: 0.5;
295 }
292 }
296
293
297 html>body #ajax-indicator { position: fixed; }
294 html>body #ajax-indicator { position: fixed; }
298
295
299 #ajax-indicator span {
296 #ajax-indicator span {
300 background-position: 0% 40%;
297 background-position: 0% 40%;
301 background-repeat: no-repeat;
298 background-repeat: no-repeat;
302 background-image: url(../images/loading.gif);
299 background-image: url(../images/loading.gif);
303 padding-left: 26px;
300 padding-left: 26px;
304 vertical-align: bottom;
301 vertical-align: bottom;
305 }
302 }
306
303
307 /***** Calendar *****/
304 /***** Calendar *****/
308 table.cal {border-collapse: collapse; width: 100%; margin: 8px 0 6px 0;border: 1px solid #d7d7d7;}
305 table.cal {border-collapse: collapse; width: 100%; margin: 8px 0 6px 0;border: 1px solid #d7d7d7;}
309 table.cal thead th {width: 14%;}
306 table.cal thead th {width: 14%;}
310 table.cal tbody tr {height: 100px;}
307 table.cal tbody tr {height: 100px;}
311 table.cal th { background-color:#EEEEEE; padding: 4px; }
308 table.cal th { background-color:#EEEEEE; padding: 4px; }
312 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
309 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
313 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
310 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
314 table.cal td.odd p.day-num {color: #bbb;}
311 table.cal td.odd p.day-num {color: #bbb;}
315 table.cal td.today {background:#ffffdd;}
312 table.cal td.today {background:#ffffdd;}
316 table.cal td.today p.day-num {font-weight: bold;}
313 table.cal td.today p.day-num {font-weight: bold;}
317
314
318 /***** Tooltips ******/
315 /***** Tooltips ******/
319 .tooltip{position:relative;z-index:24;}
316 .tooltip{position:relative;z-index:24;}
320 .tooltip:hover{z-index:25;color:#000;}
317 .tooltip:hover{z-index:25;color:#000;}
321 .tooltip span.tip{display: none; text-align:left;}
318 .tooltip span.tip{display: none; text-align:left;}
322
319
323 div.tooltip:hover span.tip{
320 div.tooltip:hover span.tip{
324 display:block;
321 display:block;
325 position:absolute;
322 position:absolute;
326 top:12px; left:24px; width:270px;
323 top:12px; left:24px; width:270px;
327 border:1px solid #555;
324 border:1px solid #555;
328 background-color:#fff;
325 background-color:#fff;
329 padding: 4px;
326 padding: 4px;
330 font-size: 0.8em;
327 font-size: 0.8em;
331 color:#505050;
328 color:#505050;
332 }
329 }
333
330
334 /***** Progress bar *****/
331 /***** Progress bar *****/
335 table.progress {
332 table.progress {
336 border: 1px solid #D7D7D7;
333 border: 1px solid #D7D7D7;
337 border-collapse: collapse;
334 border-collapse: collapse;
338 border-spacing: 0pt;
335 border-spacing: 0pt;
339 empty-cells: show;
336 empty-cells: show;
340 text-align: center;
337 text-align: center;
341 float:left;
338 float:left;
342 margin: 1px 6px 1px 0px;
339 margin: 1px 6px 1px 0px;
343 }
340 }
344
341
345 table.progress td { height: 0.9em; }
342 table.progress td { height: 0.9em; }
346 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
343 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
347 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
344 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
348 table.progress td.open { background: #FFF none repeat scroll 0%; }
345 table.progress td.open { background: #FFF none repeat scroll 0%; }
349 p.pourcent {font-size: 80%;}
346 p.pourcent {font-size: 80%;}
350 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
347 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
351
348
352 /***** Tabs *****/
349 /***** Tabs *****/
353 #content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative;}
350 #content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative;}
354 #content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em;}
351 #content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em;}
355 #content .tabs>ul { bottom:-1px; } /* others */
352 #content .tabs>ul { bottom:-1px; } /* others */
356 #content .tabs ul li {
353 #content .tabs ul li {
357 float:left;
354 float:left;
358 list-style-type:none;
355 list-style-type:none;
359 white-space:nowrap;
356 white-space:nowrap;
360 margin-right:8px;
357 margin-right:8px;
361 background:#fff;
358 background:#fff;
362 }
359 }
363 #content .tabs ul li a{
360 #content .tabs ul li a{
364 display:block;
361 display:block;
365 font-size: 0.9em;
362 font-size: 0.9em;
366 text-decoration:none;
363 text-decoration:none;
367 line-height:1.3em;
364 line-height:1.3em;
368 padding:4px 6px 4px 6px;
365 padding:4px 6px 4px 6px;
369 border: 1px solid #ccc;
366 border: 1px solid #ccc;
370 border-bottom: 1px solid #bbbbbb;
367 border-bottom: 1px solid #bbbbbb;
371 background-color: #eeeeee;
368 background-color: #eeeeee;
372 color:#777;
369 color:#777;
373 font-weight:bold;
370 font-weight:bold;
374 }
371 }
375
372
376 #content .tabs ul li a:hover {
373 #content .tabs ul li a:hover {
377 background-color: #ffffdd;
374 background-color: #ffffdd;
378 text-decoration:none;
375 text-decoration:none;
379 }
376 }
380
377
381 #content .tabs ul li a.selected {
378 #content .tabs ul li a.selected {
382 background-color: #fff;
379 background-color: #fff;
383 border: 1px solid #bbbbbb;
380 border: 1px solid #bbbbbb;
384 border-bottom: 1px solid #fff;
381 border-bottom: 1px solid #fff;
385 }
382 }
386
383
387 #content .tabs ul li a.selected:hover {
384 #content .tabs ul li a.selected:hover {
388 background-color: #fff;
385 background-color: #fff;
389 }
386 }
390
387
391 /***** Diff *****/
388 /***** Diff *****/
392 .diff_out { background: #fcc; }
389 .diff_out { background: #fcc; }
393 .diff_in { background: #cfc; }
390 .diff_in { background: #cfc; }
394
391
395 /***** Wiki *****/
392 /***** Wiki *****/
396 div.wiki table {
393 div.wiki table {
397 border: 1px solid #505050;
394 border: 1px solid #505050;
398 border-collapse: collapse;
395 border-collapse: collapse;
399 margin-bottom: 1em;
396 margin-bottom: 1em;
400 }
397 }
401
398
402 div.wiki table, div.wiki td, div.wiki th {
399 div.wiki table, div.wiki td, div.wiki th {
403 border: 1px solid #bbb;
400 border: 1px solid #bbb;
404 padding: 4px;
401 padding: 4px;
405 }
402 }
406
403
407 div.wiki .external {
404 div.wiki .external {
408 background-position: 0% 60%;
405 background-position: 0% 60%;
409 background-repeat: no-repeat;
406 background-repeat: no-repeat;
410 padding-left: 12px;
407 padding-left: 12px;
411 background-image: url(../images/external.png);
408 background-image: url(../images/external.png);
412 }
409 }
413
410
414 div.wiki a.new {
411 div.wiki a.new {
415 color: #b73535;
412 color: #b73535;
416 }
413 }
417
414
418 div.wiki pre {
415 div.wiki pre {
419 margin: 1em 1em 1em 1.6em;
416 margin: 1em 1em 1em 1.6em;
420 padding: 2px;
417 padding: 2px;
421 background-color: #fafafa;
418 background-color: #fafafa;
422 border: 1px solid #dadada;
419 border: 1px solid #dadada;
423 width:95%;
420 width:95%;
424 overflow-x: auto;
421 overflow-x: auto;
425 }
422 }
426
423
427 div.wiki div.toc {
424 div.wiki div.toc {
428 background-color: #ffffdd;
425 background-color: #ffffdd;
429 border: 1px solid #e4e4e4;
426 border: 1px solid #e4e4e4;
430 padding: 4px;
427 padding: 4px;
431 line-height: 1.2em;
428 line-height: 1.2em;
432 margin-bottom: 12px;
429 margin-bottom: 12px;
433 margin-right: 12px;
430 margin-right: 12px;
434 display: table
431 display: table
435 }
432 }
436 * html div.wiki div.toc { width: 50%; } /* IE6 doesn't autosize div */
433 * html div.wiki div.toc { width: 50%; } /* IE6 doesn't autosize div */
437
434
438 div.wiki div.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
435 div.wiki div.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
439 div.wiki div.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
436 div.wiki div.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
440
437
441 div.wiki div.toc a {
438 div.wiki div.toc a {
442 display: block;
439 display: block;
443 font-size: 0.9em;
440 font-size: 0.9em;
444 font-weight: normal;
441 font-weight: normal;
445 text-decoration: none;
442 text-decoration: none;
446 color: #606060;
443 color: #606060;
447 }
444 }
448 div.wiki div.toc a:hover { color: #c61a1a; text-decoration: underline;}
445 div.wiki div.toc a:hover { color: #c61a1a; text-decoration: underline;}
449
446
450 div.wiki div.toc a.heading2 { margin-left: 6px; }
447 div.wiki div.toc a.heading2 { margin-left: 6px; }
451 div.wiki div.toc a.heading3 { margin-left: 12px; font-size: 0.8em; }
448 div.wiki div.toc a.heading3 { margin-left: 12px; font-size: 0.8em; }
452
449
453 /***** My page layout *****/
450 /***** My page layout *****/
454 .block-receiver {
451 .block-receiver {
455 border:1px dashed #c0c0c0;
452 border:1px dashed #c0c0c0;
456 margin-bottom: 20px;
453 margin-bottom: 20px;
457 padding: 15px 0 15px 0;
454 padding: 15px 0 15px 0;
458 }
455 }
459
456
460 .mypage-box {
457 .mypage-box {
461 margin:0 0 20px 0;
458 margin:0 0 20px 0;
462 color:#505050;
459 color:#505050;
463 line-height:1.5em;
460 line-height:1.5em;
464 }
461 }
465
462
466 .handle {
463 .handle {
467 cursor: move;
464 cursor: move;
468 }
465 }
469
466
470 a.close-icon {
467 a.close-icon {
471 display:block;
468 display:block;
472 margin-top:3px;
469 margin-top:3px;
473 overflow:hidden;
470 overflow:hidden;
474 width:12px;
471 width:12px;
475 height:12px;
472 height:12px;
476 background-repeat: no-repeat;
473 background-repeat: no-repeat;
477 cursor:pointer;
474 cursor:pointer;
478 background-image:url('../images/close.png');
475 background-image:url('../images/close.png');
479 }
476 }
480
477
481 a.close-icon:hover {
478 a.close-icon:hover {
482 background-image:url('../images/close_hl.png');
479 background-image:url('../images/close_hl.png');
483 }
480 }
484
481
485 /***** Gantt chart *****/
482 /***** Gantt chart *****/
486 .gantt_hdr {
483 .gantt_hdr {
487 position:absolute;
484 position:absolute;
488 top:0;
485 top:0;
489 height:16px;
486 height:16px;
490 border-top: 1px solid #c0c0c0;
487 border-top: 1px solid #c0c0c0;
491 border-bottom: 1px solid #c0c0c0;
488 border-bottom: 1px solid #c0c0c0;
492 border-right: 1px solid #c0c0c0;
489 border-right: 1px solid #c0c0c0;
493 text-align: center;
490 text-align: center;
494 overflow: hidden;
491 overflow: hidden;
495 }
492 }
496
493
497 .task {
494 .task {
498 position: absolute;
495 position: absolute;
499 height:8px;
496 height:8px;
500 font-size:0.8em;
497 font-size:0.8em;
501 color:#888;
498 color:#888;
502 padding:0;
499 padding:0;
503 margin:0;
500 margin:0;
504 line-height:0.8em;
501 line-height:0.8em;
505 }
502 }
506
503
507 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
504 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
508 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
505 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
509 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
506 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
510 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
507 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
511
508
512 /***** Icons *****/
509 /***** Icons *****/
513 .icon {
510 .icon {
514 background-position: 0% 40%;
511 background-position: 0% 40%;
515 background-repeat: no-repeat;
512 background-repeat: no-repeat;
516 padding-left: 20px;
513 padding-left: 20px;
517 padding-top: 2px;
514 padding-top: 2px;
518 padding-bottom: 3px;
515 padding-bottom: 3px;
519 }
516 }
520
517
521 .icon22 {
518 .icon22 {
522 background-position: 0% 40%;
519 background-position: 0% 40%;
523 background-repeat: no-repeat;
520 background-repeat: no-repeat;
524 padding-left: 26px;
521 padding-left: 26px;
525 line-height: 22px;
522 line-height: 22px;
526 vertical-align: middle;
523 vertical-align: middle;
527 }
524 }
528
525
529 .icon-add { background-image: url(../images/add.png); }
526 .icon-add { background-image: url(../images/add.png); }
530 .icon-edit { background-image: url(../images/edit.png); }
527 .icon-edit { background-image: url(../images/edit.png); }
531 .icon-copy { background-image: url(../images/copy.png); }
528 .icon-copy { background-image: url(../images/copy.png); }
532 .icon-del { background-image: url(../images/delete.png); }
529 .icon-del { background-image: url(../images/delete.png); }
533 .icon-move { background-image: url(../images/move.png); }
530 .icon-move { background-image: url(../images/move.png); }
534 .icon-save { background-image: url(../images/save.png); }
531 .icon-save { background-image: url(../images/save.png); }
535 .icon-cancel { background-image: url(../images/cancel.png); }
532 .icon-cancel { background-image: url(../images/cancel.png); }
536 .icon-file { background-image: url(../images/file.png); }
533 .icon-file { background-image: url(../images/file.png); }
537 .icon-folder { background-image: url(../images/folder.png); }
534 .icon-folder { background-image: url(../images/folder.png); }
538 .open .icon-folder { background-image: url(../images/folder_open.png); }
535 .open .icon-folder { background-image: url(../images/folder_open.png); }
539 .icon-package { background-image: url(../images/package.png); }
536 .icon-package { background-image: url(../images/package.png); }
540 .icon-home { background-image: url(../images/home.png); }
537 .icon-home { background-image: url(../images/home.png); }
541 .icon-user { background-image: url(../images/user.png); }
538 .icon-user { background-image: url(../images/user.png); }
542 .icon-mypage { background-image: url(../images/user_page.png); }
539 .icon-mypage { background-image: url(../images/user_page.png); }
543 .icon-admin { background-image: url(../images/admin.png); }
540 .icon-admin { background-image: url(../images/admin.png); }
544 .icon-projects { background-image: url(../images/projects.png); }
541 .icon-projects { background-image: url(../images/projects.png); }
545 .icon-logout { background-image: url(../images/logout.png); }
542 .icon-logout { background-image: url(../images/logout.png); }
546 .icon-help { background-image: url(../images/help.png); }
543 .icon-help { background-image: url(../images/help.png); }
547 .icon-attachment { background-image: url(../images/attachment.png); }
544 .icon-attachment { background-image: url(../images/attachment.png); }
548 .icon-index { background-image: url(../images/index.png); }
545 .icon-index { background-image: url(../images/index.png); }
549 .icon-history { background-image: url(../images/history.png); }
546 .icon-history { background-image: url(../images/history.png); }
550 .icon-time { background-image: url(../images/time.png); }
547 .icon-time { background-image: url(../images/time.png); }
551 .icon-stats { background-image: url(../images/stats.png); }
548 .icon-stats { background-image: url(../images/stats.png); }
552 .icon-warning { background-image: url(../images/warning.png); }
549 .icon-warning { background-image: url(../images/warning.png); }
553 .icon-fav { background-image: url(../images/fav.png); }
550 .icon-fav { background-image: url(../images/fav.png); }
554 .icon-fav-off { background-image: url(../images/fav_off.png); }
551 .icon-fav-off { background-image: url(../images/fav_off.png); }
555 .icon-reload { background-image: url(../images/reload.png); }
552 .icon-reload { background-image: url(../images/reload.png); }
556 .icon-lock { background-image: url(../images/locked.png); }
553 .icon-lock { background-image: url(../images/locked.png); }
557 .icon-unlock { background-image: url(../images/unlock.png); }
554 .icon-unlock { background-image: url(../images/unlock.png); }
558 .icon-checked { background-image: url(../images/true.png); }
555 .icon-checked { background-image: url(../images/true.png); }
559 .icon-details { background-image: url(../images/zoom_in.png); }
556 .icon-details { background-image: url(../images/zoom_in.png); }
560 .icon-report { background-image: url(../images/report.png); }
557 .icon-report { background-image: url(../images/report.png); }
561
558
562 .icon22-projects { background-image: url(../images/22x22/projects.png); }
559 .icon22-projects { background-image: url(../images/22x22/projects.png); }
563 .icon22-users { background-image: url(../images/22x22/users.png); }
560 .icon22-users { background-image: url(../images/22x22/users.png); }
564 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
561 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
565 .icon22-role { background-image: url(../images/22x22/role.png); }
562 .icon22-role { background-image: url(../images/22x22/role.png); }
566 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
563 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
567 .icon22-options { background-image: url(../images/22x22/options.png); }
564 .icon22-options { background-image: url(../images/22x22/options.png); }
568 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
565 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
569 .icon22-authent { background-image: url(../images/22x22/authent.png); }
566 .icon22-authent { background-image: url(../images/22x22/authent.png); }
570 .icon22-info { background-image: url(../images/22x22/info.png); }
567 .icon22-info { background-image: url(../images/22x22/info.png); }
571 .icon22-comment { background-image: url(../images/22x22/comment.png); }
568 .icon22-comment { background-image: url(../images/22x22/comment.png); }
572 .icon22-package { background-image: url(../images/22x22/package.png); }
569 .icon22-package { background-image: url(../images/22x22/package.png); }
573 .icon22-settings { background-image: url(../images/22x22/settings.png); }
570 .icon22-settings { background-image: url(../images/22x22/settings.png); }
574 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
571 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
575
572
576 /***** Media print specific styles *****/
573 /***** Media print specific styles *****/
577 @media print {
574 @media print {
578 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual { display:none; }
575 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual { display:none; }
579 #main { background: #fff; }
576 #main { background: #fff; }
580 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
577 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
581 }
578 }
General Comments 0
You need to be logged in to leave comments. Login now