comparison public/stylesheets/.svn/text-base/application.css.svn-base @ 22:40f7cfd4df19

* Update to SVN trunk rev 4173
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 24 Sep 2010 14:06:04 +0100
parents 1d32c0a0efbf
children 94944d00e43c
comparison
equal deleted inserted replaced
14:1d32c0a0efbf 22:40f7cfd4df19
785 margin:0; 785 margin:0;
786 line-height:0.8em; 786 line-height:0.8em;
787 white-space:nowrap; 787 white-space:nowrap;
788 } 788 }
789 789
790 .task.label {width:100%;}
791
790 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; } 792 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
791 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; } 793 .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
792 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; } 794 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
793 795
794 .task_todo.parent { background: #888; border: 1px solid #888; height: 6px;} 796 .task_todo.parent { background: #888; border: 1px solid #888; height: 6px;}
795 .task_late.parent, .task_done.parent { height: 3px;} 797 .task_late.parent, .task_done.parent { height: 3px;}
796 .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;} 798 .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;}
797 .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;} 799 .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;}
798 800
799 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; } 801 .milestone { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; }
802 .milestone_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
803 .milestone_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
804 .milestone_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
805 .project-line { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; }
806 .project_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
807 .project_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
808 .project_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
809
810 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;}
811 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
800 812
801 /***** Icons *****/ 813 /***** Icons *****/
802 .icon { 814 .icon {
803 background-position: 0% 50%; 815 background-position: 0% 50%;
804 background-repeat: no-repeat; 816 background-repeat: no-repeat;
838 .icon-details { background-image: url(../images/zoom_in.png); } 850 .icon-details { background-image: url(../images/zoom_in.png); }
839 .icon-report { background-image: url(../images/report.png); } 851 .icon-report { background-image: url(../images/report.png); }
840 .icon-comment { background-image: url(../images/comment.png); } 852 .icon-comment { background-image: url(../images/comment.png); }
841 .icon-summary { background-image: url(../images/lightning.png); } 853 .icon-summary { background-image: url(../images/lightning.png); }
842 .icon-server-authentication { background-image: url(../images/server_key.png); } 854 .icon-server-authentication { background-image: url(../images/server_key.png); }
855 .icon-issue { background-image: url(../images/ticket.png); }
843 856
844 .icon-file { background-image: url(../images/files/default.png); } 857 .icon-file { background-image: url(../images/files/default.png); }
845 .icon-file.text-plain { background-image: url(../images/files/text.png); } 858 .icon-file.text-plain { background-image: url(../images/files/text.png); }
846 .icon-file.text-x-c { background-image: url(../images/files/c.png); } 859 .icon-file.text-x-c { background-image: url(../images/files/c.png); }
847 .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); } 860 .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
896 #activity dt img.gravatar { 909 #activity dt img.gravatar {
897 float: left; 910 float: left;
898 margin: 0 1em 1em 0; 911 margin: 0 1em 1em 0;
899 } 912 }
900 913
914 /* Used on 12px Gravatar img tags without the icon background */
915 .icon-gravatar {
916 float: left;
917 margin-right: 4px;
918 }
919
901 #activity dt, 920 #activity dt,
902 .journal { 921 .journal {
903 clear: left; 922 clear: left;
904 } 923 }
905 924