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