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