~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 javascript for adding projects and projectsets, so that
they are now much prettier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#add_projectset {
2
2
    padding: 10px;
3
3
}
 
4
 
 
5
.add-project {
 
6
    width: 600px;
 
7
    padding-left: 40px;
 
8
}
 
9
 
 
10
.add-project label {
 
11
    position: absolute;
 
12
    text-align: right;
 
13
}
 
14
 
 
15
.add-project input, textarea {
 
16
    margin-left: 100px;
 
17
    width: 400px;
 
18
}
 
19
 
 
20
.project-synopsis {
 
21
    width: 400px;
 
22
    white-space: pre-wrap;
 
23
}
 
24
 
 
25
.add-project div {
 
26
    display: none;
 
27
}