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

« back to all changes in this revision

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

Omit the group size limit text when there isn't one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#projectset_list {
2
 
  padding: 0;
3
 
}
4
 
 
5
 
#projectset_list > li > ul {
6
 
  padding: 0.5em;
7
 
}
8
 
 
9
1
#projectset_list > li {
10
2
  margin: 0.5em 0;
11
3
  border: 2px solid #bbb;
21
13
    padding: 10px;
22
14
}
23
15
 
24
 
.add-project > div{
 
16
.add-project {
25
17
    width: 600px;
26
18
    padding-left: 40px;
27
19
}
41
33
    white-space: pre-wrap;
42
34
}
43
35
 
44
 
.add-project > form {
 
36
.add-project div {
45
37
    display: none;
46
38
}
47
39
 
51
43
    list-style-type: none;
52
44
}
53
45
 
 
46
.project-title {
 
47
    float: left;
 
48
    text-align: left;
 
49
    width: 250px;
 
50
}
 
51
 
54
52
.project-title img {
55
 
  vertical-align: top;
 
53
    border: medium none;
56
54
}