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