##// END OF EJS Templates
Lighter colors for journal details in issue history (#20370)....
Jean-Philippe Lang -
r14304:5ad4bee389f5
parent child
Show More
@@ -1,1251 +1,1254
1 html {overflow-y:scroll;}
1 html {overflow-y:scroll;}
2 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
2 body { font-family: Verdana, sans-serif; font-size: 12px; color:#333; margin: 0; padding: 0; min-width: 900px; }
3
3
4 h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
4 h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
5 #content h1, h2, h3, h4 {color: #555;}
5 #content h1, h2, h3, h4 {color: #555;}
6 h2, .wiki h1 {font-size: 20px;}
6 h2, .wiki h1 {font-size: 20px;}
7 h3, .wiki h2 {font-size: 16px;}
7 h3, .wiki h2 {font-size: 16px;}
8 h4, .wiki h3 {font-size: 13px;}
8 h4, .wiki h3 {font-size: 13px;}
9 h4 {border-bottom: 1px dotted #bbb;}
9 h4 {border-bottom: 1px dotted #bbb;}
10 pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
10 pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
11
11
12 /***** Layout *****/
12 /***** Layout *****/
13 #wrapper {background: white;}
13 #wrapper {background: white;}
14
14
15 #top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
15 #top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
16 #top-menu ul {margin: 0; padding: 0;}
16 #top-menu ul {margin: 0; padding: 0;}
17 #top-menu li {
17 #top-menu li {
18 float:left;
18 float:left;
19 list-style-type:none;
19 list-style-type:none;
20 margin: 0px 0px 0px 0px;
20 margin: 0px 0px 0px 0px;
21 padding: 0px 0px 0px 0px;
21 padding: 0px 0px 0px 0px;
22 white-space:nowrap;
22 white-space:nowrap;
23 }
23 }
24 #top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
24 #top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
25 #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
25 #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
26
26
27 #account {float:right;}
27 #account {float:right;}
28
28
29 #header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
29 #header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
30 #header a {color:#f8f8f8;}
30 #header a {color:#f8f8f8;}
31 #header h1 a.ancestor { font-size: 80%; }
31 #header h1 a.ancestor { font-size: 80%; }
32 #quick-search {float:right;}
32 #quick-search {float:right;}
33
33
34 #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
34 #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
35 #main-menu ul {margin: 0; padding: 0;}
35 #main-menu ul {margin: 0; padding: 0;}
36 #main-menu li {
36 #main-menu li {
37 float:left;
37 float:left;
38 list-style-type:none;
38 list-style-type:none;
39 margin: 0px 2px 0px 0px;
39 margin: 0px 2px 0px 0px;
40 padding: 0px 0px 0px 0px;
40 padding: 0px 0px 0px 0px;
41 white-space:nowrap;
41 white-space:nowrap;
42 }
42 }
43 #main-menu li a {
43 #main-menu li a {
44 display: block;
44 display: block;
45 color: #fff;
45 color: #fff;
46 text-decoration: none;
46 text-decoration: none;
47 font-weight: bold;
47 font-weight: bold;
48 margin: 0;
48 margin: 0;
49 padding: 4px 10px 4px 10px;
49 padding: 4px 10px 4px 10px;
50 }
50 }
51 #main-menu li a:hover {background:#759FCF; color:#fff;}
51 #main-menu li a:hover {background:#759FCF; color:#fff;}
52 #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
52 #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
53
53
54 #admin-menu ul {margin: 0; padding: 0;}
54 #admin-menu ul {margin: 0; padding: 0;}
55 #admin-menu li {margin: 0; padding: 0 0 6px 0; list-style-type:none;}
55 #admin-menu li {margin: 0; padding: 0 0 6px 0; list-style-type:none;}
56
56
57 #admin-menu a { background-position: 0% 40%; background-repeat: no-repeat; padding-left: 20px; padding-top: 2px; padding-bottom: 3px;}
57 #admin-menu a { background-position: 0% 40%; background-repeat: no-repeat; padding-left: 20px; padding-top: 2px; padding-bottom: 3px;}
58 #admin-menu a.projects { background-image: url(../images/projects.png); }
58 #admin-menu a.projects { background-image: url(../images/projects.png); }
59 #admin-menu a.users { background-image: url(../images/user.png); }
59 #admin-menu a.users { background-image: url(../images/user.png); }
60 #admin-menu a.groups { background-image: url(../images/group.png); }
60 #admin-menu a.groups { background-image: url(../images/group.png); }
61 #admin-menu a.roles { background-image: url(../images/database_key.png); }
61 #admin-menu a.roles { background-image: url(../images/database_key.png); }
62 #admin-menu a.trackers { background-image: url(../images/ticket.png); }
62 #admin-menu a.trackers { background-image: url(../images/ticket.png); }
63 #admin-menu a.issue_statuses { background-image: url(../images/ticket_edit.png); }
63 #admin-menu a.issue_statuses { background-image: url(../images/ticket_edit.png); }
64 #admin-menu a.workflows { background-image: url(../images/ticket_go.png); }
64 #admin-menu a.workflows { background-image: url(../images/ticket_go.png); }
65 #admin-menu a.custom_fields { background-image: url(../images/textfield.png); }
65 #admin-menu a.custom_fields { background-image: url(../images/textfield.png); }
66 #admin-menu a.enumerations { background-image: url(../images/text_list_bullets.png); }
66 #admin-menu a.enumerations { background-image: url(../images/text_list_bullets.png); }
67 #admin-menu a.settings { background-image: url(../images/changeset.png); }
67 #admin-menu a.settings { background-image: url(../images/changeset.png); }
68 #admin-menu a.plugins { background-image: url(../images/plugin.png); }
68 #admin-menu a.plugins { background-image: url(../images/plugin.png); }
69 #admin-menu a.info { background-image: url(../images/help.png); }
69 #admin-menu a.info { background-image: url(../images/help.png); }
70 #admin-menu a.server_authentication { background-image: url(../images/server_key.png); }
70 #admin-menu a.server_authentication { background-image: url(../images/server_key.png); }
71
71
72 #main {background-color:#EEEEEE;}
72 #main {background-color:#EEEEEE;}
73
73
74 #sidebar{ float: right; width: 22%; position: relative; z-index: 9; padding: 0; margin: 0;}
74 #sidebar{ float: right; width: 22%; position: relative; z-index: 9; padding: 0; margin: 0;}
75 * html #sidebar{ width: 22%; }
75 * html #sidebar{ width: 22%; }
76 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
76 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
77 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
77 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
78 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
78 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
79 #sidebar .contextual { margin-right: 1em; }
79 #sidebar .contextual { margin-right: 1em; }
80 #sidebar ul {margin: 0; padding: 0;}
80 #sidebar ul {margin: 0; padding: 0;}
81 #sidebar ul li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
81 #sidebar ul li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
82
82
83 #content { width: 75%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
83 #content { width: 75%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
84 * html #content{ width: 75%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
84 * html #content{ width: 75%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
85 html>body #content { min-height: 600px; }
85 html>body #content { min-height: 600px; }
86 * html body #content { height: 600px; } /* IE */
86 * html body #content { height: 600px; } /* IE */
87
87
88 #main.nosidebar #sidebar{ display: none; }
88 #main.nosidebar #sidebar{ display: none; }
89 #main.nosidebar #content{ width: auto; border-right: 0; }
89 #main.nosidebar #content{ width: auto; border-right: 0; }
90
90
91 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
91 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
92
92
93 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
93 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
94 #login-form table td {padding: 6px;}
94 #login-form table td {padding: 6px;}
95 #login-form label {font-weight: bold;}
95 #login-form label {font-weight: bold;}
96 #login-form input#username, #login-form input#password { width: 300px; }
96 #login-form input#username, #login-form input#password { width: 300px; }
97
97
98 div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
98 div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
99 div.modal h3.title {display:none;}
99 div.modal h3.title {display:none;}
100 div.modal p.buttons {text-align:right; margin-bottom:0;}
100 div.modal p.buttons {text-align:right; margin-bottom:0;}
101 div.modal .box p {margin: 0.3em 0;}
101 div.modal .box p {margin: 0.3em 0;}
102
102
103 input#openid_url { background: url(../images/openid-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; padding-left: 18px; }
103 input#openid_url { background: url(../images/openid-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; padding-left: 18px; }
104
104
105 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
105 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
106
106
107 /***** Links *****/
107 /***** Links *****/
108 a, a:link, a:visited{ color: #169; text-decoration: none; }
108 a, a:link, a:visited{ color: #169; text-decoration: none; }
109 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
109 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
110 a img{ border: 0; }
110 a img{ border: 0; }
111
111
112 a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
112 a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
113 a.project.closed, a.project.closed:link, a.project.closed:visited { color: #999; }
113 a.project.closed, a.project.closed:link, a.project.closed:visited { color: #999; }
114 a.user.locked, a.user.locked:link, a.user.locked:visited {color: #999;}
114 a.user.locked, a.user.locked:link, a.user.locked:visited {color: #999;}
115
115
116 #sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#9DB9D5; color:#fff; border-radius:2px;}
116 #sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#9DB9D5; color:#fff; border-radius:2px;}
117 #sidebar a.selected:hover {text-decoration:none;}
117 #sidebar a.selected:hover {text-decoration:none;}
118 #admin-menu a {line-height:1.7em;}
118 #admin-menu a {line-height:1.7em;}
119 #admin-menu a.selected {padding-left: 20px !important; background-position: 2px 40%;}
119 #admin-menu a.selected {padding-left: 20px !important; background-position: 2px 40%;}
120
120
121 a.collapsible {padding-left: 12px; background: url(../images/arrow_expanded.png) no-repeat -3px 40%;}
121 a.collapsible {padding-left: 12px; background: url(../images/arrow_expanded.png) no-repeat -3px 40%;}
122 a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat -5px 40%;}
122 a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat -5px 40%;}
123
123
124 a#toggle-completed-versions {color:#999;}
124 a#toggle-completed-versions {color:#999;}
125 /***** Tables *****/
125 /***** Tables *****/
126 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
126 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
127 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
127 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
128 table.list td {text-align:center; vertical-align:top; padding-right:10px;}
128 table.list td {text-align:center; vertical-align:top; padding-right:10px;}
129 table.list td.id { width: 2%; text-align: center;}
129 table.list td.id { width: 2%; text-align: center;}
130 table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles {text-align: left;}
130 table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles {text-align: left;}
131 table.list td.tick {width:15%}
131 table.list td.tick {width:15%}
132 table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
132 table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
133 table.list td.checkbox input {padding:0px;}
133 table.list td.checkbox input {padding:0px;}
134 table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
134 table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
135 table.list td.buttons a { padding-right: 0.6em; }
135 table.list td.buttons a { padding-right: 0.6em; }
136 table.list td.buttons img {vertical-align:middle;}
136 table.list td.buttons img {vertical-align:middle;}
137 table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
137 table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
138 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
138 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
139
139
140 tr.project td.name a { white-space:nowrap; }
140 tr.project td.name a { white-space:nowrap; }
141 tr.project.closed, tr.project.archived { color: #aaa; }
141 tr.project.closed, tr.project.archived { color: #aaa; }
142 tr.project.closed a, tr.project.archived a { color: #aaa; }
142 tr.project.closed a, tr.project.archived a { color: #aaa; }
143
143
144 tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
144 tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
145 tr.project.idnt-1 td.name {padding-left: 0.5em;}
145 tr.project.idnt-1 td.name {padding-left: 0.5em;}
146 tr.project.idnt-2 td.name {padding-left: 2em;}
146 tr.project.idnt-2 td.name {padding-left: 2em;}
147 tr.project.idnt-3 td.name {padding-left: 3.5em;}
147 tr.project.idnt-3 td.name {padding-left: 3.5em;}
148 tr.project.idnt-4 td.name {padding-left: 5em;}
148 tr.project.idnt-4 td.name {padding-left: 5em;}
149 tr.project.idnt-5 td.name {padding-left: 6.5em;}
149 tr.project.idnt-5 td.name {padding-left: 6.5em;}
150 tr.project.idnt-6 td.name {padding-left: 8em;}
150 tr.project.idnt-6 td.name {padding-left: 8em;}
151 tr.project.idnt-7 td.name {padding-left: 9.5em;}
151 tr.project.idnt-7 td.name {padding-left: 9.5em;}
152 tr.project.idnt-8 td.name {padding-left: 11em;}
152 tr.project.idnt-8 td.name {padding-left: 11em;}
153 tr.project.idnt-9 td.name {padding-left: 12.5em;}
153 tr.project.idnt-9 td.name {padding-left: 12.5em;}
154
154
155 tr.issue { text-align: center; white-space: nowrap; }
155 tr.issue { text-align: center; white-space: nowrap; }
156 tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations, tr.issue td.parent { white-space: normal; }
156 tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations, tr.issue td.parent { white-space: normal; }
157 tr.issue td.relations { text-align: left; }
157 tr.issue td.relations { text-align: left; }
158 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
158 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
159 tr.issue td.relations span {white-space: nowrap;}
159 tr.issue td.relations span {white-space: nowrap;}
160 table.issues td.description {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
160 table.issues td.description {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
161 table.issues td.description pre {white-space:normal;}
161 table.issues td.description pre {white-space:normal;}
162
162
163 tr.issue.idnt td.subject a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
163 tr.issue.idnt td.subject a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
164 tr.issue.idnt-1 td.subject {padding-left: 0.5em;}
164 tr.issue.idnt-1 td.subject {padding-left: 0.5em;}
165 tr.issue.idnt-2 td.subject {padding-left: 2em;}
165 tr.issue.idnt-2 td.subject {padding-left: 2em;}
166 tr.issue.idnt-3 td.subject {padding-left: 3.5em;}
166 tr.issue.idnt-3 td.subject {padding-left: 3.5em;}
167 tr.issue.idnt-4 td.subject {padding-left: 5em;}
167 tr.issue.idnt-4 td.subject {padding-left: 5em;}
168 tr.issue.idnt-5 td.subject {padding-left: 6.5em;}
168 tr.issue.idnt-5 td.subject {padding-left: 6.5em;}
169 tr.issue.idnt-6 td.subject {padding-left: 8em;}
169 tr.issue.idnt-6 td.subject {padding-left: 8em;}
170 tr.issue.idnt-7 td.subject {padding-left: 9.5em;}
170 tr.issue.idnt-7 td.subject {padding-left: 9.5em;}
171 tr.issue.idnt-8 td.subject {padding-left: 11em;}
171 tr.issue.idnt-8 td.subject {padding-left: 11em;}
172 tr.issue.idnt-9 td.subject {padding-left: 12.5em;}
172 tr.issue.idnt-9 td.subject {padding-left: 12.5em;}
173
173
174 table.issue-report {table-layout:fixed;}
174 table.issue-report {table-layout:fixed;}
175
175
176 tr.entry { border: 1px solid #f8f8f8; }
176 tr.entry { border: 1px solid #f8f8f8; }
177 tr.entry td { white-space: nowrap; }
177 tr.entry td { white-space: nowrap; }
178 tr.entry td.filename {width:30%; text-align:left;}
178 tr.entry td.filename {width:30%; text-align:left;}
179 tr.entry td.filename_no_report {width:70%; text-align:left;}
179 tr.entry td.filename_no_report {width:70%; text-align:left;}
180 tr.entry td.size { text-align: right; font-size: 90%; }
180 tr.entry td.size { text-align: right; font-size: 90%; }
181 tr.entry td.revision, tr.entry td.author { text-align: center; }
181 tr.entry td.revision, tr.entry td.author { text-align: center; }
182 tr.entry td.age { text-align: right; }
182 tr.entry td.age { text-align: right; }
183 tr.entry.file td.filename a { margin-left: 16px; }
183 tr.entry.file td.filename a { margin-left: 16px; }
184 tr.entry.file td.filename_no_report a { margin-left: 16px; }
184 tr.entry.file td.filename_no_report a { margin-left: 16px; }
185
185
186 tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
186 tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
187 tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
187 tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
188
188
189 tr.changeset { height: 20px }
189 tr.changeset { height: 20px }
190 tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
190 tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
191 tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
191 tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
192 tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
192 tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
193 tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
193 tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
194
194
195 table.files tbody th {text-align:left;}
195 table.files tbody th {text-align:left;}
196 table.files tr.file td.filename { text-align: left; padding-left: 24px; }
196 table.files tr.file td.filename { text-align: left; padding-left: 24px; }
197 table.files tr.file td.digest { font-size: 80%; }
197 table.files tr.file td.digest { font-size: 80%; }
198
198
199 table.members td.roles, table.memberships td.roles { width: 45%; }
199 table.members td.roles, table.memberships td.roles { width: 45%; }
200
200
201 tr.message { height: 2.6em; }
201 tr.message { height: 2.6em; }
202 tr.message td.subject { padding-left: 20px; }
202 tr.message td.subject { padding-left: 20px; }
203 tr.message td.created_on { white-space: nowrap; }
203 tr.message td.created_on { white-space: nowrap; }
204 tr.message td.last_message { font-size: 80%; white-space: nowrap; }
204 tr.message td.last_message { font-size: 80%; white-space: nowrap; }
205 tr.message.locked td.subject { background: url(../images/locked.png) no-repeat 0 1px; }
205 tr.message.locked td.subject { background: url(../images/locked.png) no-repeat 0 1px; }
206 tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; }
206 tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; }
207
207
208 tr.version.closed, tr.version.closed a { color: #999; }
208 tr.version.closed, tr.version.closed a { color: #999; }
209 tr.version td.name { padding-left: 20px; }
209 tr.version td.name { padding-left: 20px; }
210 tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; }
210 tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; }
211 tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }
211 tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }
212
212
213 tr.user td {width:13%;white-space: nowrap;}
213 tr.user td {width:13%;white-space: nowrap;}
214 td.username, td.firstname, td.lastname, td.email {text-align:left !important;}
214 td.username, td.firstname, td.lastname, td.email {text-align:left !important;}
215 tr.user td.email { width:18%; }
215 tr.user td.email { width:18%; }
216 tr.user.locked, tr.user.registered { color: #aaa; }
216 tr.user.locked, tr.user.registered { color: #aaa; }
217 tr.user.locked a, tr.user.registered a { color: #aaa; }
217 tr.user.locked a, tr.user.registered a { color: #aaa; }
218
218
219 table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;}
219 table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;}
220
220
221 tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
221 tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
222
222
223 tr.time-entry { text-align: center; white-space: nowrap; }
223 tr.time-entry { text-align: center; white-space: nowrap; }
224 tr.time-entry td.issue, tr.time-entry td.comments, tr.time-entry td.subject, tr.time-entry td.activity { text-align: left; white-space: normal; }
224 tr.time-entry td.issue, tr.time-entry td.comments, tr.time-entry td.subject, tr.time-entry td.activity { text-align: left; white-space: normal; }
225 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
225 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
226 td.hours .hours-dec { font-size: 0.9em; }
226 td.hours .hours-dec { font-size: 0.9em; }
227
227
228 table.plugins td { vertical-align: middle; }
228 table.plugins td { vertical-align: middle; }
229 table.plugins td.configure { text-align: right; padding-right: 1em; }
229 table.plugins td.configure { text-align: right; padding-right: 1em; }
230 table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; }
230 table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; }
231 table.plugins span.description { display: block; font-size: 0.9em; }
231 table.plugins span.description { display: block; font-size: 0.9em; }
232 table.plugins span.url { display: block; font-size: 0.9em; }
232 table.plugins span.url { display: block; font-size: 0.9em; }
233
233
234 tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; }
234 tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; }
235 tr.group span.name {font-weight:bold;}
235 tr.group span.name {font-weight:bold;}
236 tr.group span.count {font-weight:bold; position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;}
236 tr.group span.count {font-weight:bold; position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;}
237 tr.group span.totals {color: #aaa; font-size: 80%;}
237 tr.group span.totals {color: #aaa; font-size: 80%;}
238 tr.group span.totals .value {font-weight:bold; color:#777;}
238 tr.group span.totals .value {font-weight:bold; color:#777;}
239 tr.group a.toggle-all { color: #aaa; font-size: 80%; display:none; float:right; margin-right:4px;}
239 tr.group a.toggle-all { color: #aaa; font-size: 80%; display:none; float:right; margin-right:4px;}
240 tr.group:hover a.toggle-all { display:inline;}
240 tr.group:hover a.toggle-all { display:inline;}
241 a.toggle-all:hover {text-decoration:none;}
241 a.toggle-all:hover {text-decoration:none;}
242
242
243 table.list tbody tr:hover { background-color:#ffffdd; }
243 table.list tbody tr:hover { background-color:#ffffdd; }
244 table.list tbody tr.group:hover { background-color:inherit; }
244 table.list tbody tr.group:hover { background-color:inherit; }
245 table td {padding:2px;}
245 table td {padding:2px;}
246 table p {margin:0;}
246 table p {margin:0;}
247 .odd {background-color:#f6f7f8;}
247 .odd {background-color:#f6f7f8;}
248 .even {background-color: #fff;}
248 .even {background-color: #fff;}
249
249
250 tr.builtin td.name {font-style:italic;}
250 tr.builtin td.name {font-style:italic;}
251
251
252 a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
252 a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
253 a.sort.asc { background-image: url(../images/sort_asc.png); }
253 a.sort.asc { background-image: url(../images/sort_asc.png); }
254 a.sort.desc { background-image: url(../images/sort_desc.png); }
254 a.sort.desc { background-image: url(../images/sort_desc.png); }
255
255
256 table.attributes { width: 100% }
256 table.attributes { width: 100% }
257 table.attributes th { vertical-align: top; text-align: left; }
257 table.attributes th { vertical-align: top; text-align: left; }
258 table.attributes td { vertical-align: top; }
258 table.attributes td { vertical-align: top; }
259
259
260 table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
260 table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
261 table.boards td.last-message {text-align:left;font-size:80%;}
261 table.boards td.last-message {text-align:left;font-size:80%;}
262
262
263 table.messages td.last_message {text-align:left;}
263 table.messages td.last_message {text-align:left;}
264
264
265 #query_form_content {font-size:90%;}
265 #query_form_content {font-size:90%;}
266
266
267 table.query-columns {
267 table.query-columns {
268 border-collapse: collapse;
268 border-collapse: collapse;
269 border: 0;
269 border: 0;
270 }
270 }
271
271
272 table.query-columns td.buttons {
272 table.query-columns td.buttons {
273 vertical-align: middle;
273 vertical-align: middle;
274 text-align: center;
274 text-align: center;
275 }
275 }
276 table.query-columns td.buttons input[type=button] {width:35px;}
276 table.query-columns td.buttons input[type=button] {width:35px;}
277 .query-totals {text-align:right; margin-top:-2.3em;}
277 .query-totals {text-align:right; margin-top:-2.3em;}
278 .query-totals>span {margin-left:0.6em;}
278 .query-totals>span {margin-left:0.6em;}
279 .query-totals .value {font-weight:bold;}
279 .query-totals .value {font-weight:bold;}
280
280
281 td.center {text-align:center;}
281 td.center {text-align:center;}
282
282
283 h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }
283 h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }
284
284
285 div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; }
285 div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; }
286 div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
286 div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
287 div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
287 div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
288 div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
288 div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
289
289
290 #watchers select {width: 95%; display: block;}
290 #watchers select {width: 95%; display: block;}
291 #watchers a.delete {opacity: 0.4; vertical-align: middle;}
291 #watchers a.delete {opacity: 0.4; vertical-align: middle;}
292 #watchers a.delete:hover {opacity: 1;}
292 #watchers a.delete:hover {opacity: 1;}
293 #watchers img.gravatar {margin: 0 4px 2px 0;}
293 #watchers img.gravatar {margin: 0 4px 2px 0;}
294
294
295 span#watchers_inputs {overflow:auto; display:block;}
295 span#watchers_inputs {overflow:auto; display:block;}
296 span.search_for_watchers {display:block;}
296 span.search_for_watchers {display:block;}
297 span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
297 span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
298 span.search_for_watchers a, span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.png) no-repeat 0 50%; }
298 span.search_for_watchers a, span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.png) no-repeat 0 50%; }
299
299
300
300
301 .highlight { background-color: #FCFD8D;}
301 .highlight { background-color: #FCFD8D;}
302 .highlight.token-1 { background-color: #faa;}
302 .highlight.token-1 { background-color: #faa;}
303 .highlight.token-2 { background-color: #afa;}
303 .highlight.token-2 { background-color: #afa;}
304 .highlight.token-3 { background-color: #aaf;}
304 .highlight.token-3 { background-color: #aaf;}
305
305
306 .box{
306 .box{
307 padding:6px;
307 padding:6px;
308 margin-bottom: 10px;
308 margin-bottom: 10px;
309 background-color:#f6f6f6;
309 background-color:#f6f6f6;
310 color:#505050;
310 color:#505050;
311 line-height:1.5em;
311 line-height:1.5em;
312 border: 1px solid #e4e4e4;
312 border: 1px solid #e4e4e4;
313 word-wrap: break-word;
313 word-wrap: break-word;
314 border-radius: 3px;
314 border-radius: 3px;
315 }
315 }
316
316
317 div.square {
317 div.square {
318 border: 1px solid #999;
318 border: 1px solid #999;
319 float: left;
319 float: left;
320 margin: .3em .4em 0 .4em;
320 margin: .3em .4em 0 .4em;
321 overflow: hidden;
321 overflow: hidden;
322 width: .6em; height: .6em;
322 width: .6em; height: .6em;
323 }
323 }
324 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
324 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
325 .contextual input, .contextual select {font-size:0.9em;}
325 .contextual input, .contextual select {font-size:0.9em;}
326 .message .contextual { margin-top: 0; }
326 .message .contextual { margin-top: 0; }
327
327
328 .splitcontent {overflow:auto;}
328 .splitcontent {overflow:auto;}
329 .splitcontentleft{float:left; width:49%;}
329 .splitcontentleft{float:left; width:49%;}
330 .splitcontentright{float:right; width:49%;}
330 .splitcontentright{float:right; width:49%;}
331 form {display: inline;}
331 form {display: inline;}
332 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
332 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
333 fieldset {border: 1px solid #e4e4e4; margin:0;}
333 fieldset {border: 1px solid #e4e4e4; margin:0;}
334 legend {color: #484848;}
334 legend {color: #333;}
335 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
335 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
336 blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
336 blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
337 blockquote blockquote { margin-left: 0;}
337 blockquote blockquote { margin-left: 0;}
338 abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; }
338 abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; }
339 textarea.wiki-edit {width:99%; resize:vertical;}
339 textarea.wiki-edit {width:99%; resize:vertical;}
340 li p {margin-top: 0;}
340 li p {margin-top: 0;}
341 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
341 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
342 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
342 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
343 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
343 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
344 p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
344 p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
345 .ltr {direction:ltr !important; unicode-bidi:bidi-override;}
345 .ltr {direction:ltr !important; unicode-bidi:bidi-override;}
346 .rtl {direction:rtl !important; unicode-bidi:bidi-override;}
346 .rtl {direction:rtl !important; unicode-bidi:bidi-override;}
347
347
348 div.issue div.subject div div { padding-left: 16px; }
348 div.issue div.subject div div { padding-left: 16px; }
349 div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
349 div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
350 div.issue div.subject>div>p { margin-top: 0.5em; }
350 div.issue div.subject>div>p { margin-top: 0.5em; }
351 div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;}
351 div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;}
352 div.issue span.private, div.journal span.private { position:relative; bottom: 2px; text-transform: uppercase; background: #d22; color: #fff; font-weight:bold; padding: 0px 2px 0px 2px; font-size: 60%; margin-right: 2px; border-radius: 2px;}
352 div.issue span.private, div.journal span.private { position:relative; bottom: 2px; text-transform: uppercase; background: #d22; color: #fff; font-weight:bold; padding: 0px 2px 0px 2px; font-size: 60%; margin-right: 2px; border-radius: 2px;}
353 div.issue .next-prev-links {color:#999;}
353 div.issue .next-prev-links {color:#999;}
354 div.issue table.attributes th {width:22%;}
354 div.issue table.attributes th {width:22%;}
355 div.issue table.attributes td {width:28%;}
355 div.issue table.attributes td {width:28%;}
356
356
357 #issue_tree table.issues, #relations table.issues { border: 0; }
357 #issue_tree table.issues, #relations table.issues { border: 0; }
358 #issue_tree td.checkbox, #relations td.checkbox {display:none;}
358 #issue_tree td.checkbox, #relations td.checkbox {display:none;}
359 #relations td.buttons {padding:0;}
359 #relations td.buttons {padding:0;}
360
360
361 fieldset.collapsible {border-width: 1px 0 0 0;}
361 fieldset.collapsible {border-width: 1px 0 0 0;}
362 fieldset.collapsible>legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; }
362 fieldset.collapsible>legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; }
363 fieldset.collapsible.collapsed>legend { background-image: url(../images/arrow_collapsed.png); }
363 fieldset.collapsible.collapsed>legend { background-image: url(../images/arrow_collapsed.png); }
364
364
365 fieldset#date-range p { margin: 2px 0 2px 0; }
365 fieldset#date-range p { margin: 2px 0 2px 0; }
366 fieldset#filters table { border-collapse: collapse; }
366 fieldset#filters table { border-collapse: collapse; }
367 fieldset#filters table td { padding: 0; vertical-align: middle; }
367 fieldset#filters table td { padding: 0; vertical-align: middle; }
368 fieldset#filters tr.filter { height: 2.1em; }
368 fieldset#filters tr.filter { height: 2.1em; }
369 fieldset#filters td.field { width:230px; }
369 fieldset#filters td.field { width:230px; }
370 fieldset#filters td.operator { width:180px; }
370 fieldset#filters td.operator { width:180px; }
371 fieldset#filters td.operator select {max-width:170px;}
371 fieldset#filters td.operator select {max-width:170px;}
372 fieldset#filters td.values { white-space:nowrap; }
372 fieldset#filters td.values { white-space:nowrap; }
373 fieldset#filters td.values select {min-width:130px;}
373 fieldset#filters td.values select {min-width:130px;}
374 fieldset#filters td.values input {height:1em;}
374 fieldset#filters td.values input {height:1em;}
375 fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
375 fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
376
376
377 .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;}
377 .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;}
378 .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
378 .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
379
379
380 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
380 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
381 div#issue-changesets div.changeset { padding: 4px;}
381 div#issue-changesets div.changeset { padding: 4px;}
382 div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
382 div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
383 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
383 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
384
384
385 .journal ul.details img {margin:0 0 -3px 4px;}
385 .journal ul.details img {margin:0 0 -3px 4px;}
386 div.journal {overflow:auto;}
386 div.journal {overflow:auto;}
387 div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;}
387 div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;}
388 div.journal ul.details {color:#959595; margin-bottom: 1.5em;}
389 div.journal ul.details a {color:#70A7CD;}
390 div.journal ul.details a:hover {color:#D14848;}
388
391
389 div#activity dl, #search-results { margin-left: 2em; }
392 div#activity dl, #search-results { margin-left: 2em; }
390 div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
393 div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
391 div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
394 div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
392 div#activity dt.me .time { border-bottom: 1px solid #999; }
395 div#activity dt.me .time { border-bottom: 1px solid #999; }
393 div#activity dt .time { color: #777; font-size: 80%; }
396 div#activity dt .time { color: #777; font-size: 80%; }
394 div#activity dd .description, #search-results dd .description { font-style: italic; }
397 div#activity dd .description, #search-results dd .description { font-style: italic; }
395 div#activity span.project:after, #search-results span.project:after { content: " -"; }
398 div#activity span.project:after, #search-results span.project:after { content: " -"; }
396 div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
399 div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
397 div#activity dt.grouped {margin-left:5em;}
400 div#activity dt.grouped {margin-left:5em;}
398 div#activity dd.grouped {margin-left:9em;}
401 div#activity dd.grouped {margin-left:9em;}
399
402
400 #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
403 #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
401
404
402 div#search-results-counts {float:right;}
405 div#search-results-counts {float:right;}
403 div#search-results-counts ul { margin-top: 0.5em; }
406 div#search-results-counts ul { margin-top: 0.5em; }
404 div#search-results-counts li { list-style-type:none; float: left; margin-left: 1em; }
407 div#search-results-counts li { list-style-type:none; float: left; margin-left: 1em; }
405
408
406 dt.issue { background-image: url(../images/ticket.png); }
409 dt.issue { background-image: url(../images/ticket.png); }
407 dt.issue-edit { background-image: url(../images/ticket_edit.png); }
410 dt.issue-edit { background-image: url(../images/ticket_edit.png); }
408 dt.issue-closed { background-image: url(../images/ticket_checked.png); }
411 dt.issue-closed { background-image: url(../images/ticket_checked.png); }
409 dt.issue-note { background-image: url(../images/ticket_note.png); }
412 dt.issue-note { background-image: url(../images/ticket_note.png); }
410 dt.changeset { background-image: url(../images/changeset.png); }
413 dt.changeset { background-image: url(../images/changeset.png); }
411 dt.news { background-image: url(../images/news.png); }
414 dt.news { background-image: url(../images/news.png); }
412 dt.message { background-image: url(../images/message.png); }
415 dt.message { background-image: url(../images/message.png); }
413 dt.reply { background-image: url(../images/comments.png); }
416 dt.reply { background-image: url(../images/comments.png); }
414 dt.wiki-page { background-image: url(../images/wiki_edit.png); }
417 dt.wiki-page { background-image: url(../images/wiki_edit.png); }
415 dt.attachment { background-image: url(../images/attachment.png); }
418 dt.attachment { background-image: url(../images/attachment.png); }
416 dt.document { background-image: url(../images/document.png); }
419 dt.document { background-image: url(../images/document.png); }
417 dt.project { background-image: url(../images/projects.png); }
420 dt.project { background-image: url(../images/projects.png); }
418 dt.time-entry { background-image: url(../images/time.png); }
421 dt.time-entry { background-image: url(../images/time.png); }
419
422
420 #search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
423 #search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
421
424
422 div#roadmap .related-issues { margin-bottom: 1em; }
425 div#roadmap .related-issues { margin-bottom: 1em; }
423 div#roadmap .related-issues td.checkbox { display: none; }
426 div#roadmap .related-issues td.checkbox { display: none; }
424 div#roadmap .wiki h1:first-child { display: none; }
427 div#roadmap .wiki h1:first-child { display: none; }
425 div#roadmap .wiki h1 { font-size: 120%; }
428 div#roadmap .wiki h1 { font-size: 120%; }
426 div#roadmap .wiki h2 { font-size: 110%; }
429 div#roadmap .wiki h2 { font-size: 110%; }
427 body.controller-versions.action-show div#roadmap .related-issues {width:70%;}
430 body.controller-versions.action-show div#roadmap .related-issues {width:70%;}
428
431
429 div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
432 div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
430 div#version-summary fieldset { margin-bottom: 1em; }
433 div#version-summary fieldset { margin-bottom: 1em; }
431 div#version-summary fieldset.time-tracking table { width:100%; }
434 div#version-summary fieldset.time-tracking table { width:100%; }
432 div#version-summary th, div#version-summary td.total-hours { text-align: right; }
435 div#version-summary th, div#version-summary td.total-hours { text-align: right; }
433
436
434 table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
437 table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
435 table#time-report tbody tr.subtotal { font-style: italic; color:#777;}
438 table#time-report tbody tr.subtotal { font-style: italic; color:#777;}
436 table#time-report tbody tr.subtotal td.hours { color:#b0b0b0; }
439 table#time-report tbody tr.subtotal td.hours { color:#b0b0b0; }
437 table#time-report tbody tr.total { font-weight: bold; background-color:#EEEEEE; border-top:1px solid #e4e4e4;}
440 table#time-report tbody tr.total { font-weight: bold; background-color:#EEEEEE; border-top:1px solid #e4e4e4;}
438 table#time-report .hours-dec { font-size: 0.9em; }
441 table#time-report .hours-dec { font-size: 0.9em; }
439
442
440 div.wiki-page .contextual a {opacity: 0.4}
443 div.wiki-page .contextual a {opacity: 0.4}
441 div.wiki-page .contextual a:hover {opacity: 1}
444 div.wiki-page .contextual a:hover {opacity: 1}
442
445
443 form .attributes select { width: 60%; }
446 form .attributes select { width: 60%; }
444 input#issue_subject, input#document_title { width: 99%; }
447 input#issue_subject, input#document_title { width: 99%; }
445 select#issue_done_ratio { width: 95px; }
448 select#issue_done_ratio { width: 95px; }
446
449
447 ul.projects {margin:0; padding-left:1em;}
450 ul.projects {margin:0; padding-left:1em;}
448 ul.projects ul {padding-left:1.6em;}
451 ul.projects ul {padding-left:1.6em;}
449 ul.projects.root {margin:0; padding:0;}
452 ul.projects.root {margin:0; padding:0;}
450 ul.projects li {list-style-type:none;}
453 ul.projects li {list-style-type:none;}
451
454
452 #projects-index ul.projects ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
455 #projects-index ul.projects ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
453 #projects-index ul.projects li.root {margin-bottom: 1em;}
456 #projects-index ul.projects li.root {margin-bottom: 1em;}
454 #projects-index ul.projects li.child {margin-top: 1em;}
457 #projects-index ul.projects li.child {margin-top: 1em;}
455 #projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
458 #projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
456 .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
459 .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
457
460
458 #notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
461 #notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
459
462
460 #related-issues li img {vertical-align:middle;}
463 #related-issues li img {vertical-align:middle;}
461
464
462 ul.properties {padding:0; font-size: 0.9em; color: #777;}
465 ul.properties {padding:0; font-size: 0.9em; color: #777;}
463 ul.properties li {list-style-type:none;}
466 ul.properties li {list-style-type:none;}
464 ul.properties li span {font-style:italic;}
467 ul.properties li span {font-style:italic;}
465
468
466 .total-hours { font-size: 110%; font-weight: bold; }
469 .total-hours { font-size: 110%; font-weight: bold; }
467 .total-hours span.hours-int { font-size: 120%; }
470 .total-hours span.hours-int { font-size: 120%; }
468
471
469 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
472 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
470 #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
473 #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
471
474
472 #workflow_copy_form select { width: 200px; }
475 #workflow_copy_form select { width: 200px; }
473 table.transitions td.enabled {background: #bfb;}
476 table.transitions td.enabled {background: #bfb;}
474 #workflow_form table select {font-size:90%; max-width:100px;}
477 #workflow_form table select {font-size:90%; max-width:100px;}
475 table.fields_permissions td.readonly {background:#ddd;}
478 table.fields_permissions td.readonly {background:#ddd;}
476 table.fields_permissions td.required {background:#d88;}
479 table.fields_permissions td.required {background:#d88;}
477
480
478 select.expandable {vertical-align:top;}
481 select.expandable {vertical-align:top;}
479
482
480 textarea#custom_field_possible_values {width: 95%; resize:vertical}
483 textarea#custom_field_possible_values {width: 95%; resize:vertical}
481 textarea#custom_field_default_value {width: 95%; resize:vertical}
484 textarea#custom_field_default_value {width: 95%; resize:vertical}
482
485
483 input#content_comments {width: 99%}
486 input#content_comments {width: 99%}
484
487
485 p.pagination {margin-top:8px; font-size: 90%}
488 p.pagination {margin-top:8px; font-size: 90%}
486
489
487 #search-form fieldset p {margin:0.2em 0;}
490 #search-form fieldset p {margin:0.2em 0;}
488
491
489 /***** Tabular forms ******/
492 /***** Tabular forms ******/
490 .tabular p{
493 .tabular p{
491 margin: 0;
494 margin: 0;
492 padding: 3px 0 3px 0;
495 padding: 3px 0 3px 0;
493 padding-left: 180px; /* width of left column containing the label elements */
496 padding-left: 180px; /* width of left column containing the label elements */
494 min-height: 1.8em;
497 min-height: 1.8em;
495 clear:left;
498 clear:left;
496 }
499 }
497
500
498 html>body .tabular p {overflow:hidden;}
501 html>body .tabular p {overflow:hidden;}
499
502
500 .tabular input, .tabular select {max-width:95%}
503 .tabular input, .tabular select {max-width:95%}
501 .tabular textarea {width:95%; resize:vertical;}
504 .tabular textarea {width:95%; resize:vertical;}
502
505
503 .tabular label{
506 .tabular label{
504 font-weight: bold;
507 font-weight: bold;
505 float: left;
508 float: left;
506 text-align: right;
509 text-align: right;
507 /* width of left column */
510 /* width of left column */
508 margin-left: -180px;
511 margin-left: -180px;
509 /* width of labels. Should be smaller than left column to create some right margin */
512 /* width of labels. Should be smaller than left column to create some right margin */
510 width: 175px;
513 width: 175px;
511 }
514 }
512
515
513 .tabular label.floating{
516 .tabular label.floating{
514 font-weight: normal;
517 font-weight: normal;
515 margin-left: 0px;
518 margin-left: 0px;
516 text-align: left;
519 text-align: left;
517 width: 270px;
520 width: 270px;
518 }
521 }
519
522
520 .tabular label.block{
523 .tabular label.block{
521 font-weight: normal;
524 font-weight: normal;
522 margin-left: 0px !important;
525 margin-left: 0px !important;
523 text-align: left;
526 text-align: left;
524 float: none;
527 float: none;
525 display: block;
528 display: block;
526 width: auto !important;
529 width: auto !important;
527 }
530 }
528
531
529 .tabular label.inline{
532 .tabular label.inline{
530 font-weight: normal;
533 font-weight: normal;
531 float:none;
534 float:none;
532 margin-left: 5px !important;
535 margin-left: 5px !important;
533 width: auto;
536 width: auto;
534 }
537 }
535
538
536 label.no-css {
539 label.no-css {
537 font-weight: inherit;
540 font-weight: inherit;
538 float:none;
541 float:none;
539 text-align:left;
542 text-align:left;
540 margin-left:0px;
543 margin-left:0px;
541 width:auto;
544 width:auto;
542 }
545 }
543 input#time_entry_comments { width: 90%;}
546 input#time_entry_comments { width: 90%;}
544
547
545 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
548 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
546
549
547 .tabular.settings p{ padding-left: 300px; }
550 .tabular.settings p{ padding-left: 300px; }
548 .tabular.settings label{ margin-left: -300px; width: 295px; }
551 .tabular.settings label{ margin-left: -300px; width: 295px; }
549 .tabular.settings textarea { width: 99%; }
552 .tabular.settings textarea { width: 99%; }
550
553
551 .settings.enabled_scm table {width:100%}
554 .settings.enabled_scm table {width:100%}
552 .settings.enabled_scm td.scm_name{ font-weight: bold; }
555 .settings.enabled_scm td.scm_name{ font-weight: bold; }
553
556
554 fieldset.settings label { display: block; }
557 fieldset.settings label { display: block; }
555 fieldset#notified_events .parent { padding-left: 20px; }
558 fieldset#notified_events .parent { padding-left: 20px; }
556
559
557 span.required {color: #bb0000;}
560 span.required {color: #bb0000;}
558 .summary {font-style: italic;}
561 .summary {font-style: italic;}
559
562
560 .check_box_group {
563 .check_box_group {
561 display:block;
564 display:block;
562 width:95%;
565 width:95%;
563 max-height:300px;
566 max-height:300px;
564 overflow-y:auto;
567 overflow-y:auto;
565 padding:2px 4px 4px 2px;
568 padding:2px 4px 4px 2px;
566 background:#fff;
569 background:#fff;
567 border:1px solid #9EB1C2;
570 border:1px solid #9EB1C2;
568 border-radius:2px
571 border-radius:2px
569 }
572 }
570 .check_box_group label {
573 .check_box_group label {
571 font-weight: normal;
574 font-weight: normal;
572 margin-left: 0px !important;
575 margin-left: 0px !important;
573 text-align: left;
576 text-align: left;
574 float: none;
577 float: none;
575 display: block;
578 display: block;
576 width: auto;
579 width: auto;
577 }
580 }
578 .check_box_group.bool_cf {border:0; background:inherit;}
581 .check_box_group.bool_cf {border:0; background:inherit;}
579 .check_box_group.bool_cf label {display: inline;}
582 .check_box_group.bool_cf label {display: inline;}
580
583
581 #attachments_fields input.description {margin-left:4px; width:340px;}
584 #attachments_fields input.description {margin-left:4px; width:340px;}
582 #attachments_fields span {display:block; white-space:nowrap;}
585 #attachments_fields span {display:block; white-space:nowrap;}
583 #attachments_fields input.filename {border:0; height:1.8em; width:250px; color:#555; background-color:inherit; background:url(../images/attachment.png) no-repeat 1px 50%; padding-left:18px;}
586 #attachments_fields input.filename {border:0; height:1.8em; width:250px; color:#555; background-color:inherit; background:url(../images/attachment.png) no-repeat 1px 50%; padding-left:18px;}
584 #attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat 0px 50%;}
587 #attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat 0px 50%;}
585 #attachments_fields .ajax-loading input.filename {background:url(../images/loading.gif) no-repeat 0px 50%;}
588 #attachments_fields .ajax-loading input.filename {background:url(../images/loading.gif) no-repeat 0px 50%;}
586 #attachments_fields div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; }
589 #attachments_fields div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; }
587 a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%; width:1px; display:inline-block; padding-left:16px;}
590 a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%; width:1px; display:inline-block; padding-left:16px;}
588 a.remove-upload:hover {text-decoration:none !important;}
591 a.remove-upload:hover {text-decoration:none !important;}
589
592
590 div.fileover { background-color: lavender; }
593 div.fileover { background-color: lavender; }
591
594
592 div.attachments { margin-top: 12px; }
595 div.attachments { margin-top: 12px; }
593 div.attachments p { margin:4px 0 2px 0; }
596 div.attachments p { margin:4px 0 2px 0; }
594 div.attachments img { vertical-align: middle; }
597 div.attachments img { vertical-align: middle; }
595 div.attachments span.author { font-size: 0.9em; color: #888; }
598 div.attachments span.author { font-size: 0.9em; color: #888; }
596
599
597 div.thumbnails {margin-top:0.6em;}
600 div.thumbnails {margin-top:0.6em;}
598 div.thumbnails div {background:#fff;border:2px solid #ddd;display:inline-block;margin-right:2px;}
601 div.thumbnails div {background:#fff;border:2px solid #ddd;display:inline-block;margin-right:2px;}
599 div.thumbnails img {margin: 3px;}
602 div.thumbnails img {margin: 3px;}
600
603
601 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
604 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
602 .other-formats span + span:before { content: "| "; }
605 .other-formats span + span:before { content: "| "; }
603
606
604 a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
607 a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
605
608
606 em.info {font-style:normal;font-size:90%;color:#888;display:block;}
609 em.info {font-style:normal;font-size:90%;color:#888;display:block;}
607 em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
610 em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
608
611
609 textarea.text_cf {width:95%; resize:vertical;}
612 textarea.text_cf {width:95%; resize:vertical;}
610 input.string_cf, input.link_cf {width:95%;}
613 input.string_cf, input.link_cf {width:95%;}
611 select.bool_cf {width:auto !important;}
614 select.bool_cf {width:auto !important;}
612
615
613 #tab-content-modules fieldset p {margin:3px 0 4px 0;}
616 #tab-content-modules fieldset p {margin:3px 0 4px 0;}
614
617
615 #tab-content-users .splitcontentleft {width: 64%;}
618 #tab-content-users .splitcontentleft {width: 64%;}
616 #tab-content-users .splitcontentright {width: 34%;}
619 #tab-content-users .splitcontentright {width: 34%;}
617 #tab-content-users fieldset {padding:1em; margin-bottom: 1em;}
620 #tab-content-users fieldset {padding:1em; margin-bottom: 1em;}
618 #tab-content-users fieldset legend {font-weight: bold;}
621 #tab-content-users fieldset legend {font-weight: bold;}
619 #tab-content-users fieldset label {display: block;}
622 #tab-content-users fieldset label {display: block;}
620 #tab-content-users #principals {max-height: 400px; overflow: auto;}
623 #tab-content-users #principals {max-height: 400px; overflow: auto;}
621
624
622 #users_for_watcher {height: 200px; overflow:auto;}
625 #users_for_watcher {height: 200px; overflow:auto;}
623 #users_for_watcher label {display: block;}
626 #users_for_watcher label {display: block;}
624
627
625 table.members td.name {padding-left: 20px;}
628 table.members td.name {padding-left: 20px;}
626 table.members td.group, table.members td.groupnonmember, table.members td.groupanonymous {background: url(../images/group.png) no-repeat 0% 1px;}
629 table.members td.group, table.members td.groupnonmember, table.members td.groupanonymous {background: url(../images/group.png) no-repeat 0% 1px;}
627
630
628 input#principal_search, input#user_search {width:90%}
631 input#principal_search, input#user_search {width:90%}
629 .roles-selection label {display:inline-block; width:210px;}
632 .roles-selection label {display:inline-block; width:210px;}
630
633
631 input.autocomplete {
634 input.autocomplete {
632 background: #fff url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px !important;
635 background: #fff url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px !important;
633 border:1px solid #9EB1C2; border-radius:2px; height:1.5em;
636 border:1px solid #9EB1C2; border-radius:2px; height:1.5em;
634 }
637 }
635 input.autocomplete.ajax-loading {
638 input.autocomplete.ajax-loading {
636 background-image: url(../images/loading.gif);
639 background-image: url(../images/loading.gif);
637 }
640 }
638
641
639 .role-visibility {padding-left:2em;}
642 .role-visibility {padding-left:2em;}
640
643
641 .objects-selection {
644 .objects-selection {
642 height: 300px;
645 height: 300px;
643 overflow: auto;
646 overflow: auto;
644 }
647 }
645
648
646 .objects-selection label {
649 .objects-selection label {
647 display: block;
650 display: block;
648 }
651 }
649
652
650 .objects-selection>div {
653 .objects-selection>div {
651 column-count: auto;
654 column-count: auto;
652 column-width: 200px;
655 column-width: 200px;
653 -webkit-column-count: auto;
656 -webkit-column-count: auto;
654 -webkit-column-width: 200px;
657 -webkit-column-width: 200px;
655 -webkit-column-gap : 0.5rem;
658 -webkit-column-gap : 0.5rem;
656 -webkit-column-rule: 1px solid #ccc;
659 -webkit-column-rule: 1px solid #ccc;
657 -moz-column-count: auto;
660 -moz-column-count: auto;
658 -moz-column-width: 200px;
661 -moz-column-width: 200px;
659 -moz-column-gap : 0.5rem;
662 -moz-column-gap : 0.5rem;
660 -moz-column-rule: 1px solid #ccc;
663 -moz-column-rule: 1px solid #ccc;
661 }
664 }
662
665
663 /***** Flash & error messages ****/
666 /***** Flash & error messages ****/
664 #errorExplanation, div.flash, .nodata, .warning, .conflict {
667 #errorExplanation, div.flash, .nodata, .warning, .conflict {
665 padding: 4px 4px 4px 30px;
668 padding: 4px 4px 4px 30px;
666 margin-bottom: 12px;
669 margin-bottom: 12px;
667 font-size: 1.1em;
670 font-size: 1.1em;
668 border: 2px solid;
671 border: 2px solid;
669 border-radius: 3px;
672 border-radius: 3px;
670 }
673 }
671
674
672 div.flash {margin-top: 8px;}
675 div.flash {margin-top: 8px;}
673
676
674 div.flash.error, #errorExplanation {
677 div.flash.error, #errorExplanation {
675 background: url(../images/exclamation.png) 8px 50% no-repeat;
678 background: url(../images/exclamation.png) 8px 50% no-repeat;
676 background-color: #ffe3e3;
679 background-color: #ffe3e3;
677 border-color: #dd0000;
680 border-color: #dd0000;
678 color: #880000;
681 color: #880000;
679 }
682 }
680
683
681 div.flash.notice {
684 div.flash.notice {
682 background: url(../images/true.png) 8px 5px no-repeat;
685 background: url(../images/true.png) 8px 5px no-repeat;
683 background-color: #dfffdf;
686 background-color: #dfffdf;
684 border-color: #9fcf9f;
687 border-color: #9fcf9f;
685 color: #005f00;
688 color: #005f00;
686 }
689 }
687
690
688 div.flash.warning, .conflict {
691 div.flash.warning, .conflict {
689 background: url(../images/warning.png) 8px 5px no-repeat;
692 background: url(../images/warning.png) 8px 5px no-repeat;
690 background-color: #FFEBC1;
693 background-color: #FFEBC1;
691 border-color: #FDBF3B;
694 border-color: #FDBF3B;
692 color: #A6750C;
695 color: #A6750C;
693 text-align: left;
696 text-align: left;
694 }
697 }
695
698
696 .nodata, .warning {
699 .nodata, .warning {
697 text-align: center;
700 text-align: center;
698 background-color: #FFEBC1;
701 background-color: #FFEBC1;
699 border-color: #FDBF3B;
702 border-color: #FDBF3B;
700 color: #A6750C;
703 color: #A6750C;
701 }
704 }
702
705
703 #errorExplanation ul { font-size: 0.9em;}
706 #errorExplanation ul { font-size: 0.9em;}
704 #errorExplanation h2, #errorExplanation p { display: none; }
707 #errorExplanation h2, #errorExplanation p { display: none; }
705
708
706 .conflict-details {font-size:80%;}
709 .conflict-details {font-size:80%;}
707
710
708 /***** Ajax indicator ******/
711 /***** Ajax indicator ******/
709 #ajax-indicator {
712 #ajax-indicator {
710 position: absolute; /* fixed not supported by IE */
713 position: absolute; /* fixed not supported by IE */
711 background-color:#eee;
714 background-color:#eee;
712 border: 1px solid #bbb;
715 border: 1px solid #bbb;
713 top:35%;
716 top:35%;
714 left:40%;
717 left:40%;
715 width:20%;
718 width:20%;
716 font-weight:bold;
719 font-weight:bold;
717 text-align:center;
720 text-align:center;
718 padding:0.6em;
721 padding:0.6em;
719 z-index:100;
722 z-index:100;
720 opacity: 0.5;
723 opacity: 0.5;
721 }
724 }
722
725
723 html>body #ajax-indicator { position: fixed; }
726 html>body #ajax-indicator { position: fixed; }
724
727
725 #ajax-indicator span {
728 #ajax-indicator span {
726 background-position: 0% 40%;
729 background-position: 0% 40%;
727 background-repeat: no-repeat;
730 background-repeat: no-repeat;
728 background-image: url(../images/loading.gif);
731 background-image: url(../images/loading.gif);
729 padding-left: 26px;
732 padding-left: 26px;
730 vertical-align: bottom;
733 vertical-align: bottom;
731 }
734 }
732
735
733 /***** Calendar *****/
736 /***** Calendar *****/
734 table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
737 table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
735 table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
738 table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
736 table.cal thead th.week-number {width: auto;}
739 table.cal thead th.week-number {width: auto;}
737 table.cal tbody tr {height: 100px;}
740 table.cal tbody tr {height: 100px;}
738 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
741 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
739 table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
742 table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
740 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
743 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
741 table.cal td.odd p.day-num {color: #bbb;}
744 table.cal td.odd p.day-num {color: #bbb;}
742 table.cal td.today {background:#ffffdd;}
745 table.cal td.today {background:#ffffdd;}
743 table.cal td.today p.day-num {font-weight: bold;}
746 table.cal td.today p.day-num {font-weight: bold;}
744 table.cal .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
747 table.cal .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
745 table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
748 table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
746 table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
749 table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
747 p.cal.legend span {display:block;}
750 p.cal.legend span {display:block;}
748
751
749 /***** Tooltips ******/
752 /***** Tooltips ******/
750 .tooltip{position:relative;z-index:24;}
753 .tooltip{position:relative;z-index:24;}
751 .tooltip:hover{z-index:25;color:#000;}
754 .tooltip:hover{z-index:25;color:#000;}
752 .tooltip span.tip{display: none; text-align:left;}
755 .tooltip span.tip{display: none; text-align:left;}
753
756
754 div.tooltip:hover span.tip{
757 div.tooltip:hover span.tip{
755 display:block;
758 display:block;
756 position:absolute;
759 position:absolute;
757 top:12px; left:24px; width:270px;
760 top:12px; left:24px; width:270px;
758 border:1px solid #555;
761 border:1px solid #555;
759 background-color:#fff;
762 background-color:#fff;
760 padding: 4px;
763 padding: 4px;
761 font-size: 0.8em;
764 font-size: 0.8em;
762 color:#505050;
765 color:#505050;
763 }
766 }
764
767
765 img.ui-datepicker-trigger {
768 img.ui-datepicker-trigger {
766 cursor: pointer;
769 cursor: pointer;
767 vertical-align: middle;
770 vertical-align: middle;
768 margin-left: 4px;
771 margin-left: 4px;
769 }
772 }
770
773
771 /***** Progress bar *****/
774 /***** Progress bar *****/
772 table.progress {
775 table.progress {
773 border-collapse: collapse;
776 border-collapse: collapse;
774 border-spacing: 0pt;
777 border-spacing: 0pt;
775 empty-cells: show;
778 empty-cells: show;
776 text-align: center;
779 text-align: center;
777 float:left;
780 float:left;
778 margin: 1px 6px 1px 0px;
781 margin: 1px 6px 1px 0px;
779 }
782 }
780
783
781 table.progress td { height: 1em; }
784 table.progress td { height: 1em; }
782 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
785 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
783 table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
786 table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
784 table.progress td.todo { background: #eee none repeat scroll 0%; }
787 table.progress td.todo { background: #eee none repeat scroll 0%; }
785 p.percent {font-size: 80%;}
788 p.percent {font-size: 80%;}
786 p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
789 p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
787
790
788 #roadmap table.progress td { height: 1.2em; }
791 #roadmap table.progress td { height: 1.2em; }
789 /***** Tabs *****/
792 /***** Tabs *****/
790 #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
793 #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
791 #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
794 #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
792 #content .tabs ul li {
795 #content .tabs ul li {
793 float:left;
796 float:left;
794 list-style-type:none;
797 list-style-type:none;
795 white-space:nowrap;
798 white-space:nowrap;
796 margin-right:4px;
799 margin-right:4px;
797 background:#fff;
800 background:#fff;
798 position:relative;
801 position:relative;
799 margin-bottom:-1px;
802 margin-bottom:-1px;
800 }
803 }
801 #content .tabs ul li a{
804 #content .tabs ul li a{
802 display:block;
805 display:block;
803 font-size: 0.9em;
806 font-size: 0.9em;
804 text-decoration:none;
807 text-decoration:none;
805 line-height:1.3em;
808 line-height:1.3em;
806 padding:4px 6px 4px 6px;
809 padding:4px 6px 4px 6px;
807 border: 1px solid #ccc;
810 border: 1px solid #ccc;
808 border-bottom: 1px solid #bbbbbb;
811 border-bottom: 1px solid #bbbbbb;
809 background-color: #f6f6f6;
812 background-color: #f6f6f6;
810 color:#999;
813 color:#999;
811 font-weight:bold;
814 font-weight:bold;
812 border-top-left-radius:3px;
815 border-top-left-radius:3px;
813 border-top-right-radius:3px;
816 border-top-right-radius:3px;
814 }
817 }
815
818
816 #content .tabs ul li a:hover {
819 #content .tabs ul li a:hover {
817 background-color: #ffffdd;
820 background-color: #ffffdd;
818 text-decoration:none;
821 text-decoration:none;
819 }
822 }
820
823
821 #content .tabs ul li a.selected {
824 #content .tabs ul li a.selected {
822 background-color: #fff;
825 background-color: #fff;
823 border: 1px solid #bbbbbb;
826 border: 1px solid #bbbbbb;
824 border-bottom: 1px solid #fff;
827 border-bottom: 1px solid #fff;
825 color:#444;
828 color:#444;
826 }
829 }
827
830
828 #content .tabs ul li a.selected:hover {background-color: #fff;}
831 #content .tabs ul li a.selected:hover {background-color: #fff;}
829
832
830 div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
833 div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
831
834
832 button.tab-left, button.tab-right {
835 button.tab-left, button.tab-right {
833 font-size: 0.9em;
836 font-size: 0.9em;
834 cursor: pointer;
837 cursor: pointer;
835 height:24px;
838 height:24px;
836 border: 1px solid #ccc;
839 border: 1px solid #ccc;
837 border-bottom: 1px solid #bbbbbb;
840 border-bottom: 1px solid #bbbbbb;
838 position:absolute;
841 position:absolute;
839 padding:4px;
842 padding:4px;
840 width: 20px;
843 width: 20px;
841 bottom: -1px;
844 bottom: -1px;
842 }
845 }
843
846
844 button.tab-left {
847 button.tab-left {
845 right: 20px;
848 right: 20px;
846 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
849 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
847 border-top-left-radius:3px;
850 border-top-left-radius:3px;
848 }
851 }
849
852
850 button.tab-right {
853 button.tab-right {
851 right: 0;
854 right: 0;
852 background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
855 background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
853 border-top-right-radius:3px;
856 border-top-right-radius:3px;
854 }
857 }
855
858
856 /***** Diff *****/
859 /***** Diff *****/
857 .diff_out { background: #fcc; }
860 .diff_out { background: #fcc; }
858 .diff_out span { background: #faa; }
861 .diff_out span { background: #faa; }
859 .diff_in { background: #cfc; }
862 .diff_in { background: #cfc; }
860 .diff_in span { background: #afa; }
863 .diff_in span { background: #afa; }
861
864
862 .text-diff {
865 .text-diff {
863 padding: 1em;
866 padding: 1em;
864 background-color:#f6f6f6;
867 background-color:#f6f6f6;
865 color:#505050;
868 color:#505050;
866 border: 1px solid #e4e4e4;
869 border: 1px solid #e4e4e4;
867 }
870 }
868
871
869 /***** Wiki *****/
872 /***** Wiki *****/
870 div.wiki table {
873 div.wiki table {
871 border-collapse: collapse;
874 border-collapse: collapse;
872 margin-bottom: 1em;
875 margin-bottom: 1em;
873 }
876 }
874
877
875 div.wiki table, div.wiki td, div.wiki th {
878 div.wiki table, div.wiki td, div.wiki th {
876 border: 1px solid #bbb;
879 border: 1px solid #bbb;
877 padding: 4px;
880 padding: 4px;
878 }
881 }
879
882
880 div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {border:0;}
883 div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {border:0;}
881
884
882 div.wiki .external {
885 div.wiki .external {
883 background-position: 0% 60%;
886 background-position: 0% 60%;
884 background-repeat: no-repeat;
887 background-repeat: no-repeat;
885 padding-left: 12px;
888 padding-left: 12px;
886 background-image: url(../images/external.png);
889 background-image: url(../images/external.png);
887 }
890 }
888
891
889 div.wiki a {word-wrap: break-word;}
892 div.wiki a {word-wrap: break-word;}
890 div.wiki a.new {color: #b73535;}
893 div.wiki a.new {color: #b73535;}
891
894
892 div.wiki ul, div.wiki ol {margin-bottom:1em;}
895 div.wiki ul, div.wiki ol {margin-bottom:1em;}
893 div.wiki li>ul, div.wiki li>ol {margin-bottom: 0;}
896 div.wiki li>ul, div.wiki li>ol {margin-bottom: 0;}
894
897
895 div.wiki pre {
898 div.wiki pre {
896 margin: 1em 1em 1em 1.6em;
899 margin: 1em 1em 1em 1.6em;
897 padding: 8px;
900 padding: 8px;
898 background-color: #fafafa;
901 background-color: #fafafa;
899 border: 1px solid #e2e2e2;
902 border: 1px solid #e2e2e2;
900 border-radius: 3px;
903 border-radius: 3px;
901 width:auto;
904 width:auto;
902 overflow-x: auto;
905 overflow-x: auto;
903 overflow-y: hidden;
906 overflow-y: hidden;
904 }
907 }
905
908
906 div.wiki ul.toc {
909 div.wiki ul.toc {
907 background-color: #ffffdd;
910 background-color: #ffffdd;
908 border: 1px solid #e4e4e4;
911 border: 1px solid #e4e4e4;
909 padding: 4px;
912 padding: 4px;
910 line-height: 1.2em;
913 line-height: 1.2em;
911 margin-bottom: 12px;
914 margin-bottom: 12px;
912 margin-right: 12px;
915 margin-right: 12px;
913 margin-left: 0;
916 margin-left: 0;
914 display: table
917 display: table
915 }
918 }
916 * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
919 * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
917
920
918 div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
921 div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
919 div.wiki ul.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
922 div.wiki ul.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
920 div.wiki ul.toc ul { margin: 0; padding: 0; }
923 div.wiki ul.toc ul { margin: 0; padding: 0; }
921 div.wiki ul.toc li {list-style-type:none; margin: 0; font-size:12px;}
924 div.wiki ul.toc li {list-style-type:none; margin: 0; font-size:12px;}
922 div.wiki ul.toc li li {margin-left: 1.5em; font-size:10px;}
925 div.wiki ul.toc li li {margin-left: 1.5em; font-size:10px;}
923 div.wiki ul.toc a {
926 div.wiki ul.toc a {
924 font-size: 0.9em;
927 font-size: 0.9em;
925 font-weight: normal;
928 font-weight: normal;
926 text-decoration: none;
929 text-decoration: none;
927 color: #606060;
930 color: #606060;
928 }
931 }
929 div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
932 div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
930
933
931 a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
934 a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
932 a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
935 a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
933 h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
936 h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
934
937
935 div.wiki img {vertical-align:middle; max-width:100%;}
938 div.wiki img {vertical-align:middle; max-width:100%;}
936
939
937 /***** My page layout *****/
940 /***** My page layout *****/
938 .block-receiver {
941 .block-receiver {
939 border:1px dashed #c0c0c0;
942 border:1px dashed #c0c0c0;
940 margin-bottom: 20px;
943 margin-bottom: 20px;
941 padding: 15px 0 15px 0;
944 padding: 15px 0 15px 0;
942 }
945 }
943
946
944 .mypage-box {
947 .mypage-box {
945 margin:0 0 20px 0;
948 margin:0 0 20px 0;
946 color:#505050;
949 color:#505050;
947 line-height:1.5em;
950 line-height:1.5em;
948 }
951 }
949
952
950 .handle {cursor: move;}
953 .handle {cursor: move;}
951
954
952 a.close-icon {
955 a.close-icon {
953 display:block;
956 display:block;
954 margin-top:3px;
957 margin-top:3px;
955 overflow:hidden;
958 overflow:hidden;
956 width:12px;
959 width:12px;
957 height:12px;
960 height:12px;
958 background-repeat: no-repeat;
961 background-repeat: no-repeat;
959 cursor:pointer;
962 cursor:pointer;
960 background-image:url('../images/close.png');
963 background-image:url('../images/close.png');
961 }
964 }
962 a.close-icon:hover {background-image:url('../images/close_hl.png');}
965 a.close-icon:hover {background-image:url('../images/close_hl.png');}
963
966
964 /***** Gantt chart *****/
967 /***** Gantt chart *****/
965 .gantt_hdr {
968 .gantt_hdr {
966 position:absolute;
969 position:absolute;
967 top:0;
970 top:0;
968 height:16px;
971 height:16px;
969 border-top: 1px solid #c0c0c0;
972 border-top: 1px solid #c0c0c0;
970 border-bottom: 1px solid #c0c0c0;
973 border-bottom: 1px solid #c0c0c0;
971 border-right: 1px solid #c0c0c0;
974 border-right: 1px solid #c0c0c0;
972 text-align: center;
975 text-align: center;
973 overflow: hidden;
976 overflow: hidden;
974 }
977 }
975
978
976 .gantt_hdr.nwday {background-color:#f1f1f1; color:#999;}
979 .gantt_hdr.nwday {background-color:#f1f1f1; color:#999;}
977
980
978 .gantt_subjects { font-size: 0.8em; }
981 .gantt_subjects { font-size: 0.8em; }
979 .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
982 .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
980
983
981 .task {
984 .task {
982 position: absolute;
985 position: absolute;
983 height:8px;
986 height:8px;
984 font-size:0.8em;
987 font-size:0.8em;
985 color:#888;
988 color:#888;
986 padding:0;
989 padding:0;
987 margin:0;
990 margin:0;
988 line-height:16px;
991 line-height:16px;
989 white-space:nowrap;
992 white-space:nowrap;
990 }
993 }
991
994
992 .task.label {width:100%;}
995 .task.label {width:100%;}
993 .task.label.project, .task.label.version { font-weight: bold; }
996 .task.label.project, .task.label.version { font-weight: bold; }
994
997
995 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
998 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
996 .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
999 .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
997 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
1000 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
998
1001
999 .task_todo.parent { background: #888; border: 1px solid #888; height: 3px;}
1002 .task_todo.parent { background: #888; border: 1px solid #888; height: 3px;}
1000 .task_late.parent, .task_done.parent { height: 3px;}
1003 .task_late.parent, .task_done.parent { height: 3px;}
1001 .task.parent.marker.starting { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; left: 0px; top: -1px;}
1004 .task.parent.marker.starting { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; left: 0px; top: -1px;}
1002 .task.parent.marker.ending { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; right: 0px; top: -1px;}
1005 .task.parent.marker.ending { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; right: 0px; top: -1px;}
1003
1006
1004 .version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
1007 .version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
1005 .version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
1008 .version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
1006 .version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
1009 .version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
1007 .version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
1010 .version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
1008
1011
1009 .project.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
1012 .project.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
1010 .project.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
1013 .project.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
1011 .project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
1014 .project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
1012 .project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
1015 .project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
1013
1016
1014 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;}
1017 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;}
1015 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
1018 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
1016
1019
1017 /***** Icons *****/
1020 /***** Icons *****/
1018 .icon {
1021 .icon {
1019 background-position: 0% 50%;
1022 background-position: 0% 50%;
1020 background-repeat: no-repeat;
1023 background-repeat: no-repeat;
1021 padding-left: 20px;
1024 padding-left: 20px;
1022 padding-top: 2px;
1025 padding-top: 2px;
1023 padding-bottom: 3px;
1026 padding-bottom: 3px;
1024 }
1027 }
1025
1028
1026 .icon-add { background-image: url(../images/add.png); }
1029 .icon-add { background-image: url(../images/add.png); }
1027 .icon-edit { background-image: url(../images/edit.png); }
1030 .icon-edit { background-image: url(../images/edit.png); }
1028 .icon-copy { background-image: url(../images/copy.png); }
1031 .icon-copy { background-image: url(../images/copy.png); }
1029 .icon-duplicate { background-image: url(../images/duplicate.png); }
1032 .icon-duplicate { background-image: url(../images/duplicate.png); }
1030 .icon-del { background-image: url(../images/delete.png); }
1033 .icon-del { background-image: url(../images/delete.png); }
1031 .icon-move { background-image: url(../images/move.png); }
1034 .icon-move { background-image: url(../images/move.png); }
1032 .icon-save { background-image: url(../images/save.png); }
1035 .icon-save { background-image: url(../images/save.png); }
1033 .icon-cancel { background-image: url(../images/cancel.png); }
1036 .icon-cancel { background-image: url(../images/cancel.png); }
1034 .icon-multiple { background-image: url(../images/table_multiple.png); }
1037 .icon-multiple { background-image: url(../images/table_multiple.png); }
1035 .icon-folder { background-image: url(../images/folder.png); }
1038 .icon-folder { background-image: url(../images/folder.png); }
1036 .open .icon-folder { background-image: url(../images/folder_open.png); }
1039 .open .icon-folder { background-image: url(../images/folder_open.png); }
1037 .icon-package { background-image: url(../images/package.png); }
1040 .icon-package { background-image: url(../images/package.png); }
1038 .icon-user { background-image: url(../images/user.png); }
1041 .icon-user { background-image: url(../images/user.png); }
1039 .icon-projects { background-image: url(../images/projects.png); }
1042 .icon-projects { background-image: url(../images/projects.png); }
1040 .icon-help { background-image: url(../images/help.png); }
1043 .icon-help { background-image: url(../images/help.png); }
1041 .icon-attachment { background-image: url(../images/attachment.png); }
1044 .icon-attachment { background-image: url(../images/attachment.png); }
1042 .icon-history { background-image: url(../images/history.png); }
1045 .icon-history { background-image: url(../images/history.png); }
1043 .icon-time { background-image: url(../images/time.png); }
1046 .icon-time { background-image: url(../images/time.png); }
1044 .icon-time-add { background-image: url(../images/time_add.png); }
1047 .icon-time-add { background-image: url(../images/time_add.png); }
1045 .icon-stats { background-image: url(../images/stats.png); }
1048 .icon-stats { background-image: url(../images/stats.png); }
1046 .icon-warning { background-image: url(../images/warning.png); }
1049 .icon-warning { background-image: url(../images/warning.png); }
1047 .icon-fav { background-image: url(../images/fav.png); }
1050 .icon-fav { background-image: url(../images/fav.png); }
1048 .icon-fav-off { background-image: url(../images/fav_off.png); }
1051 .icon-fav-off { background-image: url(../images/fav_off.png); }
1049 .icon-reload { background-image: url(../images/reload.png); }
1052 .icon-reload { background-image: url(../images/reload.png); }
1050 .icon-lock { background-image: url(../images/locked.png); }
1053 .icon-lock { background-image: url(../images/locked.png); }
1051 .icon-unlock { background-image: url(../images/unlock.png); }
1054 .icon-unlock { background-image: url(../images/unlock.png); }
1052 .icon-checked { background-image: url(../images/true.png); }
1055 .icon-checked { background-image: url(../images/true.png); }
1053 .icon-details { background-image: url(../images/zoom_in.png); }
1056 .icon-details { background-image: url(../images/zoom_in.png); }
1054 .icon-report { background-image: url(../images/report.png); }
1057 .icon-report { background-image: url(../images/report.png); }
1055 .icon-comment { background-image: url(../images/comment.png); }
1058 .icon-comment { background-image: url(../images/comment.png); }
1056 .icon-summary { background-image: url(../images/lightning.png); }
1059 .icon-summary { background-image: url(../images/lightning.png); }
1057 .icon-server-authentication { background-image: url(../images/server_key.png); }
1060 .icon-server-authentication { background-image: url(../images/server_key.png); }
1058 .icon-issue { background-image: url(../images/ticket.png); }
1061 .icon-issue { background-image: url(../images/ticket.png); }
1059 .icon-zoom-in { background-image: url(../images/zoom_in.png); }
1062 .icon-zoom-in { background-image: url(../images/zoom_in.png); }
1060 .icon-zoom-out { background-image: url(../images/zoom_out.png); }
1063 .icon-zoom-out { background-image: url(../images/zoom_out.png); }
1061 .icon-passwd { background-image: url(../images/textfield_key.png); }
1064 .icon-passwd { background-image: url(../images/textfield_key.png); }
1062 .icon-test { background-image: url(../images/bullet_go.png); }
1065 .icon-test { background-image: url(../images/bullet_go.png); }
1063 .icon-email-add { background-image: url(../images/email_add.png); }
1066 .icon-email-add { background-image: url(../images/email_add.png); }
1064
1067
1065 .icon-file { background-image: url(../images/files/default.png); }
1068 .icon-file { background-image: url(../images/files/default.png); }
1066 .icon-file.text-plain { background-image: url(../images/files/text.png); }
1069 .icon-file.text-plain { background-image: url(../images/files/text.png); }
1067 .icon-file.text-x-c { background-image: url(../images/files/c.png); }
1070 .icon-file.text-x-c { background-image: url(../images/files/c.png); }
1068 .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
1071 .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
1069 .icon-file.text-x-java { background-image: url(../images/files/java.png); }
1072 .icon-file.text-x-java { background-image: url(../images/files/java.png); }
1070 .icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
1073 .icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
1071 .icon-file.text-x-php { background-image: url(../images/files/php.png); }
1074 .icon-file.text-x-php { background-image: url(../images/files/php.png); }
1072 .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
1075 .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
1073 .icon-file.text-xml { background-image: url(../images/files/xml.png); }
1076 .icon-file.text-xml { background-image: url(../images/files/xml.png); }
1074 .icon-file.text-css { background-image: url(../images/files/css.png); }
1077 .icon-file.text-css { background-image: url(../images/files/css.png); }
1075 .icon-file.text-html { background-image: url(../images/files/html.png); }
1078 .icon-file.text-html { background-image: url(../images/files/html.png); }
1076 .icon-file.image-gif { background-image: url(../images/files/image.png); }
1079 .icon-file.image-gif { background-image: url(../images/files/image.png); }
1077 .icon-file.image-jpeg { background-image: url(../images/files/image.png); }
1080 .icon-file.image-jpeg { background-image: url(../images/files/image.png); }
1078 .icon-file.image-png { background-image: url(../images/files/image.png); }
1081 .icon-file.image-png { background-image: url(../images/files/image.png); }
1079 .icon-file.image-tiff { background-image: url(../images/files/image.png); }
1082 .icon-file.image-tiff { background-image: url(../images/files/image.png); }
1080 .icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
1083 .icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
1081 .icon-file.application-zip { background-image: url(../images/files/zip.png); }
1084 .icon-file.application-zip { background-image: url(../images/files/zip.png); }
1082 .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
1085 .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
1083
1086
1084 img.gravatar {
1087 img.gravatar {
1085 padding: 2px;
1088 padding: 2px;
1086 border: solid 1px #d5d5d5;
1089 border: solid 1px #d5d5d5;
1087 background: #fff;
1090 background: #fff;
1088 vertical-align: middle;
1091 vertical-align: middle;
1089 }
1092 }
1090
1093
1091 div.issue img.gravatar {
1094 div.issue img.gravatar {
1092 float: left;
1095 float: left;
1093 margin: 0 6px 0 0;
1096 margin: 0 6px 0 0;
1094 padding: 5px;
1097 padding: 5px;
1095 }
1098 }
1096
1099
1097 div.issue table img.gravatar {
1100 div.issue table img.gravatar {
1098 height: 14px;
1101 height: 14px;
1099 width: 14px;
1102 width: 14px;
1100 padding: 2px;
1103 padding: 2px;
1101 float: left;
1104 float: left;
1102 margin: 0 0.5em 0 0;
1105 margin: 0 0.5em 0 0;
1103 }
1106 }
1104
1107
1105 h2 img.gravatar {margin: -2px 4px -4px 0;}
1108 h2 img.gravatar {margin: -2px 4px -4px 0;}
1106 h3 img.gravatar {margin: -4px 4px -4px 0;}
1109 h3 img.gravatar {margin: -4px 4px -4px 0;}
1107 h4 img.gravatar {margin: -6px 4px -4px 0;}
1110 h4 img.gravatar {margin: -6px 4px -4px 0;}
1108 td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
1111 td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
1109 #activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
1112 #activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
1110 /* Used on 12px Gravatar img tags without the icon background */
1113 /* Used on 12px Gravatar img tags without the icon background */
1111 .icon-gravatar {float: left; margin-right: 4px;}
1114 .icon-gravatar {float: left; margin-right: 4px;}
1112
1115
1113 #activity dt, .journal {clear: left;}
1116 #activity dt, .journal {clear: left;}
1114
1117
1115 .journal-link {float: right;}
1118 .journal-link {float: right;}
1116
1119
1117 h2 img { vertical-align:middle; }
1120 h2 img { vertical-align:middle; }
1118
1121
1119 .hascontextmenu { cursor: context-menu; }
1122 .hascontextmenu { cursor: context-menu; }
1120
1123
1121 .sample-data {border:1px solid #ccc; border-collapse:collapse; background-color:#fff; margin:0.5em;}
1124 .sample-data {border:1px solid #ccc; border-collapse:collapse; background-color:#fff; margin:0.5em;}
1122 .sample-data td {border:1px solid #ccc; padding: 2px 4px; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
1125 .sample-data td {border:1px solid #ccc; padding: 2px 4px; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
1123 .sample-data tr:first-child td {font-weight:bold; text-align:center;}
1126 .sample-data tr:first-child td {font-weight:bold; text-align:center;}
1124
1127
1125 .ui-progressbar {position: relative;}
1128 .ui-progressbar {position: relative;}
1126 #progress-label {
1129 #progress-label {
1127 position: absolute; left: 50%; top: 4px;
1130 position: absolute; left: 50%; top: 4px;
1128 font-weight: bold;
1131 font-weight: bold;
1129 color: #555; text-shadow: 1px 1px 0 #fff;
1132 color: #555; text-shadow: 1px 1px 0 #fff;
1130 }
1133 }
1131
1134
1132 /* Custom JQuery styles */
1135 /* Custom JQuery styles */
1133 .ui-datepicker-title select {width:70px !important; margin-top:-2px !important; margin-right:4px !important;}
1136 .ui-datepicker-title select {width:70px !important; margin-top:-2px !important; margin-right:4px !important;}
1134
1137
1135
1138
1136 /************* CodeRay styles *************/
1139 /************* CodeRay styles *************/
1137 .syntaxhl div {display: inline;}
1140 .syntaxhl div {display: inline;}
1138 .syntaxhl .code pre { overflow: auto }
1141 .syntaxhl .code pre { overflow: auto }
1139
1142
1140 .syntaxhl .annotation { color:#007 }
1143 .syntaxhl .annotation { color:#007 }
1141 .syntaxhl .attribute-name { color:#b48 }
1144 .syntaxhl .attribute-name { color:#b48 }
1142 .syntaxhl .attribute-value { color:#700 }
1145 .syntaxhl .attribute-value { color:#700 }
1143 .syntaxhl .binary { color:#549 }
1146 .syntaxhl .binary { color:#549 }
1144 .syntaxhl .binary .char { color:#325 }
1147 .syntaxhl .binary .char { color:#325 }
1145 .syntaxhl .binary .delimiter { color:#325 }
1148 .syntaxhl .binary .delimiter { color:#325 }
1146 .syntaxhl .char { color:#D20 }
1149 .syntaxhl .char { color:#D20 }
1147 .syntaxhl .char .content { color:#D20 }
1150 .syntaxhl .char .content { color:#D20 }
1148 .syntaxhl .char .delimiter { color:#710 }
1151 .syntaxhl .char .delimiter { color:#710 }
1149 .syntaxhl .class { color:#258; font-weight:bold }
1152 .syntaxhl .class { color:#258; font-weight:bold }
1150 .syntaxhl .class-variable { color:#369 }
1153 .syntaxhl .class-variable { color:#369 }
1151 .syntaxhl .color { color:#0A0 }
1154 .syntaxhl .color { color:#0A0 }
1152 .syntaxhl .comment { color:#385 }
1155 .syntaxhl .comment { color:#385 }
1153 .syntaxhl .comment .char { color:#385 }
1156 .syntaxhl .comment .char { color:#385 }
1154 .syntaxhl .comment .delimiter { color:#385 }
1157 .syntaxhl .comment .delimiter { color:#385 }
1155 .syntaxhl .constant { color:#258; font-weight:bold }
1158 .syntaxhl .constant { color:#258; font-weight:bold }
1156 .syntaxhl .decorator { color:#B0B }
1159 .syntaxhl .decorator { color:#B0B }
1157 .syntaxhl .definition { color:#099; font-weight:bold }
1160 .syntaxhl .definition { color:#099; font-weight:bold }
1158 .syntaxhl .delimiter { color:black }
1161 .syntaxhl .delimiter { color:black }
1159 .syntaxhl .directive { color:#088; font-weight:bold }
1162 .syntaxhl .directive { color:#088; font-weight:bold }
1160 .syntaxhl .docstring { color:#D42; }
1163 .syntaxhl .docstring { color:#D42; }
1161 .syntaxhl .doctype { color:#34b }
1164 .syntaxhl .doctype { color:#34b }
1162 .syntaxhl .done { text-decoration: line-through; color: gray }
1165 .syntaxhl .done { text-decoration: line-through; color: gray }
1163 .syntaxhl .entity { color:#800; font-weight:bold }
1166 .syntaxhl .entity { color:#800; font-weight:bold }
1164 .syntaxhl .error { color:#F00; background-color:#FAA }
1167 .syntaxhl .error { color:#F00; background-color:#FAA }
1165 .syntaxhl .escape { color:#666 }
1168 .syntaxhl .escape { color:#666 }
1166 .syntaxhl .exception { color:#C00; font-weight:bold }
1169 .syntaxhl .exception { color:#C00; font-weight:bold }
1167 .syntaxhl .float { color:#06D }
1170 .syntaxhl .float { color:#06D }
1168 .syntaxhl .function { color:#06B; font-weight:bold }
1171 .syntaxhl .function { color:#06B; font-weight:bold }
1169 .syntaxhl .function .delimiter { color:#024; font-weight:bold }
1172 .syntaxhl .function .delimiter { color:#024; font-weight:bold }
1170 .syntaxhl .global-variable { color:#d70 }
1173 .syntaxhl .global-variable { color:#d70 }
1171 .syntaxhl .hex { color:#02b }
1174 .syntaxhl .hex { color:#02b }
1172 .syntaxhl .id { color:#33D; font-weight:bold }
1175 .syntaxhl .id { color:#33D; font-weight:bold }
1173 .syntaxhl .include { color:#B44; font-weight:bold }
1176 .syntaxhl .include { color:#B44; font-weight:bold }
1174 .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
1177 .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
1175 .syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
1178 .syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
1176 .syntaxhl .instance-variable { color:#33B }
1179 .syntaxhl .instance-variable { color:#33B }
1177 .syntaxhl .integer { color:#06D }
1180 .syntaxhl .integer { color:#06D }
1178 .syntaxhl .imaginary { color:#f00 }
1181 .syntaxhl .imaginary { color:#f00 }
1179 .syntaxhl .important { color:#D00 }
1182 .syntaxhl .important { color:#D00 }
1180 .syntaxhl .key { color: #606 }
1183 .syntaxhl .key { color: #606 }
1181 .syntaxhl .key .char { color: #60f }
1184 .syntaxhl .key .char { color: #60f }
1182 .syntaxhl .key .delimiter { color: #404 }
1185 .syntaxhl .key .delimiter { color: #404 }
1183 .syntaxhl .keyword { color:#939; font-weight:bold }
1186 .syntaxhl .keyword { color:#939; font-weight:bold }
1184 .syntaxhl .label { color:#970; font-weight:bold }
1187 .syntaxhl .label { color:#970; font-weight:bold }
1185 .syntaxhl .local-variable { color:#950 }
1188 .syntaxhl .local-variable { color:#950 }
1186 .syntaxhl .map .content { color:#808 }
1189 .syntaxhl .map .content { color:#808 }
1187 .syntaxhl .map .delimiter { color:#40A}
1190 .syntaxhl .map .delimiter { color:#40A}
1188 .syntaxhl .map { background-color:hsla(200,100%,50%,0.06); }
1191 .syntaxhl .map { background-color:hsla(200,100%,50%,0.06); }
1189 .syntaxhl .namespace { color:#707; font-weight:bold }
1192 .syntaxhl .namespace { color:#707; font-weight:bold }
1190 .syntaxhl .octal { color:#40E }
1193 .syntaxhl .octal { color:#40E }
1191 .syntaxhl .operator { }
1194 .syntaxhl .operator { }
1192 .syntaxhl .predefined { color:#369; font-weight:bold }
1195 .syntaxhl .predefined { color:#369; font-weight:bold }
1193 .syntaxhl .predefined-constant { color:#069 }
1196 .syntaxhl .predefined-constant { color:#069 }
1194 .syntaxhl .predefined-type { color:#0a8; font-weight:bold }
1197 .syntaxhl .predefined-type { color:#0a8; font-weight:bold }
1195 .syntaxhl .preprocessor { color:#579 }
1198 .syntaxhl .preprocessor { color:#579 }
1196 .syntaxhl .pseudo-class { color:#00C; font-weight:bold }
1199 .syntaxhl .pseudo-class { color:#00C; font-weight:bold }
1197 .syntaxhl .regexp { background-color:hsla(300,100%,50%,0.06); }
1200 .syntaxhl .regexp { background-color:hsla(300,100%,50%,0.06); }
1198 .syntaxhl .regexp .content { color:#808 }
1201 .syntaxhl .regexp .content { color:#808 }
1199 .syntaxhl .regexp .delimiter { color:#404 }
1202 .syntaxhl .regexp .delimiter { color:#404 }
1200 .syntaxhl .regexp .modifier { color:#C2C }
1203 .syntaxhl .regexp .modifier { color:#C2C }
1201 .syntaxhl .reserved { color:#080; font-weight:bold }
1204 .syntaxhl .reserved { color:#080; font-weight:bold }
1202 .syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
1205 .syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
1203 .syntaxhl .shell .content { color:#2B2 }
1206 .syntaxhl .shell .content { color:#2B2 }
1204 .syntaxhl .shell .delimiter { color:#161 }
1207 .syntaxhl .shell .delimiter { color:#161 }
1205 .syntaxhl .string .char { color: #46a }
1208 .syntaxhl .string .char { color: #46a }
1206 .syntaxhl .string .content { color: #46a }
1209 .syntaxhl .string .content { color: #46a }
1207 .syntaxhl .string .delimiter { color: #46a }
1210 .syntaxhl .string .delimiter { color: #46a }
1208 .syntaxhl .string .modifier { color: #46a }
1211 .syntaxhl .string .modifier { color: #46a }
1209 .syntaxhl .symbol { color:#d33 }
1212 .syntaxhl .symbol { color:#d33 }
1210 .syntaxhl .symbol .content { color:#d33 }
1213 .syntaxhl .symbol .content { color:#d33 }
1211 .syntaxhl .symbol .delimiter { color:#d33 }
1214 .syntaxhl .symbol .delimiter { color:#d33 }
1212 .syntaxhl .tag { color:#070; font-weight:bold }
1215 .syntaxhl .tag { color:#070; font-weight:bold }
1213 .syntaxhl .type { color:#339; font-weight:bold }
1216 .syntaxhl .type { color:#339; font-weight:bold }
1214 .syntaxhl .value { color: #088 }
1217 .syntaxhl .value { color: #088 }
1215 .syntaxhl .variable { color:#037 }
1218 .syntaxhl .variable { color:#037 }
1216
1219
1217 .syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
1220 .syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
1218 .syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
1221 .syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
1219 .syntaxhl .change { color: #bbf; background: #007 }
1222 .syntaxhl .change { color: #bbf; background: #007 }
1220 .syntaxhl .head { color: #f8f; background: #505 }
1223 .syntaxhl .head { color: #f8f; background: #505 }
1221 .syntaxhl .head .filename { color: white; }
1224 .syntaxhl .head .filename { color: white; }
1222
1225
1223 .syntaxhl .delete .eyecatcher { background-color: hsla(0,100%,50%,0.2); border: 1px solid hsla(0,100%,45%,0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; }
1226 .syntaxhl .delete .eyecatcher { background-color: hsla(0,100%,50%,0.2); border: 1px solid hsla(0,100%,45%,0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; }
1224 .syntaxhl .insert .eyecatcher { background-color: hsla(120,100%,50%,0.2); border: 1px solid hsla(120,100%,25%,0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
1227 .syntaxhl .insert .eyecatcher { background-color: hsla(120,100%,50%,0.2); border: 1px solid hsla(120,100%,25%,0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
1225
1228
1226 .syntaxhl .insert .insert { color: #0c0; background:transparent; font-weight:bold }
1229 .syntaxhl .insert .insert { color: #0c0; background:transparent; font-weight:bold }
1227 .syntaxhl .delete .delete { color: #c00; background:transparent; font-weight:bold }
1230 .syntaxhl .delete .delete { color: #c00; background:transparent; font-weight:bold }
1228 .syntaxhl .change .change { color: #88f }
1231 .syntaxhl .change .change { color: #88f }
1229 .syntaxhl .head .head { color: #f4f }
1232 .syntaxhl .head .head { color: #f4f }
1230
1233
1231 /***** Media print specific styles *****/
1234 /***** Media print specific styles *****/
1232 @media print {
1235 @media print {
1233 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
1236 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
1234 #main { background: #fff; }
1237 #main { background: #fff; }
1235 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
1238 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
1236 #wiki_add_attachment { display:none; }
1239 #wiki_add_attachment { display:none; }
1237 .hide-when-print { display: none; }
1240 .hide-when-print { display: none; }
1238 .autoscroll {overflow-x: visible;}
1241 .autoscroll {overflow-x: visible;}
1239 table.list {margin-top:0.5em;}
1242 table.list {margin-top:0.5em;}
1240 table.list th, table.list td {border: 1px solid #aaa;}
1243 table.list th, table.list td {border: 1px solid #aaa;}
1241 }
1244 }
1242
1245
1243 /* Accessibility specific styles */
1246 /* Accessibility specific styles */
1244 .hidden-for-sighted {
1247 .hidden-for-sighted {
1245 position:absolute;
1248 position:absolute;
1246 left:-10000px;
1249 left:-10000px;
1247 top:auto;
1250 top:auto;
1248 width:1px;
1251 width:1px;
1249 height:1px;
1252 height:1px;
1250 overflow:hidden;
1253 overflow:hidden;
1251 }
1254 }
General Comments 0
You need to be logged in to leave comments. Login now