~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/subject-media/project.css

  • Committer: William Grant
  • Date: 2009-05-12 13:15:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: grantw@unimelb.edu.au-20090512131509-8h04w82hvohpfplw
Prettify the submissions table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
.project-title img {
55
55
  vertical-align: top;
56
56
}
 
57
 
 
58
#project_submissions {
 
59
  text-align: left;
 
60
  border-collapse: collapse;
 
61
}
 
62
 
 
63
#project_submissions td, #project_submissions th {
 
64
  padding: 0.2em 0.7em;
 
65
  border-bottom: 1px solid #ccc;
 
66
}
 
67
 
 
68
#project_submissions th {
 
69
  border-bottom: 2px solid gray;
 
70
}
 
71
 
 
72
#project_submissions tbody td {
 
73
  color: #444;
 
74
}
 
75
 
 
76
#project_submissions tbody tr:hover {
 
77
  background-color: #efefef;
 
78
}
 
79
 
 
80
#project_submissions td:first-child, #project_submissions th:first-child {
 
81
  padding-left: 0;
 
82
}
 
83
 
 
84
#project_submissions tbody tr:hover td {
 
85
  color: #111;
 
86
}