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

« back to all changes in this revision

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

Modified the styling of the projects page, and added a non-functional
delete button next to each project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
.add-project div {
26
26
    display: none;
27
27
}
 
28
 
 
29
li {
 
30
    list-style-image: none;
 
31
    list-style-position: outside;
 
32
    list-style-type: none;
 
33
}
 
34
 
 
35
.project-title {
 
36
    float: left;
 
37
    text-align: left;
 
38
    width: 250px;
 
39
}
 
40
 
 
41
.project-title img {
 
42
    border: medium none;
 
43
}