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