comparison public/stylesheets/.svn/text-base/application.css.svn-base @ 119:8661b858af72

* Update to Redmine trunk rev 4705
author Chris Cannam
date Thu, 13 Jan 2011 14:12:06 +0000
parents 94944d00e43c
children cd2282d2aa55 051f544170fe
comparison
equal deleted inserted replaced
39:150ceac17a8d 119:8661b858af72
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;}
175 tr.user td { width:13%; } 176 tr.user td { width:13%; }
176 tr.user td.email { width:18%; } 177 tr.user td.email { width:18%; }
177 tr.user td { white-space: nowrap; } 178 tr.user td { white-space: nowrap; }
178 tr.user.locked, tr.user.registered { color: #aaa; } 179 tr.user.locked, tr.user.registered { color: #aaa; }
179 tr.user.locked a, tr.user.registered a { color: #aaa; } 180 tr.user.locked a, tr.user.registered a { color: #aaa; }
181
182 tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
180 183
181 tr.time-entry { text-align: center; white-space: nowrap; } 184 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; } 185 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; } 186 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
184 td.hours .hours-dec { font-size: 0.9em; } 187 td.hours .hours-dec { font-size: 0.9em; }
661 font-size: 80%; 664 font-size: 80%;
662 color: #aaa; 665 color: #aaa;
663 } 666 }
664 667
665 #parent_issue_candidates ul li {width: 500px;} 668 #parent_issue_candidates ul li {width: 500px;}
669 #related_issue_candidates ul li {width: 500px;}
666 670
667 /***** Diff *****/ 671 /***** Diff *****/
668 .diff_out { background: #fcc; } 672 .diff_out { background: #fcc; }
669 .diff_in { background: #cfc; } 673 .diff_in { background: #cfc; }
670 674
776 border-right: 1px solid #c0c0c0; 780 border-right: 1px solid #c0c0c0;
777 text-align: center; 781 text-align: center;
778 overflow: hidden; 782 overflow: hidden;
779 } 783 }
780 784
785 .gantt_subjects { font-size: 0.8em; }
786
781 .task { 787 .task {
782 position: absolute; 788 position: absolute;
783 height:8px; 789 height:8px;
784 font-size:0.8em; 790 font-size:0.8em;
785 color:#888; 791 color:#888;
788 line-height:0.8em; 794 line-height:0.8em;
789 white-space:nowrap; 795 white-space:nowrap;
790 } 796 }
791 797
792 .task.label {width:100%;} 798 .task.label {width:100%;}
799 .task.label.project, .task.label.version { font-weight: bold; }
793 800
794 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; } 801 .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; } 802 .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; } 803 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
797 804
798 .task_todo.parent { background: #888; border: 1px solid #888; height: 6px;} 805 .task_todo.parent { background: #888; border: 1px solid #888; height: 3px;}
799 .task_late.parent, .task_done.parent { height: 3px;} 806 .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;} 807 .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;} 808 .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 809
803 .milestone { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; } 810 .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;} 811 .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;} 812 .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;} 813 .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; } 814
808 .project_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;} 815 .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;} 816 .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;} 817 .project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
818 .project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
811 819
812 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;} 820 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;}
813 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;} 821 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
814 822
815 /***** Icons *****/ 823 /***** Icons *****/
831 .icon-cancel { background-image: url(../images/cancel.png); } 839 .icon-cancel { background-image: url(../images/cancel.png); }
832 .icon-multiple { background-image: url(../images/table_multiple.png); } 840 .icon-multiple { background-image: url(../images/table_multiple.png); }
833 .icon-folder { background-image: url(../images/folder.png); } 841 .icon-folder { background-image: url(../images/folder.png); }
834 .open .icon-folder { background-image: url(../images/folder_open.png); } 842 .open .icon-folder { background-image: url(../images/folder_open.png); }
835 .icon-package { background-image: url(../images/package.png); } 843 .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); } 844 .icon-user { background-image: url(../images/user.png); }
838 .icon-projects { background-image: url(../images/projects.png); } 845 .icon-projects { background-image: url(../images/projects.png); }
839 .icon-help { background-image: url(../images/help.png); } 846 .icon-help { background-image: url(../images/help.png); }
840 .icon-attachment { background-image: url(../images/attachment.png); } 847 .icon-attachment { background-image: url(../images/attachment.png); }
841 .icon-history { background-image: url(../images/history.png); } 848 .icon-history { background-image: url(../images/history.png); }
904 margin: -6px 0 -4px 0; 911 margin: -6px 0 -4px 0;
905 vertical-align: top; 912 vertical-align: top;
906 } 913 }
907 914
908 td.username img.gravatar { 915 td.username img.gravatar {
909 float: left; 916 margin: 0 0.5em 0 0;
910 margin: 0 1em 0 0; 917 vertical-align: top;
911 } 918 }
912 919
913 #activity dt img.gravatar { 920 #activity dt img.gravatar {
914 float: left; 921 float: left;
915 margin: 0 1em 1em 0; 922 margin: 0 1em 1em 0;