Mercurial > hg > soundsoftware-site
comparison public/stylesheets/.svn/text-base/application.css.svn-base @ 514:7eba09d624db live
Merge
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:50:53 +0100 |
parents | 753f1380d6bc |
children |
comparison
equal
deleted
inserted
replaced
512:b9aebdd7dd40 | 514:7eba09d624db |
---|---|
1 html {overflow-y:scroll;} | |
1 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; } | 2 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; } |
2 | 3 |
3 h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;} | 4 h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;} |
4 h1 {margin:0; padding:0; font-size: 24px;} | 5 h1 {margin:0; padding:0; font-size: 24px;} |
5 h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;} | 6 h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;} |
104 /***** Tables *****/ | 105 /***** Tables *****/ |
105 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; } | 106 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; } |
106 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; } | 107 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; } |
107 table.list td { vertical-align: top; } | 108 table.list td { vertical-align: top; } |
108 table.list td.id { width: 2%; text-align: center;} | 109 table.list td.id { width: 2%; text-align: center;} |
109 table.list td.checkbox { width: 15px; padding: 0px;} | 110 table.list td.checkbox { width: 15px; padding: 2px 0 0 0; } |
111 table.list td.checkbox input {padding:0px;} | |
110 table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; } | 112 table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; } |
111 table.list td.buttons a { padding-right: 0.6em; } | 113 table.list td.buttons a { padding-right: 0.6em; } |
112 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; } | 114 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; } |
113 | 115 |
114 tr.project td.name a { white-space:nowrap; } | 116 tr.project td.name a { white-space:nowrap; } |
123 tr.project.idnt-7 td.name {padding-left: 9.5em;} | 125 tr.project.idnt-7 td.name {padding-left: 9.5em;} |
124 tr.project.idnt-8 td.name {padding-left: 11em;} | 126 tr.project.idnt-8 td.name {padding-left: 11em;} |
125 tr.project.idnt-9 td.name {padding-left: 12.5em;} | 127 tr.project.idnt-9 td.name {padding-left: 12.5em;} |
126 | 128 |
127 tr.issue { text-align: center; white-space: nowrap; } | 129 tr.issue { text-align: center; white-space: nowrap; } |
128 tr.issue td.subject, tr.issue td.category, td.assigned_to { white-space: normal; } | 130 tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text { white-space: normal; } |
129 tr.issue td.subject { text-align: left; } | 131 tr.issue td.subject { text-align: left; } |
130 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;} | 132 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;} |
131 | 133 |
132 tr.issue.idnt td.subject a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;} | 134 tr.issue.idnt td.subject a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;} |
133 tr.issue.idnt-1 td.subject {padding-left: 0.5em;} | 135 tr.issue.idnt-1 td.subject {padding-left: 0.5em;} |
141 tr.issue.idnt-9 td.subject {padding-left: 12.5em;} | 143 tr.issue.idnt-9 td.subject {padding-left: 12.5em;} |
142 | 144 |
143 tr.entry { border: 1px solid #f8f8f8; } | 145 tr.entry { border: 1px solid #f8f8f8; } |
144 tr.entry td { white-space: nowrap; } | 146 tr.entry td { white-space: nowrap; } |
145 tr.entry td.filename { width: 30%; } | 147 tr.entry td.filename { width: 30%; } |
148 tr.entry td.filename_no_report { width: 70%; } | |
146 tr.entry td.size { text-align: right; font-size: 90%; } | 149 tr.entry td.size { text-align: right; font-size: 90%; } |
147 tr.entry td.revision, tr.entry td.author { text-align: center; } | 150 tr.entry td.revision, tr.entry td.author { text-align: center; } |
148 tr.entry td.age { text-align: right; } | 151 tr.entry td.age { text-align: right; } |
149 tr.entry.file td.filename a { margin-left: 16px; } | 152 tr.entry.file td.filename a { margin-left: 16px; } |
153 tr.entry.file td.filename_no_report a { margin-left: 16px; } | |
150 | 154 |
151 tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;} | 155 tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;} |
152 tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);} | 156 tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);} |
153 | 157 |
154 tr.changeset td.author { text-align: center; width: 15%; } | 158 tr.changeset td.author { text-align: center; width: 15%; } |
168 tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; } | 172 tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; } |
169 | 173 |
170 tr.version.closed, tr.version.closed a { color: #999; } | 174 tr.version.closed, tr.version.closed a { color: #999; } |
171 tr.version td.name { padding-left: 20px; } | 175 tr.version td.name { padding-left: 20px; } |
172 tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; } | 176 tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; } |
173 tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; } | 177 tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; } |
174 | 178 |
175 tr.user td { width:13%; } | 179 tr.user td { width:13%; } |
176 tr.user td.email { width:18%; } | 180 tr.user td.email { width:18%; } |
177 tr.user td { white-space: nowrap; } | 181 tr.user td { white-space: nowrap; } |
178 tr.user.locked, tr.user.registered { color: #aaa; } | 182 tr.user.locked, tr.user.registered { color: #aaa; } |
179 tr.user.locked a, tr.user.registered a { color: #aaa; } | 183 tr.user.locked a, tr.user.registered a { color: #aaa; } |
180 | 184 |
185 tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;} | |
186 | |
181 tr.time-entry { text-align: center; white-space: nowrap; } | 187 tr.time-entry { text-align: center; white-space: nowrap; } |
182 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; } | 188 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; } |
183 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; } | 189 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; } |
184 td.hours .hours-dec { font-size: 0.9em; } | 190 td.hours .hours-dec { font-size: 0.9em; } |
185 | 191 |
189 table.plugins span.description { display: block; font-size: 0.9em; } | 195 table.plugins span.description { display: block; font-size: 0.9em; } |
190 table.plugins span.url { display: block; font-size: 0.9em; } | 196 table.plugins span.url { display: block; font-size: 0.9em; } |
191 | 197 |
192 table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; } | 198 table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; } |
193 table.list tbody tr.group span.count { color: #aaa; font-size: 80%; } | 199 table.list tbody tr.group span.count { color: #aaa; font-size: 80%; } |
200 tr.group a.toggle-all { color: #aaa; font-size: 80%; font-weight: normal; display:none;} | |
201 tr.group:hover a.toggle-all { display:inline;} | |
202 a.toggle-all:hover {text-decoration:none;} | |
194 | 203 |
195 table.list tbody tr:hover { background-color:#ffffdd; } | 204 table.list tbody tr:hover { background-color:#ffffdd; } |
196 table.list tbody tr.group:hover { background-color:inherit; } | 205 table.list tbody tr.group:hover { background-color:inherit; } |
197 table td {padding:2px;} | 206 table td {padding:2px;} |
198 table p {margin:0;} | 207 table p {margin:0;} |
269 | 278 |
270 div.issue div.subject div div { padding-left: 16px; } | 279 div.issue div.subject div div { padding-left: 16px; } |
271 div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;} | 280 div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;} |
272 div.issue div.subject>div>p { margin-top: 0.5em; } | 281 div.issue div.subject>div>p { margin-top: 0.5em; } |
273 div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;} | 282 div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;} |
274 | 283 div.issue 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; -moz-border-radius: 2px;} |
275 #issue_tree table.issues { border: 0; } | 284 |
276 #issue_tree td.checkbox {display:none;} | 285 #issue_tree table.issues, #relations table.issues { border: 0; } |
286 #issue_tree td.checkbox, #relations td.checkbox {display:none;} | |
287 #relations td.buttons {padding:0;} | |
277 | 288 |
278 fieldset.collapsible { border-width: 1px 0 0 0; font-size: 0.9em; } | 289 fieldset.collapsible { border-width: 1px 0 0 0; font-size: 0.9em; } |
279 fieldset.collapsible legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; } | 290 fieldset.collapsible legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; } |
280 fieldset.collapsible.collapsed legend { background-image: url(../images/arrow_collapsed.png); } | 291 fieldset.collapsible.collapsed legend { background-image: url(../images/arrow_collapsed.png); } |
281 | 292 |
325 div#roadmap .related-issues { margin-bottom: 1em; } | 336 div#roadmap .related-issues { margin-bottom: 1em; } |
326 div#roadmap .related-issues td.checkbox { display: none; } | 337 div#roadmap .related-issues td.checkbox { display: none; } |
327 div#roadmap .wiki h1:first-child { display: none; } | 338 div#roadmap .wiki h1:first-child { display: none; } |
328 div#roadmap .wiki h1 { font-size: 120%; } | 339 div#roadmap .wiki h1 { font-size: 120%; } |
329 div#roadmap .wiki h2 { font-size: 110%; } | 340 div#roadmap .wiki h2 { font-size: 110%; } |
341 body.controller-versions.action-show div#roadmap .related-issues {width:auto;} | |
330 | 342 |
331 div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; } | 343 div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; } |
332 div#version-summary fieldset { margin-bottom: 1em; } | 344 div#version-summary fieldset { margin-bottom: 1em; } |
333 div#version-summary .total-hours { text-align: right; } | 345 div#version-summary .total-hours { text-align: right; } |
334 | 346 |
338 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; } | 350 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; } |
339 table#time-report .hours-dec { font-size: 0.9em; } | 351 table#time-report .hours-dec { font-size: 0.9em; } |
340 | 352 |
341 form .attributes { margin-bottom: 8px; } | 353 form .attributes { margin-bottom: 8px; } |
342 form .attributes p { padding-top: 1px; padding-bottom: 2px; } | 354 form .attributes p { padding-top: 1px; padding-bottom: 2px; } |
343 form .attributes select { min-width: 50%; } | 355 form .attributes select { width: 60%; } |
356 input#issue_subject { width: 99%; } | |
357 select#issue_done_ratio { width: 95px; } | |
344 | 358 |
345 ul.projects { margin: 0; padding-left: 1em; } | 359 ul.projects { margin: 0; padding-left: 1em; } |
346 ul.projects.root { margin: 0; padding: 0; } | 360 ul.projects.root { margin: 0; padding: 0; } |
347 ul.projects ul.projects { border-left: 3px solid #e0e0e0; } | 361 ul.projects ul.projects { border-left: 3px solid #e0e0e0; } |
348 ul.projects li.root { list-style-type:none; margin-bottom: 1em; } | 362 ul.projects li.root { list-style-type:none; margin-bottom: 1em; } |
359 | 373 |
360 .total-hours { font-size: 110%; font-weight: bold; } | 374 .total-hours { font-size: 110%; font-weight: bold; } |
361 .total-hours span.hours-int { font-size: 120%; } | 375 .total-hours span.hours-int { font-size: 120%; } |
362 | 376 |
363 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;} | 377 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;} |
364 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; } | 378 #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select { width: 90%; } |
365 | 379 |
366 #workflow_copy_form select { width: 200px; } | 380 #workflow_copy_form select { width: 200px; } |
381 | |
382 textarea#custom_field_possible_values {width: 99%} | |
367 | 383 |
368 .pagination {font-size: 90%} | 384 .pagination {font-size: 90%} |
369 p.pagination {margin-top:8px;} | 385 p.pagination {margin-top:8px;} |
370 | 386 |
371 /***** Tabular forms ******/ | 387 /***** Tabular forms ******/ |
416 | 432 |
417 .tabular.settings p{ padding-left: 300px; } | 433 .tabular.settings p{ padding-left: 300px; } |
418 .tabular.settings label{ margin-left: -300px; width: 295px; } | 434 .tabular.settings label{ margin-left: -300px; width: 295px; } |
419 .tabular.settings textarea { width: 99%; } | 435 .tabular.settings textarea { width: 99%; } |
420 | 436 |
437 .tabular.settings.enabled_scm table {width:100%} | |
438 .tabular.settings.enabled_scm td.scm_name{ font-weight: bold; } | |
439 .tabular.settings.enabled_scm p.scm_config{ padding-left: 8px; font-style:italic;} | |
440 | |
421 fieldset.settings label { display: block; } | 441 fieldset.settings label { display: block; } |
422 .parent { padding-left: 20px; } | 442 fieldset#notified_events .parent { padding-left: 20px; } |
423 | 443 |
424 .required {color: #bb0000;} | 444 .required {color: #bb0000;} |
425 .summary {font-style: italic;} | 445 .summary {font-style: italic;} |
426 | 446 |
427 #attachments_fields input[type=text] {margin-left: 8px; } | 447 #attachments_fields input[type=text] {margin-left: 8px; } |
486 text-align: center; | 506 text-align: center; |
487 background-color: #FFEBC1; | 507 background-color: #FFEBC1; |
488 border-color: #FDBF3B; | 508 border-color: #FDBF3B; |
489 color: #A6750C; | 509 color: #A6750C; |
490 } | 510 } |
511 | |
512 span.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;} | |
491 | 513 |
492 #errorExplanation ul { font-size: 0.9em;} | 514 #errorExplanation ul { font-size: 0.9em;} |
493 #errorExplanation h2, #errorExplanation p { display: none; } | 515 #errorExplanation h2, #errorExplanation p { display: none; } |
494 | 516 |
495 /***** Ajax indicator ******/ | 517 /***** Ajax indicator ******/ |
661 font-size: 80%; | 683 font-size: 80%; |
662 color: #aaa; | 684 color: #aaa; |
663 } | 685 } |
664 | 686 |
665 #parent_issue_candidates ul li {width: 500px;} | 687 #parent_issue_candidates ul li {width: 500px;} |
688 #related_issue_candidates ul li {width: 500px;} | |
666 | 689 |
667 /***** Diff *****/ | 690 /***** Diff *****/ |
668 .diff_out { background: #fcc; } | 691 .diff_out { background: #fcc; } |
692 .diff_out span { background: #faa; } | |
669 .diff_in { background: #cfc; } | 693 .diff_in { background: #cfc; } |
694 .diff_in span { background: #afa; } | |
695 | |
696 .text-diff { | |
697 padding: 1em; | |
698 background-color:#f6f6f6; | |
699 color:#505050; | |
700 border: 1px solid #e4e4e4; | |
701 } | |
670 | 702 |
671 /***** Wiki *****/ | 703 /***** Wiki *****/ |
672 div.wiki table { | 704 div.wiki table { |
673 border: 1px solid #505050; | 705 border: 1px solid #505050; |
674 border-collapse: collapse; | 706 border-collapse: collapse; |
776 border-right: 1px solid #c0c0c0; | 808 border-right: 1px solid #c0c0c0; |
777 text-align: center; | 809 text-align: center; |
778 overflow: hidden; | 810 overflow: hidden; |
779 } | 811 } |
780 | 812 |
813 .gantt_subjects { font-size: 0.8em; } | |
814 .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; } | |
815 | |
781 .task { | 816 .task { |
782 position: absolute; | 817 position: absolute; |
783 height:8px; | 818 height:8px; |
784 font-size:0.8em; | 819 font-size:0.8em; |
785 color:#888; | 820 color:#888; |
786 padding:0; | 821 padding:0; |
787 margin:0; | 822 margin:0; |
788 line-height:0.8em; | 823 line-height:16px; |
789 white-space:nowrap; | 824 white-space:nowrap; |
790 } | 825 } |
791 | 826 |
792 .task.label {width:100%;} | 827 .task.label {width:100%;} |
828 .task.label.project, .task.label.version { font-weight: bold; } | |
793 | 829 |
794 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; } | 830 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; } |
795 .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; } | 831 .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; } |
796 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; } | 832 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; } |
797 | 833 |
798 .task_todo.parent { background: #888; border: 1px solid #888; height: 6px;} | 834 .task_todo.parent { background: #888; border: 1px solid #888; height: 3px;} |
799 .task_late.parent, .task_done.parent { height: 3px;} | 835 .task_late.parent, .task_done.parent { height: 3px;} |
800 .task_todo.parent .left { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -5px; left: 0px; top: -1px;} | 836 .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;} |
801 .task_todo.parent .right { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-right: -5px; right: 0px; top: -1px;} | 837 .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;} |
802 | 838 |
803 .milestone { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; } | 839 .version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} |
804 .milestone_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} | 840 .version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} |
805 .milestone_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} | 841 .version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;} |
806 .milestone_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;} | 842 .version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; } |
807 .project-line { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; } | 843 |
808 .project_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} | 844 .project.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} |
809 .project_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} | 845 .project.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;} |
810 .project_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;} | 846 .project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;} |
847 .project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; } | |
811 | 848 |
812 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;} | 849 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;} |
813 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;} | 850 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;} |
814 | 851 |
815 /***** Icons *****/ | 852 /***** Icons *****/ |
831 .icon-cancel { background-image: url(../images/cancel.png); } | 868 .icon-cancel { background-image: url(../images/cancel.png); } |
832 .icon-multiple { background-image: url(../images/table_multiple.png); } | 869 .icon-multiple { background-image: url(../images/table_multiple.png); } |
833 .icon-folder { background-image: url(../images/folder.png); } | 870 .icon-folder { background-image: url(../images/folder.png); } |
834 .open .icon-folder { background-image: url(../images/folder_open.png); } | 871 .open .icon-folder { background-image: url(../images/folder_open.png); } |
835 .icon-package { background-image: url(../images/package.png); } | 872 .icon-package { background-image: url(../images/package.png); } |
836 .icon-home { background-image: url(../images/home.png); } | |
837 .icon-user { background-image: url(../images/user.png); } | 873 .icon-user { background-image: url(../images/user.png); } |
838 .icon-projects { background-image: url(../images/projects.png); } | 874 .icon-projects { background-image: url(../images/projects.png); } |
839 .icon-help { background-image: url(../images/help.png); } | 875 .icon-help { background-image: url(../images/help.png); } |
840 .icon-attachment { background-image: url(../images/attachment.png); } | 876 .icon-attachment { background-image: url(../images/attachment.png); } |
841 .icon-history { background-image: url(../images/history.png); } | 877 .icon-history { background-image: url(../images/history.png); } |
904 margin: -6px 0 -4px 0; | 940 margin: -6px 0 -4px 0; |
905 vertical-align: top; | 941 vertical-align: top; |
906 } | 942 } |
907 | 943 |
908 td.username img.gravatar { | 944 td.username img.gravatar { |
909 float: left; | 945 margin: 0 0.5em 0 0; |
910 margin: 0 1em 0 0; | 946 vertical-align: top; |
911 } | 947 } |
912 | 948 |
913 #activity dt img.gravatar { | 949 #activity dt img.gravatar { |
914 float: left; | 950 float: left; |
915 margin: 0 1em 1em 0; | 951 margin: 0 1em 1em 0; |
939 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; } | 975 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; } |
940 #main { background: #fff; } | 976 #main { background: #fff; } |
941 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;} | 977 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;} |
942 #wiki_add_attachment { display:none; } | 978 #wiki_add_attachment { display:none; } |
943 .hide-when-print { display: none; } | 979 .hide-when-print { display: none; } |
944 } | 980 .autoscroll {overflow-x: visible;} |
981 table.list {margin-top:0.5em;} | |
982 table.list th, table.list td {border: 1px solid #aaa;} | |
983 } |