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