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