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

« back to all changes in this revision

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

Sink the project title, and move the project delete icon to the end.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#projectset_list {
 
2
  padding: 0;
 
3
}
 
4
 
1
5
#projectset_list > li {
2
6
  margin: 0.5em 0;
3
7
  border: 2px solid #bbb;
43
47
    list-style-type: none;
44
48
}
45
49
 
46
 
.project-title {
47
 
    float: left;
48
 
    text-align: left;
49
 
    width: 250px;
50
 
}
51
 
 
52
50
.project-title img {
53
 
    border: medium none;
 
51
  vertical-align: top;
54
52
}