/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/codeviewer.css

  • Committer: a11patfr at his
  • Date: 2013-05-16 11:35:20 UTC
  • mto: This revision was merged to the branch mainline in revision 73.
  • Revision ID: a11patfr@student.his.se-20130516113520-3ly4v5978budn6yj
Codeviewer working?

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        float: left;
17
17
}
18
18
 
19
 
.classcontainer {
 
19
.singleColumn1 .ace {
 
20
        height: 720px;
 
21
}
 
22
 
 
23
.doubleColumn1 .ace {
 
24
        height: 360px;
 
25
}
 
26
 
 
27
.singleColumn2 .ace {
 
28
        height: 720px;
 
29
}
 
30
 
 
31
.doubleColumn2 .ace {
 
32
        height: 360px;
 
33
}
 
34
 
 
35
.tripleColumn2 .ace {
 
36
        height: 240px;
 
37
}
 
38
 
 
39
.singleColumn1 .textContainer {
 
40
        height: 720px;
 
41
}
 
42
 
 
43
.doubleColumn1 .textContainer {
 
44
        height: 350px;
 
45
}
 
46
 
 
47
.singleColumn2 .textContainer {
 
48
        height: 710px;
 
49
}
 
50
 
 
51
.doubleColumn2 .textContainer {
 
52
        height: 350px;
 
53
}
 
54
 
 
55
.tripleColumn2 .textContainer {
 
56
        height: 230px;
20
57
}
21
58
 
22
59
.codeLanguage {
43
80
}
44
81
 
45
82
.textContainer {
46
 
        height: 350px;
47
83
        overflow: auto;
48
84
        padding: 5px;
49
85
}
50
86
 
51
 
.ace { 
52
 
        height: 360px;
53
 
        width: 100%;
54
 
}
55
 
 
56
87
.highlighted {
57
88
        background-color:  #ff00ff;
58
89
        opacity: 0.5;